FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:35 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
db41 4.1.25_4 databases on this many watch lists=211 search for ports that depend on this port
The Berkeley DB package, revision 4.1
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 07 Jan 2003 01:07:42


Version 4.1 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.1
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
Slave ports
databases/db41-nocrypto

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


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

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  4.1.25_4
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  4.1.25_4
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 10:15:45
Original commit files touched by this commit  4.1.25_4
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:18:16
Original commit files touched by this commit  4.1.25_4
rafan search for other commits by this committer
- Update MASTER_SITES
- Add patch.4.1.25.3 from vendor

PR:             ports/105267
Submitted by:   Matthias Andree (maintainer)
14 Apr 2006 04:44:08
Original commit files touched by this commit  4.1.25_3
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.1.25_3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
13 Apr 2005 08:14:37
Original commit files touched by this commit  4.1.25_3
leeym search for other commits by this committer
Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:

# Applications with largely dirty caches could see performance problems in the
  cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
  performed when sections of the database environment log only contained
  database open/close pairs.

PR:             79841
Submitted by:   maintainer
12 Apr 2005 04:26:57
Original commit files touched by this commit  4.1.25_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  4.1.25_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:25:32
Original commit files touched by this commit  4.1.25_2
clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)

PR:             ports/77509
Submitted by:   Matthias Andree (maintainer)
30 Jun 2004 06:58:02
Original commit files touched by this commit  4.1.25_2
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:48:28
Original commit files touched by this commit  4.1.25_2
krion search for other commits by this committer
- change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint
- replace lengthy docs list by PORTDOCS= *

PR:             ports/66258
Submitted by:   maintainer
16 Apr 2004 11:18:13
Original commit files touched by this commit  4.1.25_2
arved search for other commits by this committer
Workaround a problem with fast-mutexes on amd64

Reported by:                    tjr
PR:                             64886
Investigative work by:          perky
Workaround suggested by:        maintainer
18 Mar 2004 02:27:55
Original commit files touched by this commit  4.1.25_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.1.25_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:46:16
Original commit files touched by this commit  4.1.25_1
daichi search for other commits by this committer
update databases/db41: 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.1.25_1
knu search for other commits by this committer
De-pkg-comment.
16 Feb 2003 16:09:56
Original commit files touched by this commit  4.1.25_1
nork search for other commits by this committer
Remove RESTRICTED tag with cryptography relation.

Pointed out by:         kris
16 Feb 2003 05:54:21
Original commit files touched by this commit  4.1.25_1
nork search for other commits by this committer
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
o Prepares for the db41-nocrypto port.

PR:             ports/48225
Submitted by:   Matthias Andree <matthias.andree@web.de> (maintainer)
07 Jan 2003 01:06:07
Original commit files touched by this commit  4.1.25
petef search for other commits by this committer
Add db41-4.1.25 after a repocopy from databases/db4.

PR:             46755
Submitted by:   Matthias Andree <matthias.andree@web.de>

Number of commits found: 20

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 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
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.215 seconds.