aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db42
Commit message (Collapse)AuthorAgeFilesLines
* Add two SleepyCat patches to fix:leeym2005-04-132-2/+7
| | | | | | | | | | - log sequence error and missing data when transactional database is walked with a cursor after being loaded non-transactionally - memory leak when repeatedly opening/closing database environments PR: 79842 Submitted by: maintainer
* Add an advisory variable that mark this port as not being a slave port.linimon2005-04-061-0/+2
| | | | | | | | For whatever reason, the default assignments of this variable is wrong. This only affects FreshPorts and portsmon. Approved by: maintainer
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-1/+1
| | | | | PR: ports/77510 Submitted by: Matthias Andree (maintainer)
* Workaround a problem with fast-mutexes on amd64.arved2004-06-261-1/+7
| | | | | Idea from: db41 port. Discovered by: upcoming ice port.
* Fix 'make reinstall'ache2004-06-141-1/+1
| | | | Submitted by: maintainer Matthias Andree <matthias.andree@gmx.de>
* - Build + install RPC serverkrion2004-05-273-1/+4
| | | | | | PR: ports/67239 Submitted by: maintainer Requested by: brooks
* This patch is a convenience patch to allow broken port tools to continueeik2004-03-202-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include <bsd.port.[post.]mk> was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* Revert previous commit. Local changes here masked the fact that thislinimon2004-03-031-0/+2
| | | | | | | change would break the port for other users. Noticed by: Rolandas Naujikas <rolnas@takas.lt> Pointy hat to: linimon@FreeBSD.org
* Remove redundant definition of MASTERDIR (sets MASTERDIR back tolinimon2004-03-031-2/+0
| | | | | | default). Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - add USE_LIBTOOL supportclement2004-02-261-4/+5
| | | | | PR: 63316 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* * Add vendor patch.4.2.52.2eik2004-02-242-2/+6
| | | | | | | | * Bump portrevision. * Add SIZE to distinfo. PR: 63306 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2krion2004-01-153-0/+4
| | | | | | | | works. These are symlinks to libdb*-4.2.so.2 (the SONAME). - Bump PORTREVISION PR: 61283 Submitted by: maintainer
* Add Berkeley DB 4.2.52 after repocopy from db41.pav2004-01-098-1192/+109
| | | | | | | | | | | | | | | | | Note to other porters who want their port to depend on this one: Use LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto Usually, setting CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42" LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2" will then work to get the right DB library. At run time, the proper library will be looked up by its SONAME, which is "libdb-4.2.so.2" and resides in /usr/local/lib. PR: ports/60943 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* Fix build on recent current (by -pthread option is deprecated).nork2003-09-081-2/+2
| | | | | | PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* update databases/db41: pkg-descr changedaichi2003-07-091-5/+2
| | | | | | PR: 53866 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Pointed out by: Chris Pepper <pepper@rockefeller.edu>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove RESTRICTED tag with cryptography relation.nork2003-02-171-4/+0
| | | | Pointed out by: kris
* o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),nork2003-02-162-4/+12
| | | | | | | o Prepares for the db41-nocrypto port. PR: ports/48225 Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer)
* Add db41-4.1.25 after a repocopy from databases/db4.petef2003-01-077-947/+1020
| | | | | PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de>
* Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is apetef2003-01-054-982/+908
| | | | | | | | | | | | | 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
* fix plist and utilize DOCSDIRijliao2003-01-041-876/+952
|
* upgrade to 4.1.25ijliao2003-01-043-31/+30
| | | | | PR: 46588 Submitted by: Ports Fury
* fix make package errorijliao2002-11-211-1/+0
| | | | Noted by: kris
* - Do not install useless .la filesijliao2002-11-204-894/+931
| | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-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-072-1/+2
| | | | Approved by: pat
* Relinquish all my ports.ade2002-09-071-1/+1
|
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* (1) Take over maintainership whilst unifying the Sleepycat portsade2002-08-221-2/+2
| | | | (2) Un-spam the 'Whom' line from a previous commit
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forpetef2002-05-311-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
* Download site directory structure changedpat2002-05-151-1/+1
| | | | | PR: 38068 Submitted by: maintainer
* patch for 4.0.14ijliao2001-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 ↵lioux2001-11-211-1/+1
| | | | the later case
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shlioux2001-10-082-2/+3
| | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
* Bump PORTEPOCH because we have decreased PORTVERSION number.sobomax2001-08-031-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-251-1/+2
| | | | - Replace $(..) with ${..}.
* Properly make *.so symlinks to *.so.x. (previously all that wereknu2001-07-253-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-231-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-301-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-101-3/+19
| | | | Approved by: MAINTAINER
* Fix sominor version.kevlo2001-02-092-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-041-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-234-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-173-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-171-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 withsobomax2000-06-162-3/+2
| | | | ldconfig in PLIST need personal consideration.
* Add support for building db2 shared library.sobomax2000-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 variablesmharo2000-04-091-5/+5
|
* Fix PLIST to remove the plethora of directories created upon installation.billf2000-02-241-0/+83
| | | | | PR: ports/16936 Submitted by: wollman
* Upgrade to 2.7.7 / fix distfile-Fenneragebillf1999-11-232-3/+3
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-9/+9
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to latest version.markm1999-07-102-5/+5
| | | | OK'ed by: maintainer
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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 Makefilescrappy1999-04-142-3/+2
|
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* oops, restore MANUAL_PACKAGE_BUILDache1999-03-291-1/+2
|
* install examples tooache1999-03-292-0/+22
|
* change db-specific prefix to shorter one - db2ache1999-03-292-457/+466
| | | | it also match some ports expectations
* upgrade to 2.7.3, old distfile is not available in anycaseache1999-03-294-75/+478
| | | | install in the way that not interfere with libc db
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-121-1/+2
|
* More Y2K Statement Links...scrappy1999-01-131-1/+3
|
* Long live feminism! No manpages! Nyah-hah-hah!hoek1998-08-171-31/+0
|
* Upgrade to v2.3.16jfitz1998-01-272-6/+15
| | | | Submitted-by: Josh Tiefenbach <josh@ican.net>
* Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.asami1997-11-221-3/+2
|
* Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.asami1997-11-221-1/+3
|
* Upgradet to v2.3.12jfitz1997-11-123-10/+16
| | | | Submitted by: "Josh Tiefenbach" <josh@ican.net>
* Update to description filejfitz1997-11-011-3/+5
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v2.3.11jfitz1997-10-034-12/+70
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Upgrade to v2.2.6jfitz1997-09-063-5/+9
| | | | Submitted by: Josh Tiefenbach <josh@ican.net>
* Fix pkg/COMMENT to not use the specific version numberjfitz1997-07-161-1/+1
| | | | Submitted by: itojun@itojun.org
* Import of Berkely DB 2.0jfitz1997-06-145-0/+76
Submitted by: Josh Tiefenbach <josh@ican.net>