Port details |
- db42-nocrypto The Berkeley DB package, revision 4.2
- 4.2.52_5 databases
=2 4.2.52_5Version of this port present on the latest quarterly branch.
- DEPRECATED: Please use databases/db5 or db6 for new installs.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2004-01-09 09:46:22
- Last Update: 2014-08-22 06:29:53
- SVN Revision: 365610
- People watching this port, also watch:: cabextract, bash, arj, unarj
- License: not specified in port
- WWW:
- http://www.oracle.com/us/products/database/berkeley-db/db/
- Description:
- Version 4.2 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.2
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
Note that this port has a different layout than the 3.3, 4.0 and 4.1 ports,
it does not rename libraries.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
WWW: http://www.oracle.com/us/products/database/berkeley-db/db/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- db42-nocrypto>0:databases/db42-nocrypto
- No installation instructions:
- This port has been deleted.
- PKGNAME: db42-nocrypto
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: databases/db42
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libtool>=2.4 : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/db42 |
Commit | Credits | Log message |
4.2.52_5 22 Aug 2014 06:29:53 |
mandree |
Remove orphaned directories; remove gslin's blanket approval from db48. |
4.2.52_5 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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) |
4.2.52_5 02 Feb 2014 11:17:47 |
miwi |
- Stage support |
4.2.52_5 13 Dec 2013 23:27:34 |
mandree |
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports. |
4.2.52_5 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
4.2.52_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.2.52_5 28 Oct 2010 21:00:21 |
erwin |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
4.2.52_5 13 Jun 2010 11:57:36 |
mandree |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
4.2.52_5 08 Nov 2006 05:20:31 |
rafan |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor
PR: ports/105270
Submitted by: Matthias Andree (maintainer) |
4.2.52_4 14 Apr 2006 03:44:08 |
mnag |
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer |
4.2.52_4 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
4.2.52_4 19 Apr 2005 06:27:45 |
leeym |
- add two patches to fix bugs.
Noticed by: kris
PR: based on 79842 |
4.2.52_2 26 Feb 2004 15:24:58 |
pav |
- Add checksum for bdb/patch.4.2.52.2
- Add SIZE
PR: ports/63321
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
4.2.52 09 Jan 2004 09:45:37 |
pav |
Add Berkeley DB 4.2.52 after repocopy from db41.
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> |