Commit Graph
16 Commits
Author SHA1 Message Date
Ryan Schmidt c133a6e9b4 dbtool: Force use of C++98
The build fails when using newer compilers that default to C++11.

Add a patch to fix the build system so it doesn't overwrite CXXFLAGS
with CFLAGS.
2022-01-12 19:01:56 -06:00
Ryan Schmidt 71f1ec58a4 dbtool: Don't run autoreconf
Fix configure failure ("the PCRE library could not be found!") by not
running autoreconf which is presumably no longer necessary. Something in
this configure script does not seem to like autoconf 2.71. I had made
the port use autoreconf starting with the update to 1.7 12 years ago.
2022-01-12 15:57:00 -06:00
Zero King 27d5d282a6 gdbm: update to 1.15
bump revision of dependents
2018-06-19 13:25:55 +00:00
Marius Schamschula 8b0fe47070 gdbm 1.14.1: rev bump dependents 2018-01-04 09:13:00 -06:00
Frank Schima 7df1825f27 dbtool: whitespace 2017-09-01 07:44:28 -06:00
Zero King a7a1d4968d dbtool: update to 1.9.1 2017-09-01 12:13:31 +00:00
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Joshua Root 59b0806fde dbtool: license
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@122409 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-07-22 10:45:28 +00:00
Ryan Schmidt c59d5e2547 Increase revision of ports depending on pcre since the libpcre library version has increased from 0 to 1
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92837 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-05-09 00:51:48 +00:00
Jeremy Lavergne a299d0e8fe modelines
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@84550 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-09-27 21:05:11 +00:00
Jeremy Lavergne c05d77ff4f gdbm:
* update to 1.9.1
 * revbump dependents

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82967 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-08-22 20:48:02 +00:00
Ryan Schmidt 9a38e4650d dbtool: update to 1.7, fix download location, use port:-style dependencies for libraries, remove unnecessary lines
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@65362 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-03-25 18:37:12 +00:00
Juan Manuel Palacios 33e5f2cdee nomaintainer address abstraction in databases category.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30223 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-10-22 22:46:02 +00:00
Elias Pipping 055ddf508a * Spring-cleaning @opendarwin.org addresses
see https://trac.macports.org/ticket/11465
 see http://www.mail-archive.com/macports-dev@lists.macosforge.org/msg00309.html

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@22478 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-03-02 05:16:40 +00:00
Blair Zajac d0b73428da Set the svn:keywords property to 'Id' for all Portfile's. This
re-enables the Id keyword substitution that was present in the CVS
repository.

See this thread for more information:
http://lists.macosforge.org/pipermail/macports-dev/2006-October/000180.html

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20226 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-10-29 07:09:01 +00:00
Markus W. Weißmann c5fcdd918d new port databases/dbtool
Store and retrieve data in a key/value format in a hash database

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7457 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-06-10 23:42:40 +00:00