aboutsummaryrefslogtreecommitdiff
path: root/databases/gdbm
Commit message (Collapse)AuthorAgeFilesLines
* - utilize INFOYen-Ming Lee2004-10-132-3/+1
| | | | | | | | | PR: 71339 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=119123
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* make readme fixYen-Ming Lee2003-02-152-1/+3
| | | | | | | | PR: 48228 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=75561
* Add an option, WITH_COMPAT, to install the UNIX dbm/ndbmYaroslav Tykhiy2003-01-222-0/+19
| | | | | | | | | | compatibility files--libgdbm_compat and the header files. PR: ports/47363 Approved by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (MAINTAINER) Notes: svn path=/head/; revision=73802
* upgrade to 1.8.3Ying-Chieh Liao2003-01-036-46/+28
| | | | | | | | | PR: 44222 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=72365
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* honor PREFIXMario Sergio Fujikawa Ferreira2001-09-121-0/+3
| | | | | | | | PR: 30387 Submitted by: MAINTAINER Notes: svn path=/head/; revision=47772
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Change maintainer's email address:Peter Pentchev2001-06-161-1/+1
| | | | | | | | | | clefevre@citeweb.net -> clefevre@redirect.to PR: 27867 (followup) Submitted by: maintainer Notes: svn path=/head/; revision=44066
* Tweak post-install target and the wording in pkg-descr.Steve Price2001-02-262-7/+12
| | | | | | | | | PR: 24563 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Approved by: old maintainer Notes: svn path=/head/; revision=38748
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27418
* Use ${CFLAGS}.Vanilla I. Shu2000-02-271-3/+8
| | | | Notes: svn path=/head/; revision=26320
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update to version 1.8.0 and set USE_LIBTOOL=yes.Steve Price1999-06-064-16/+28
| | | | | | | | PR: 11811 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19248
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Most of the GNU master sites moved gdbm into a subdirectory last month.Bill Fenner1999-01-171-1/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=16089
* Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12573
* Fix to properly install info files.Steve Price1998-02-154-1/+43
| | | | | | | | PR: 5740 Submitted by: Igor Vinokurov <igor@zynaps.ru> Notes: svn path=/head/; revision=9733
* Change Brent J. Nordquist's e-mail address.Satoshi Asami1997-01-282-4/+4
| | | | | | | Submitted by: "Brent J. Nordquist" <bjn@visi.com> Notes: svn path=/head/; revision=5455
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+2
| | | | Notes: svn path=/head/; revision=4571
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-8/+3
| | | | | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup Notes: svn path=/head/; revision=4530
* GNU dbm.Satoshi Asami1996-04-125-0/+37
Submitted by: "Brent J. Nordquist" <nordquist@platinum.com> Notes: svn path=/head/; revision=2971