FreshPorts -- The Place For Ports Sat, 17 May 2008 6:49 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
db2 2.7.7_1 databases on this many watch lists=11 search for ports that depend on this port
The Berkeley DB package, revision 2

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 search for ports maintained by this maintainer
Port Added: 07 Sep 2002 09:45:09


Version 2 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 v2
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/db2/ && make install clean
To add the package: pkg_add -r db2


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../src/misc/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../../src/misc/
http://www.cpan.dk/modules/by-module/../../src/misc/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/../../src/misc/
http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/../../src/misc/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/../../src/misc/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../../src/misc/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../../src/misc/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../../src/misc/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/../../src/misc/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../src/misc/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../../src/misc/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../../src/misc/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../../src/misc/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../../src/misc/
http://at.cpan.org/modules/by-module/../../src/misc/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../../src/misc/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../../src/misc/
http://backpan.cpan.org/modules/by-module/../../src/misc/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
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: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 Apr 2008 15:30:31
Original commit files touched by this commit  2.7.7_1
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
14 Aug 2006 23:55:18
Original commit files touched by this commit  2.7.7_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
24 May 2006 23:03:27
Original commit files touched by this commit  2.7.7_1
ahze search for other commits by this committer
- Fix fetch by using MASTER_SITE_PERL_CPAN

PR:             97854
Submitted by:   Shaun Amott <shaun@inerd.com>
24 Nov 2005 01:23:57
Original commit files touched by this commit  2.7.7_1
pav search for other commits by this committer
- Add SHA256
30 Jun 2004 06:58:02
Original commit files touched by this commit  2.7.7_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:43:51
Original commit files touched by this commit  2.7.7_1
krion search for other commits by this committer
- update MASTER_SITES
- add support for NOPORTDOCS flag, splitting the package's
  install: target into install and install_docs (files/patch-aa)
- files/patch-aa now contains files/patch-ad change, -ad
  addressed the same file
- files/patch-ad is removed
- replace pkg-plist documentation by PORTDOCS= * in Makefile
- replace explicit examples path by %%EXAMPLESDIR%%

PR:             ports/66260
Submitted by:   maintainer
07 Apr 2004 14:26:20
Original commit files touched by this commit  2.7.7_1
clement search for other commits by this committer
- tar -> ${TAR} (since we have now a bsdtar ;)
31 Jan 2004 00:46:19
Original commit files touched by this commit  2.7.7_1
kris search for other commits by this committer
Correct DISTNAME

Pointy hat to:  kris
29 Jan 2004 11:53:00
Original commit files touched by this commit  2.7.7_1
kris search for other commits by this committer
Rename db to db2 for consistency
29 Jan 2004 07:24:56
Original commit files touched by this commit  2.7.7_1
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 17:00:26
Original commit files touched by this commit  2.7.7_1
knu search for other commits by this committer
De-pkg-comment.
24 Jan 2003 23:24:57
Original commit files touched by this commit  2.7.7_1
arved search for other commits by this committer
Remove broken Y2K link.

PR:             47427
Submitted by:   Mark Linimon <linimon@lonesome.com>
03 Dec 2002 05:49:46
Original commit files touched by this commit  2.7.7_1
kris search for other commits by this committer
Use -fPIC instead of -fpic to fix build on sparc64
08 Nov 2002 19:32:00
Original commit files touched by this commit  2.7.7_1
arved search for other commits by this committer
Remove -fnopermissve

PR:             Craig Rodrigues <rodrigc@attbi.com>
Submitted by:   42785
21 Oct 2002 12:05:57
Original commit files touched by this commit  2.7.7_1
sobomax search for other commits by this committer
Unbreak on current. This should unlock another 6 packages that depend on db2.

Submitted by:   bento
07 Sep 2002 09:44:49
Original commit files touched by this commit  2.7.7_1
ade search for other commits by this committer
Relinquish all my ports.

Number of commits found: 16

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