summaryrefslogtreecommitdiff
path: root/databases/db46/files/patch-dist::configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-13/+0
| | | | '__' instead.
* - 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-091-9/+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-071-1/+1
| | | | | PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de>
* patch for 4.0.14Ying-Chieh Liao2001-12-241-0/+24
PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)