summaryrefslogtreecommitdiff
path: root/databases/db47/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-212-196/+0
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | '__' instead.
* - Update to 4.7.25.4Li-Wen Hsu2009-05-271-0/+183
| | | | | PR: ports/134957 Submitted by: Gea-Suan Lin <gslin AT gslin.org>
* Replace port supplied patch with a vendor fix for BDB bug 16415Xin LI2008-12-151-42/+0
| | | | | | | | (DB_ENV->lock_get() may self deadlock if user defined locks are used and there is only one lock partition defined). This fix is required for recent OpenLDAP versions if BDB 4.7 is being used.
* Apply vendor fix 4.7.25.1;Xin LI2008-10-081-0/+42
| | | | | | | | | Apply a vendor patch (via OpenLDAP) that fixes locking issues on single CPU systems [1] Thanks to: rafan@ for --ignore-whitespace trick [1] http://www.openldap.org/devel/cvsweb.cgi/build/db.4.7.52.patch
* - add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_electPav Lucistnik2005-02-081-3/+1
| | | | | PR: ports/77263 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - repocopied from databases/db42 (via portmgr)Cheng-Lung Sung2004-12-051-2/+2
| | | | | | | | | | | | | | | | | - Description as follows Version 4.3 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. Utilities are included in the distribution to convert v1.85 databases to v4.3 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. For details on compatibility with other DB versions, see: http://www.sleepycat.com/download/patchlogs.shtml PR: ports/73790 Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
* Add Berkeley DB 4.2.52 after repocopy from db41.Pav Lucistnik2004-01-093-185/+0
| | | | | | | | | | | | | | | | | 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>
* Add db41-4.1.25 after a repocopy from databases/db4.Pete Fritchman2003-01-072-40/+40
| | | | | 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 aPete Fritchman2003-01-051-27/+27
| | | | | | | | | | | | | 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
* upgrade to 4.1.25Ying-Chieh Liao2003-01-031-27/+27
| | | | | PR: 46588 Submitted by: Ports Fury
* - Do not install useless .la filesYing-Chieh Liao2002-11-202-2/+43
| | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury
* patch for 4.0.14Ying-Chieh Liao2001-12-244-87/+159
| | | | | PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
* Location independence (by LOCALBASE) of both ltconfig and ltmain.shMario Sergio Fujikawa Ferreira2001-10-071-2/+2
| | | | | | PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
* Back out the db3 update for the moment, due to the incompatibiltyAkinori MUSHA2001-08-012-56/+56
| | | | problem that broke the openldap2 build.
* Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.soAkinori MUSHA2001-08-011-7/+9
| | | | | | | links. PR: ports/29304 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
* Update to 3.3.11.Akinori MUSHA2001-07-252-50/+48
| | | | | PR: ports/29220 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
* Properly make *.so symlinks to *.so.x. (previously all that wereAkinori MUSHA2001-07-242-16/+31
| | | | | | | backwards) PR: ports/27065 Submitted by: Barry Pederson <bpederson@geocities.com>
* Make the library installation permission safe.Mario Sergio Fujikawa Ferreira2001-02-091-3/+19
| | | | Approved by: MAINTAINER
* Fix sominor version.Kevin Lo2001-02-081-2/+2
| | | | | PR: 24894 Submitted by: MAINTAINER
* Several cleanups:Maxim Sobolev2000-09-222-7/+22
| | | | | | | | | - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.Will Andrews2000-08-261-503/+38
| | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
* Add support for building db2 shared library.Maxim Sobolev2000-06-061-5/+483
| | | | | | | | | | "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>
* change db-specific prefix to shorter one - db2Andrey A. Chernov1999-03-281-5/+14
| | | | it also match some ports expectations
* upgrade to 2.7.3, old distfile is not available in anycaseAndrey A. Chernov1999-03-281-0/+19
install in the way that not interfere with libc db