FreshPorts -- The Place For Ports Sat, 17 May 2008 7:07 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
db42 4.2.52_5 databases on this many watch lists=152 search for ports that depend on this port
The Berkeley DB package, revision 4.2
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 09 Jan 2004 09:46:22


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

-- Matthias Andree
  
WWW: http://www.sleepycat.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
databases/db42-nocrypto

Required To Build: devel/libtool15

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


Configuration Options
     No options to configure

Master Sites:
http://download-east.oracle.com/berkeley-db/
http://download-west.oracle.com/berkeley-db/
http://download-uk.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: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Feb 2007 06:39:51
Original commit files touched by this commit  4.2.52_5
kris search for other commits by this committer
Fix build after objformat removal

Submitted by:   maintainer
PR:             108771
08 Nov 2006 10:15:45
Original commit files touched by this commit  4.2.52_5
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:20:31
Original commit files touched by this commit  4.2.52_5
rafan search for other commits by this committer
- 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)
14 Apr 2006 04:44:08
Original commit files touched by this commit  4.2.52_4
mnag search for other commits by this committer
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)

PR:             95623
Submitted by:   maintainer
22 Jan 2006 08:23:41
Original commit files touched by this commit  4.2.52_4
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  4.2.52_4
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.
13 Apr 2005 08:31:28
Original commit files touched by this commit  4.2.52_4
leeym search for other commits by this committer
Add two SleepyCat patches to fix:

- log sequence error and missing data when transactional database is walked
  with a cursor after being loaded non-transactionally

- memory leak when repeatedly opening/closing database environments

PR:             79842
Submitted by:   maintainer
05 Apr 2005 19:55:31
Original commit files touched by this commit  4.2.52_3
linimon search for other commits by this committer
Add an advisory variable that mark this port as not being a slave port.
For whatever reason, the default assignments of this variable is wrong.

This only affects FreshPorts and portsmon.

Approved by:    maintainer
15 Feb 2005 01:58:18
Original commit files touched by this commit  4.2.52_3
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)

PR:             ports/77510
Submitted by:   Matthias Andree (maintainer)
26 Jun 2004 12:13:16
Original commit files touched by this commit  4.2.52_3
arved search for other commits by this committer
Workaround a problem with fast-mutexes on amd64.

Idea from:      db41 port.
Discovered by:  upcoming ice port.
14 Jun 2004 09:51:07
Original commit files touched by this commit  4.2.52_3
ache search for other commits by this committer
Fix 'make reinstall'

Submitted by:   maintainer Matthias Andree <matthias.andree@gmx.de>
27 May 2004 09:32:20
Original commit files touched by this commit  4.2.52_3
krion search for other commits by this committer
- Build + install RPC server

PR:             ports/67239
Submitted by:   maintainer
Requested by:   brooks
19 Mar 2004 22:28:21
Original commit files touched by this commit  4.2.52_2
eik search for other commits by this committer
This patch is a convenience patch to allow broken port tools to continue
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.

The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.

I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).

Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
(Only the first 15 lines of the commit message are shown above View all of this commit message)
03 Mar 2004 11:21:33
Original commit files touched by this commit  4.2.52_2
linimon search for other commits by this committer
Revert previous commit.  Local changes here masked the fact that this
change would break the port for other users.

Noticed by:             Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to:          linimon@FreeBSD.org
03 Mar 2004 01:24:08
Original commit files touched by this commit  4.2.52_2
linimon search for other commits by this committer
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).

Reviewed by:            Matthias Andree <matthias.andree@gmx.de> (maintainer)
26 Feb 2004 01:59:27
Original commit files touched by this commit  4.2.52_2
clement search for other commits by this committer
- add USE_LIBTOOL support

PR:             63316
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
24 Feb 2004 13:24:35
Original commit files touched by this commit  4.2.52_2
eik search for other commits by this committer
* Add vendor patch.4.2.52.2
* Bump portrevision.
* Add SIZE to distinfo.

PR:             63306
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
14 Jan 2004 21:13:43
Original commit files touched by this commit  4.2.52_1
krion search for other commits by this committer
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
  works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:             61283
Submitted by:   maintainer
09 Jan 2004 09:45:37
Original commit files touched by this commit  4.2.52
pav search for other commits by this committer
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>

Number of commits found: 19

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 fortnight53
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.947 seconds.