FreshPorts -- The Place For Ports Tue, 9 Feb 2010 3:07 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
db3 3.3.11_3,1 databases on this many watch lists=209 search for ports that depend on this port
The Berkeley DB package, revision 3.3
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 26 Aug 2000 10:43:52


Version 3 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 v3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.

There are minor interface changes in this release which may require that DB
applications be modified and recompiled. For a complete discussion of
interface changes, see:

http://www.sleepycat.com/update/

WWW: http://www.sleepycat.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

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


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: 58

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Nov 2009 02:50:45
Original commit files touched by this commit  3.3.11_3,1
amdmi3 search for other commits by this committer
- Fix build on 9.0

PR:             140126
Submitted by:   Jilles Tjoelker <jilles@stack.nl>
Approved by:    "Matthias Andree" <matthias.andree@gmx.de> (maintainer)
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.3.11_3,1
rafan search for other commits by this committer
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 View all of this commit message)
04 Feb 2007 19:43:38
Original commit files touched by this commit  3.3.11_3,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  3.3.11_3,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  3.3.11_3,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:37
Original commit files touched by this commit  3.3.11_3,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)
17 Jun 2006 12:15:43
Original commit files touched by this commit  3.3.11_3,1
itetcu search for other commits by this committer
- unquote IGNORE
- install .la files and bump PORTVERSION for plist change

PR:             ports/99020
Submitted by:   maintainer
04 May 2006 22:41:12
Original commit files touched by this commit  3.3.11_2,1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.3.11_2,1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:23:41
Original commit files touched by this commit  3.3.11_2,1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.3.11_2,1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Apr 2005 04:26:57
Original commit files touched by this commit  3.3.11_2
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  3.3.11_2
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:19:31
Original commit files touched by this commit  3.3.11_2,1
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)

PR:             ports/77505
Submitted by:   Matthias Andree (maintainer)
06 Jul 2004 01:12:42
Original commit files touched by this commit  3.3.11_2,1
pav search for other commits by this committer
- Add WITH_TCL_VER knob

PR:             ports/60473
Submitted by:   Roberto Grassi <r.grassi@obicon.it>
Approved by:    maintainer
30 Jun 2004 06:58:02
Original commit files touched by this commit  3.3.11_1,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>
04 May 2004 20:50:03
Original commit files touched by this commit  3.3.11_1,1
krion search for other commits by this committer
- Update MASTER_SITES
- Switch two ?= to = as there is no slave port, to fix portlint
  warnings
- Add SIZE to distinfo

PR:             ports/66259
Submitted by:   maintainer
17 Apr 2004 20:20:31
Original commit files touched by this commit  3.3.11_1,1
krion search for other commits by this committer
- Fix configure warning

PR:             65674 65675 65676 65677 65678 65679
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
14 Mar 2004 06:17:56
Original commit files touched by this commit  3.3.11_1,1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
15 Jan 2004 13:25:31
Original commit files touched by this commit  3.3.11_1,1
krion search for other commits by this committer
- support NOPORTDOCS.
- replace pkg-plist bloat by PORTDOCS=*
- don't patch docdir in Makefile, pass it as make argument
  instead
- kill empty "splash" directory at install time already
- bump PORTREVISION

PR:             61378
Submitted by:   maintainer
29 Dec 2003 06:44:52
Original commit files touched by this commit  3.3.11,1
edwin search for other commits by this committer
Make some fields ?= so it can become a master-port for for example
databases/db3-tcl

PR:             ports/60473 (related)
06 Nov 2003 13:45:43
Original commit files touched by this commit  3.3.11,1
sergei search for other commits by this committer
- Pass maintainership to Matthias Andree <matthias.andree@web.de>
- Clarify COMMENT
- Fix portlint(1) warning

PR:             59002
Submitted by:   Matthias Andree <matthias.andree@web.de>
07 Sep 2003 15:03:37
Original commit files touched by this commit  3.3.11,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>
20 Feb 2003 17:00:26
Original commit files touched by this commit  3.3.11,1
knu search for other commits by this committer
De-pkg-comment.
18 Jan 2003 01:41:00
Original commit files touched by this commit  3.3.11,1
marcus search for other commits by this committer
Fix the checksum for patch.3.3.11.1.  In diff'ing the new patch to the older
downloaded one, the CVS Id in the context portion of the diffs changed
(probably since the files were checked out/in through CVS on the 10th).
In any event, the patch still applies cleanly.

Reported by:    Lee Blevins <leeb@digitalgraphics.net>
19 Nov 2002 21:06:24
Original commit files touched by this commit  3.3.11,1
obrien search for other commits by this committer
Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.
07 Sep 2002 09:44:49
Original commit files touched by this commit  3.3.11,1
ade search for other commits by this committer
Relinquish all my ports.
22 Aug 2002 20:13:46
Original commit files touched by this commit  3.3.11,1
ade search for other commits by this committer
BerkeleyDB cleanup - stage 2

Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
21 Aug 2002 22:04:12
Original commit files touched by this commit  3.2.9_3,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
18 Jul 2002 18:58:57
Original commit files touched by this commit  3.2.9_3,1
sobomax search for other commits by this committer
Use USE_REINPLACE.
31 May 2002 00:02:40
Original commit files touched by this commit  3.2.9_3,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  3.2.9_3,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
13 May 2002 23:48:43
Original commit files touched by this commit  3.2.9_3,1
billf search for other commits by this committer
follow the bouncing {MASTER,PATCH}_SITES

PR:             ports/37978
Submitted by:   Alan Eldridge <alane@geeksrus.net>
Approved by:    maintainer
04 Feb 2002 22:31:49
files touched by this commit
pat search for other commits by this committer
Make port LOCALBASE safe    
26 Dec 2001 02:04:54
files touched by this commit
ijliao search for other commits by this committer
PORTEPOCH remains 1    
25 Dec 2001 12:41:11
files touched by this commit
ijliao search for other commits by this committer
fix conflict db3 with other db's   db* utils now with `db3_' prefix (like in db4
port)   sort pkg-plist    
20 Nov 2001 23:29:38
files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
07 Oct 2001 19:04:00
files touched by this commit
lioux search for other commits by this committer
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh    
02 Aug 2001 19:00:53
files touched by this commit
sobomax search for other commits by this committer
Bump PORTEPOCH because we have decreased PORTVERSION number.    
01 Aug 2001 13:51:54
files touched by this commit
knu search for other commits by this committer
Back out the db3 update for the moment, due to the incompatibilty   problem that
broke the openldap2 build.    
01 Aug 2001 09:16:15
files touched by this commit
knu search for other commits by this committer
Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so   links.    
27 Jul 2001 17:45:11
files touched by this commit
tobez search for other commits by this committer
Fix missing libs in databases/db3 package-list.    
25 Jul 2001 17:03:03
files touched by this commit
knu search for other commits by this committer
Update to 3.3.11.    
25 Jul 2001 10:53:00
files touched by this commit
dd search for other commits by this committer
Update to reflect setting DIST_SUBDIR.  Checksums didn't change, just   the
paths.    
24 Jul 2001 18:19:23
files touched by this commit
knu search for other commits by this committer
- Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.    
24 Jul 2001 18:13:22
files touched by this commit
knu search for other commits by this committer
Properly make *.so symlinks to *.so.x. (previously all that were   backwards)   
22 Jun 2001 22:03:03
files touched by this commit
olgeni search for other commits by this committer
Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.    
14 May 2001 16:49:54
files touched by this commit
ade search for other commits by this committer
Add two post-3.2.9 patches from Sleepycat themselves.  
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.    
29 Mar 2001 17:35:19
files touched by this commit
sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
09 Feb 2001 19:53:28
files touched by this commit
lioux search for other commits by this committer
Make the library installation permission safe.    
08 Feb 2001 16:03:18
files touched by this commit
kevlo search for other commits by this committer
Fix sominor version.    
02 Feb 2001 12:37:59
files touched by this commit
kevlo search for other commits by this committer
Update to version 3.2.9    
03 Jan 2001 19:55:30
files touched by this commit
sf search for other commits by this committer
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow   building
without root privilege.    
01 Jan 2001 10:15:17
files touched by this commit
will search for other commits by this committer
Goodbye, YEAR2000.  Hello, 2001.    
08 Oct 2000 02:08:27
files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  
22 Sep 2000 18:48:52
files touched by this commit
sobomax search for other commits by this committer
Several cleanups:   - properly install shared library (still needs more work);  
- use pthreads;   - use libtool.    
17 Sep 2000 00:57:41
files touched by this commit
will search for other commits by this committer
Update to 3.1.17.    
26 Aug 2000 14:43:52
files touched by this commit
will search for other commits by this committer
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.    

Number of commits found: 58

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours10
new 7 days31
new fortnight88
new month197

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.257 seconds.