FreshPorts -- The Place For Ports Sat, 17 May 2008 5:27 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
db4 4.0.14_1,1 databases on this many watch lists=181 search for ports that depend on this port
The Berkeley DB package, revision 4
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 24 Dec 2001 07:45:48


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.sleepycat.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/databases/db4/ && make install clean
To add the package: pkg_add -r db4


Configuration Options
     No options to configure

Master Sites:
http://download-uk.oracle.com/berkeley-db/
http://download-west.oracle.com/berkeley-db/
http://download-east.oracle.com/berkeley-db/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-04-03
    Affects: users of databases/db*
    Author: swhetzel@gmail.com
    Reason: 
      Most of the ports that depend on Berkeley DB have been updated to use
      Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
      Berkeley DB, and SQLite in a port.
    
      The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
      db* library name and location of the include and library directories of the
      requested version.
    
      To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
      or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
      or 44).
    
      When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
      port will use the oldest installed version of Berkeley DB. For example if
      both db41 and db43 are installed, the port would end up compiling with db41.
      If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
      db* instead. If no Berkeley DB is installed then the port will default to the
      version specified or the default Berkeley DB version (currently db41).
    
      NOTE: If a port was using a different variable to select Berkeley DB or a
      version, you will get an IGNORE message when you build the port. This
      message will tell you what you need to do.
    
      Port Maintainers please review the comments in Mk/bsd.database.mk on what
      variables are available for you use in your own ports.
    
    

Number of commits found: 29

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 Feb 2007 19:43:38
Original commit files touched by this commit  4.0.14_1,1
kris search for other commits by this committer
Fix build after objformat removal

Submitted by:   maintainer
PR:             ports/108767, ports/108768, ports/108769
08 Nov 2006 15:43:20
Original commit files touched by this commit  4.0.14_1,1
rafan search for other commits by this committer
- Shuffle MASTER_SITES for bdb ports to share load

Requested by:   Matthias Andree (maintainer)
08 Nov 2006 10:15:45
Original commit files touched by this commit  4.0.14_1,1
rafan search for other commits by this committer
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.

Noticed by:     pav
Approved by:    Matthias Andree (maintainer)
08 Nov 2006 05:19:50
Original commit files touched by this commit  4.0.14_1,1
rafan search for other commits by this committer
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG

PR:             ports/105268
Submitted by:   Matthias Andree (maintainer)
04 May 2006 22:41:12
Original commit files touched by this commit  4.0.14_1,1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
22 Jan 2006 08:23:41
Original commit files touched by this commit  4.0.14_1,1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
12 Apr 2005 04:26:57
Original commit files touched by this commit  4.0.14_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  4.0.14_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
14 Feb 2005 16:21:40
Original commit files touched by this commit  4.0.14_1,1
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES), clean up

PR:             ports/77506
Submitted by:   Matthias Andree (maintainer)
30 Jun 2004 06:58:02
Original commit files touched by this commit  4.0.14_1
linimon search for other commits by this committer
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>
05 May 2004 20:49:54
Original commit files touched by this commit  4.0.14_1,1
krion search for other commits by this committer
- Update MASTER_SITES
- Use PORTDOCS=*

PR:             ports/66257
Submitted by:   maintainer
18 Mar 2004 02:27:55
Original commit files touched by this commit  4.0.14_1,1
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
08 Sep 2003 15:20:16
Original commit files touched by this commit  4.0.14_1,1
nork search for other commits by this committer
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)
09 Jul 2003 08:45:20
Original commit files touched by this commit  4.0.14_1,1
daichi search for other commits by this committer
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>
21 Feb 2003 11:15:05
Original commit files touched by this commit  4.0.14_1,1
knu search for other commits by this committer
De-pkg-comment.
06 Jan 2003 11:00:27
Original commit files touched by this commit  4.0.14_1,1
obraun search for other commits by this committer
Remove empty docs subdir after install.

PR:             ports/46795
Submitted by:   maintainer
05 Jan 2003 04:11:23
Original commit files touched by this commit  4.0.14_1,1
petef search for other commits by this committer
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
04 Jan 2003 14:48:12
Original commit files touched by this commit  4.1.25,1
ijliao search for other commits by this committer
fix plist and utilize DOCSDIR
03 Jan 2003 20:19:08
Original commit files touched by this commit  4.1.25
ijliao search for other commits by this committer
upgrade to 4.1.25

PR:             46588
Submitted by:   Ports Fury
21 Nov 2002 02:49:07
Original commit files touched by this commit  4.0.14_1
ijliao search for other commits by this committer
fix make package error

Noted by:       kris
20 Nov 2002 13:15:13
Original commit files touched by this commit  4.0.14_1
ijliao search for other commits by this committer
- Do not install useless .la files
- Utilize NOPORTDOCS

PR:             45446
Submitted by:   Ports Fury
20 Nov 2002 13:13:48
Original commit files touched by this commit  4.0.14_1
ijliao search for other commits by this committer
- Do not install useless .la files
- Utilize NOPORTDOCS

PR:             45446
Submitted by:   Ports Fury
07 Sep 2002 09:44:49
Original commit files touched by this commit  4.0.14,1
ade search for other commits by this committer
Relinquish all my ports.
01 Sep 2002 17:07:59
Original commit files touched by this commit  4.0.14,1
dwcjr search for other commits by this committer
${PERL} -> ${REINPLACE_CMD}

PR:             40784
Submitted by:   corecode@corecode.ath.cx
Reviewed by:    flynn@energyhq.homeip.net
21 Aug 2002 22:04:12
Original commit files touched by this commit  4.0.14,1
ade search for other commits by this committer
(1) Take over maintainership whilst unifying the Sleepycat ports
(2) Un-spam the 'Whom' line from a previous commit
31 May 2002 00:02:40
Original commit files touched by this commit  4.0.14,1
petef search for other commits by this committer
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)
23 May 2002 16:11:56
Original commit files touched by this commit  4.0.14,1
dwcjr search for other commits by this committer
Update maintainer's email to match what he uses on send-pr to avoid
confusion

Submitted by:   maintainer
14 May 2002 22:27:23
Original commit files touched by this commit  4.0.14,1
pat search for other commits by this committer
Download site directory structure changed

PR:             38068
Submitted by:   maintainer
24 Dec 2001 10:45:48
files touched by this commit
ijliao search for other commits by this committer
patch for 4.0.14    

Number of commits found: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.561 seconds.