summaryrefslogtreecommitdiff
path: root/databases/db44 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix make package errorYing-Chieh Liao2002-11-211-1/+0
| | | | Noted by: kris
* - Do not install useless .la filesYing-Chieh Liao2002-11-204-894/+931
| | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
|
* ${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
* (1) Take over maintainership whilst unifying the Sleepycat portsAde Lovett2002-08-211-2/+2
| | | | (2) Un-spam the 'Whom' line from a previous commit
* 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)
* 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
* Download site directory structure changedPatrick Li2002-05-141-1/+1
| | | | | PR: 38068 Submitted by: maintainer
* patch for 4.0.14Ying-Chieh Liao2001-12-249-888/+1072
| | | | | PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | the later case
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shMario Sergio Fujikawa Ferreira2001-10-072-2/+3
| | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
* Bump PORTEPOCH because we have decreased PORTVERSION number.Maxim Sobolev2001-08-021-0/+1
| | | | Overlooked by: knu
* Back out the db3 update for the moment, due to the incompatibiltyAkinori MUSHA2001-08-015-526/+479
| | | | problem that broke the openldap2 build.
* Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.soAkinori MUSHA2001-08-012-9/+9
| | | | | | | links. PR: ports/29304 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
* Fix missing libs in databases/db3 package-list.Anton Berezin2001-07-271-0/+4
| | | | | PR: 29230 Submitted by: maintainer
* Update to 3.3.11.Akinori MUSHA2001-07-255-471/+514
| | | | | PR: ports/29220 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
* Update to reflect setting DIST_SUBDIR. Checksums didn't change, justDima Dorfman2001-07-251-3/+3
| | | | | | | | the paths. PR: 29195, 29207 Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> and Edwin Groothuis <edwin@mavetju.org>, respectively
* - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.Akinori MUSHA2001-07-241-1/+2
| | | | - Replace $(..) with ${..}.
* Properly make *.so symlinks to *.so.x. (previously all that wereAkinori MUSHA2001-07-243-17/+32
| | | | | | | backwards) PR: ports/27065 Submitted by: Barry Pederson <bpederson@geocities.com>
* Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.Jimmy Olgeni2001-06-221-1/+0
| | | | Approved by: maintainer
* Add two post-3.2.9 patches from Sleepycat themselves.Ade Lovett2001-05-142-0/+7
| | | | | | | http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details. Approved by: maintainer Obtained from: Sleepycat
* -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.
* Make the library installation permission safe.Mario Sergio Fujikawa Ferreira2001-02-091-3/+19
| | | | Approved by: MAINTAINER
* Fix sominor version.Kevin Lo2001-02-082-4/+4
| | | | | PR: 24894 Submitted by: MAINTAINER
* Update to version 3.2.9Kevin Lo2001-02-023-14/+74
| | | | | PR: 24796 Submitted by: MAINTAINER
* 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>
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | Approved by: asami
* 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
* Update to 3.1.17.Will Andrews2000-09-163-3/+7
| | | | | PR: 21227 Submitted by: maintainer
* 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>
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+2
| | | | ldconfig in PLIST need personal consideration.
* 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>
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
|
* Fix PLIST to remove the plethora of directories created upon installation.Bill Fumerola2000-02-231-0/+83
| | | | | PR: ports/16936 Submitted by: wollman
* Upgrade to 2.7.7 / fix distfile-FennerageBill Fumerola1999-11-232-3/+3
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Upgrade to latest version.Mark Murray1999-07-102-5/+5
| | | | OK'ed by: maintainer
* 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.
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-3/+2
|
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
|
* oops, restore MANUAL_PACKAGE_BUILDAndrey A. Chernov1999-03-291-1/+2
|
* install examples tooAndrey A. Chernov1999-03-292-0/+22
|
* change db-specific prefix to shorter one - db2Andrey A. Chernov1999-03-282-457/+466
| | | | it also match some ports expectations
* 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
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+2
|
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+3
|