aboutsummaryrefslogtreecommitdiff
path: root/databases/db47/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix build on recent current (by -pthread option is deprecated).Norikatsu Shigemura2003-09-081-2/+2
| | | | | | | | | PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=88809
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76031
* Remove RESTRICTED tag with cryptography relation.Norikatsu Shigemura2003-02-161-4/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=75658
* o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),Norikatsu Shigemura2003-02-161-4/+11
| | | | | | | | | | o Prepares for the db41-nocrypto port. PR: ports/48225 Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer) Notes: svn path=/head/; revision=75636
* Add db41-4.1.25 after a repocopy from databases/db4.Pete Fritchman2003-01-071-7/+5
| | | | | | | | PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=72657
* Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is aPete Fritchman2003-01-051-3/+4
| | | | | | | | | | | | | | | | non-compatible upgrade, and most other ports using db4 weren't ready for it. The new 4.1.25 version will appear in a db41 port soon. Also make the dump185 utility build (fix a typo), and bump PORTEPOCH. Give maintainership to the submitter (from ports@). PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer) Pointy hat to: ijliao Notes: svn path=/head/; revision=72549
* upgrade to 4.1.25Ying-Chieh Liao2003-01-031-3/+2
| | | | | | | | PR: 46588 Submitted by: Ports Fury Notes: svn path=/head/; revision=72463
* - Do not install useless .la filesYing-Chieh Liao2002-11-201-17/+15
| | | | | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury Notes: svn path=/head/; revision=70588
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-2/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* (1) Take over maintainership whilst unifying the Sleepycat portsAde Lovett2002-08-211-2/+2
| | | | | | | (2) Un-spam the 'Whom' line from a previous commit Notes: svn path=/head/; revision=64773
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forPete Fritchman2002-05-301-2/+2
| | | | | | | | | | your hard work on these & I hope to see you contribute more. PR: 38750 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer) Notes: svn path=/head/; revision=60331
* Update maintainer's email to match what he uses on send-pr to avoidDavid W. Chapman Jr.2002-05-231-2/+2
| | | | | | | | | confusion Submitted by: maintainer Notes: svn path=/head/; revision=59802
* Download site directory structure changedPatrick Li2002-05-141-1/+1
| | | | | | | | PR: 38068 Submitted by: maintainer Notes: svn path=/head/; revision=59106
* patch for 4.0.14Ying-Chieh Liao2001-12-241-12/+11
| | | | | | | | PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer) Notes: svn path=/head/; revision=52089
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shMario Sergio Fujikawa Ferreira2001-10-071-0/+1
| | | | | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=48528
* Bump PORTEPOCH because we have decreased PORTVERSION number.Maxim Sobolev2001-08-021-0/+1
| | | | | | | Overlooked by: knu Notes: svn path=/head/; revision=45742
* Back out the db3 update for the moment, due to the incompatibiltyAkinori MUSHA2001-08-011-4/+12
| | | | | | | problem that broke the openldap2 build. Notes: svn path=/head/; revision=45699
* Update to 3.3.11.Akinori MUSHA2001-07-251-12/+4
| | | | | | | | PR: ports/29220 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER) Notes: svn path=/head/; revision=45471
* - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.Akinori MUSHA2001-07-241-1/+2
| | | | | | | - Replace $(..) with ${..}. Notes: svn path=/head/; revision=45445
* Properly make *.so symlinks to *.so.x. (previously all that wereAkinori MUSHA2001-07-241-1/+1
| | | | | | | | | | backwards) PR: ports/27065 Submitted by: Barry Pederson <bpederson@geocities.com> Notes: svn path=/head/; revision=45443
* Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.Jimmy Olgeni2001-06-221-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=44330
* Add two post-3.2.9 patches from Sleepycat themselves.Ade Lovett2001-05-141-0/+5
| | | | | | | | | | http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details. Approved by: maintainer Obtained from: Sleepycat Notes: svn path=/head/; revision=42586
* -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
* Update to version 3.2.9Kevin Lo2001-02-021-1/+1
| | | | | | | | 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-221-3/+7
| | | | | | | | | | | | - 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-161-1/+1
| | | | | | | | 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-261-22/+12
| | | | | | | | 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-161-1/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27418
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-231-2/+2
| | | | 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-101-4/+4
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=20146
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-141-2/+1
| | | | 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-291-0/+4
| | | | Notes: svn path=/head/; revision=17420
* upgrade to 2.7.3, old distfile is not available in anycaseAndrey A. Chernov1999-03-281-25/+5
| | | | | | | 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
* Upgrade to v2.3.16James FitzGibbon1998-01-261-5/+14
| | | | | | | 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-111-4/+4
| | | | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> Notes: svn path=/head/; revision=8584