summaryrefslogtreecommitdiffstats
path: root/databases/db3
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - chase distfiles (change MASTER_SITES)clsung2005-02-141-2/+1
| | | | | PR: ports/77505 Submitted by: Matthias Andree (maintainer)
* - Add WITH_TCL_VER knobpav2004-07-062-3/+28
| | | | | | PR: ports/60473 Submitted by: Roberto Grassi <r.grassi@obicon.it> Approved by: maintainer
* Fix typos and reword to make a little bit clearer.linimon2004-06-301-3/+3
| | | | | PR: docs/68450 Submitted by: Michel Lavondes <fox at vader dot aacc dot cc dot md dot us>
* - Update MASTER_SITESkrion2004-05-042-3/+7
| | | | | | | | | - Switch two ?= to = as there is no slave port, to fix portlint warnings - Add SIZE to distinfo PR: ports/66259 Submitted by: maintainer
* - Fix configure warningkrion2004-04-171-2/+2
| | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - support NOPORTDOCS.krion2004-01-153-824/+9
| | | | | | | | | | | - replace pkg-plist bloat by PORTDOCS=* - don't patch docdir in Makefile, pass it as make argument instead - kill empty "splash" directory at install time already - bump PORTREVISION PR: 61378 Submitted by: maintainer
* Make some fields ?= so it can become a master-port for for exampleedwin2003-12-291-2/+2
| | | | | | databases/db3-tcl PR: ports/60473 (related)
* - Pass maintainership to Matthias Andree <matthias.andree@web.de>sergei2003-11-061-3/+3
| | | | | | | | - Clarify COMMENT - Fix portlint(1) warning PR: 59002 Submitted by: Matthias Andree <matthias.andree@web.de>
* Fix build on recent current (by -pthread option is deprecated).nork2003-09-071-1/+1
| | | | | PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
* De-pkg-comment.knu2003-02-202-1/+1
|
* Fix the checksum for patch.3.3.11.1. In diff'ing the new patch to the oldermarcus2003-01-181-1/+1
| | | | | | | | downloaded one, the CVS Id in the context portion of the diffs changed (probably since the files were checked out/in through CVS on the 10th). In any event, the patch still applies cleanly. Reported by: Lee Blevins <leeb@digitalgraphics.net>
* Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.obrien2002-11-191-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Relinquish all my ports.ade2002-09-071-1/+1
|
* BerkeleyDB cleanup - stage 2ade2002-08-225-165/+213
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* (1) Take over maintainership whilst unifying the Sleepycat portsade2002-08-211-2/+2
| | | | (2) Un-spam the 'Whom' line from a previous commit
* Use USE_REINPLACE.sobomax2002-07-181-2/+3
|
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forpetef2002-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 avoiddwcjr2002-05-231-2/+2
| | | | | | confusion Submitted by: maintainer
* follow the bouncing {MASTER,PATCH}_SITESbillf2002-05-131-2/+2
| | | | | | PR: ports/37978 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: maintainer
* Make port LOCALBASE safepat2002-02-041-2/+2
| | | | | | PR: 34513 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> Approved by: maintainer
* PORTEPOCH remains 1ijliao2001-12-261-1/+1
| | | | Submitted by: Joe Clarke <marcus@marcuscom.com>
* fix conflict db3 with other db'sijliao2001-12-255-488/+577
| | | | | | | | db* utils now with `db3_' prefix (like in db4 port) sort pkg-plist PR: 33165 Submitted by: maintainer
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shlioux2001-10-072-2/+3
| | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
* Bump PORTEPOCH because we have decreased PORTVERSION number.sobomax2001-08-021-0/+1
| | | | Overlooked by: knu
* Back out the db3 update for the moment, due to the incompatibiltyknu2001-08-015-526/+479
| | | | problem that broke the openldap2 build.
* Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.soknu2001-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.tobez2001-07-271-0/+4
| | | | | PR: 29230 Submitted by: maintainer
* Update to 3.3.11.knu2001-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, justdd2001-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.knu2001-07-241-1/+2
| | | | - Replace $(..) with ${..}.
* Properly make *.so symlinks to *.so.x. (previously all that wereknu2001-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.olgeni2001-06-221-1/+0
| | | | Approved by: maintainer
* Add two post-3.2.9 patches from Sleepycat themselves.ade2001-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}sobomax2001-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.lioux2001-02-091-3/+19
| | | | Approved by: MAINTAINER
* Fix sominor version.kevlo2001-02-082-4/+4
| | | | | PR: 24894 Submitted by: MAINTAINER
* Update to version 3.2.9kevlo2001-02-023-14/+74
| | | | | PR: 24796 Submitted by: MAINTAINER
* make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allowsf2001-01-031-0/+3
| | | | | | | building without root privilege. PR: 21951 Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com>
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Several cleanups:sobomax2000-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.will2000-09-163-3/+7
| | | | | PR: 21227 Submitted by: maintainer
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.will2000-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 theasami2000-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
OpenPOWER on IntegriCloud