Port details |
- db4 The Berkeley DB package, revision 4
- 4.0.14_1,1 databases
=153 4.0.14_1,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Please use databases/db5 or db6 for new installs.
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-12-24 07:45:48
- Last Update: 2014-08-21 22:50:30
- SVN Revision: 365599
- People watching this port, also watch:: gettext, expat, libiconv, gmake, freetype2
- License: not specified in port
- WWW:
- http://www.oracle.com/us/products/database/berkeley-db/db/
- Description:
- Version 4 of the Berkeley DB library. This version uses an underlying
database format incompatible with revision 1 and a different standard API.
Utilities are included in the distribution to convert v1.85 databases to v4
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
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: db4
- 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:
- This port has no dependencies.
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for db4-4.0.14_1,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- 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) |
Commit | Credits | Log message |
4.0.14_1,1 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.0.14_1,1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
4.0.14_1,1 04 Jul 2014 23:48:56 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
4.0.14_1,1 04 Jul 2014 23:46:53 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization) |
4.0.14_1,1 16 Dec 2013 20:46:13 |
mandree |
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet. |
4.0.14_1,1 13 Dec 2013 23:27:34 |
mandree |
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports. |
4.0.14_1,1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
4.0.14_1,1 22 Jan 2012 15:42:43 |
beat |
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
bsd.port.mk also handles configure script outside of WRKSRC.
Exp-runs by: miwi |
4.0.14_1,1 29 Oct 2011 11:45:20 |
beat |
- Fix build on FreeBSD 10. Apply manual fix as the configure script is
outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
case.
Approved by: portmgr (miwi) |
4.0.14_1,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.0.14_1,1 12 Nov 2010 09:19:21 |
mandree |
Update WWW: links for db* ports in pkg-descr. |
4.0.14_1,1 12 Nov 2010 09:03:26 |
mandree |
Update MASTER_SITES.
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR: ports/152158
Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile) |
4.0.14_1,1 13 Jun 2010 11:57:36 |
mandree |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
4.0.14_1,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.0.14_1,1 04 Feb 2007 19:43:38 |
kris |
Fix build after objformat removal
Submitted by: maintainer
PR: ports/108767, ports/108768, ports/108769 |
4.0.14_1,1 08 Nov 2006 15:43:20 |
rafan |
- Shuffle MASTER_SITES for bdb ports to share load
Requested by: Matthias Andree (maintainer) |
4.0.14_1,1 08 Nov 2006 10:15:45 |
rafan |
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer) |
4.0.14_1,1 08 Nov 2006 05:19:50 |
rafan |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
PR: ports/105268
Submitted by: Matthias Andree (maintainer) |
4.0.14_1,1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
4.0.14_1,1 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
4.0.14_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.0.14_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.0.14_1,1 14 Feb 2005 16:21:40 |
clsung |
- chase distfiles (change MASTER_SITES), clean up
PR: ports/77506
Submitted by: Matthias Andree (maintainer) |
4.0.14_1 30 Jun 2004 05:58:02 |
linimon |
Fix typos and reword to make a little bit clearer.
PR: docs/68450
Submitted by: Michel Lavondes <fox at vader dot aacc dot cc dot md dot us> |
4.0.14_1,1 05 May 2004 19:49:54 |
krion |
- Update MASTER_SITES
- Use PORTDOCS=*
PR: ports/66257
Submitted by: maintainer |
4.0.14_1,1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
4.0.14_1,1 08 Sep 2003 14:20:16 |
nork |
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551
Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
4.0.14_1,1 09 Jul 2003 07:45:20 |
daichi |
update databases/db4: pkg-descr change
PR: 53866
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Pointed out by: Chris Pepper <pepper@rockefeller.edu> |
4.0.14_1,1 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
4.0.14_1,1 06 Jan 2003 11:00:27 |
obraun |
Remove empty docs subdir after install.
PR: ports/46795
Submitted by: maintainer |
4.0.14_1,1 05 Jan 2003 04:11:23 |
petef |
Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is a
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 |
4.1.25,1 04 Jan 2003 14:48:12 |
ijliao |
fix plist and utilize DOCSDIR |
4.1.25 03 Jan 2003 20:19:08 |
ijliao |
upgrade to 4.1.25
PR: 46588
Submitted by: Ports Fury |
4.0.14_1 21 Nov 2002 02:49:07 |
ijliao |
fix make package error
Noted by: kris |
4.0.14_1 20 Nov 2002 13:15:13 |
ijliao |
- Do not install useless .la files
- Utilize NOPORTDOCS
PR: 45446
Submitted by: Ports Fury |
4.0.14_1 20 Nov 2002 13:13:48 |
ijliao |
- Do not install useless .la files
- Utilize NOPORTDOCS
PR: 45446
Submitted by: Ports Fury |
4.0.14,1 07 Sep 2002 08:44:49 |
ade |
Relinquish all my ports. |
4.0.14,1 01 Sep 2002 16:07:59 |
dwcjr |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
4.0.14,1 21 Aug 2002 21:04:12 |
ade |
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit |
4.0.14,1 30 May 2002 23:02:40 |
petef |
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
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) |
4.0.14,1 23 May 2002 15:11:56 |
dwcjr |
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer |
4.0.14,1 14 May 2002 21:27:23 |
pat |
Download site directory structure changed
PR: 38068
Submitted by: maintainer |
24 Dec 2001 10:45:48 |
ijliao |
patch for 4.0.14 |