summaryrefslogtreecommitdiff
path: root/databases/db47/files/patch-dist__configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-21Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree1-13/+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)
2014-07-29Rename all patches that contain '::' as a path separator, and useAdam Weinberger1-0/+0
'__' instead.
2005-02-08- add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_electPav Lucistnik1-3/+1
PR: ports/77263 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-12-05- repocopied from databases/db42 (via portmgr)Cheng-Lung Sung1-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>
2004-01-09Add Berkeley DB 4.2.52 after repocopy from db41.Pav Lucistnik1-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>
2003-01-07Add db41-4.1.25 after a repocopy from databases/db4.Pete Fritchman1-1/+1
PR: 46755 Submitted by: Matthias Andree <matthias.andree@web.de>
2001-12-24patch for 4.0.14Ying-Chieh Liao1-0/+24
PR: 32533 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)