summaryrefslogtreecommitdiff
path: root/databases/db3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Make the library installation permission safe.Mario Sergio Fujikawa Ferreira2001-02-091-3/+19
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=38142
* Fix sominor version.Kevin Lo2001-02-082-4/+4
| | | | | | | | PR: 24894 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38109
* Update to version 3.2.9Kevin Lo2001-02-023-14/+74
| | | | | | | | PR: 24796 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37907
* make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allowFUJISHIMA Satsuki2001-01-031-0/+3
| | | | | | | | | | building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com> Notes: svn path=/head/; revision=36668
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Several cleanups:Maxim Sobolev2000-09-224-14/+31
| | | | | | | | | | | | - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer Notes: svn path=/head/; revision=33015
* Update to 3.1.17.Will Andrews2000-09-163-3/+7
| | | | | | | | PR: 21227 Submitted by: maintainer Notes: svn path=/head/; revision=32733
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.Will Andrews2000-08-266-1084/+766
| | | | | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=31997
* 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-3/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Add support for building db2 shared library.Maxim Sobolev2000-06-062-5/+487
| | | | | | | | | | | | | "A somewhat cumbersome update to db to have it build a shared lib. Ports depending on it will now be able to use a simple LIB_DEPENDS instead of a semantically incorrect RUN_DEPENDS." PR: 19035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=29268
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27418
* Fix PLIST to remove the plethora of directories created upon installation.Bill Fumerola2000-02-231-0/+83
| | | | | | | | PR: ports/16936 Submitted by: wollman Notes: svn path=/head/; revision=26212
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-232-3/+3
| | | | Notes: svn path=/head/; revision=23271
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Upgrade to latest version.Mark Murray1999-07-102-5/+5
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=20146
* 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
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-3/+2
| | | | Notes: svn path=/head/; revision=17863
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* oops, restore MANUAL_PACKAGE_BUILDAndrey A. Chernov1999-03-291-1/+2
| | | | Notes: svn path=/head/; revision=17425
* install examples tooAndrey A. Chernov1999-03-292-0/+22
| | | | Notes: svn path=/head/; revision=17420
* change db-specific prefix to shorter one - db2Andrey A. Chernov1999-03-282-457/+466
| | | | | | | it also match some ports expectations Notes: svn path=/head/; revision=17419
* upgrade to 2.7.3, old distfile is not available in anycaseAndrey A. Chernov1999-03-284-75/+478
| | | | | | | install in the way that not interfere with libc db Notes: svn path=/head/; revision=17416
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17141
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16024
* Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1998-08-171-31/+0
| | | | Notes: svn path=/head/; revision=12573
* Upgrade to v2.3.16James FitzGibbon1998-01-262-6/+15
| | | | | | | Submitted-by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9470
* Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.Satoshi Asami1997-11-221-3/+2
| | | | Notes: svn path=/head/; revision=8742
* Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.Satoshi Asami1997-11-221-1/+3
| | | | Notes: svn path=/head/; revision=8740
* Upgradet to v2.3.12James FitzGibbon1997-11-113-10/+16
| | | | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> Notes: svn path=/head/; revision=8584
* Update to description fileJames FitzGibbon1997-10-311-3/+5
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8428
* Upgrade to v2.3.11James FitzGibbon1997-10-034-12/+70
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8094
* Upgrade to v2.2.6James FitzGibbon1997-09-053-5/+9
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7783
* Fix pkg/COMMENT to not use the specific version numberJames FitzGibbon1997-07-151-1/+1
| | | | | | | Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=7348
* Import of Berkely DB 2.0James FitzGibbon1997-06-135-0/+76
Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=6913