5dfc FreshPorts -- databases/db5
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
db5 5.3.21.0 databases on this many watch lists=2 search for ports that depend on this port
The Oracle Berkeley DB, revision 5.3
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Aug 2011 21:43:55
Also Listed In: java
License: not specified in port


Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.

WWW:	http://www.oracle.com/us/products/database/berkeley-db/db/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Libraries

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


Configuration Options
===> The following configuration options are available for db5-5.3.21.0:
     CRYPTO=on: Cryptography support
     JAVA=off: Java platform
     L10N=off: Localization support (EXPERIMENTAL)
     SQL=off: Enable SQL API (EXPERIMENTAL)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/
  2. http://download.oracle.com/berkeley-db/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-06-18
    Affects: users of databases/db5
    Author: mandree@FreeBSD.org
    Reason: 
      The databases/db5 port has been upgraded to BerkeleyDB 5.3.  This
      entails a shared library bump.
    
      Before upgrading this port, check if your applications use
      transactional data bases, and if they do, prepare them for a log file
      format upgrade.  YOU MUST DO THIS BEFORE YOU UPGRADE THE DB5 PORT!  See:
      http://docs.oracle.com/cd/E17076_02/html/upgrading/upgrade_process.html
    
      All packages that depend on db5 need to be rebuilt due to the shared
      library version change.  The full changelog is at
      http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
    
      To upgrade the packages that need Berkeley DB 5, please
      issue one of the following commands (depending on your preferred tool):
    
        # portmaster -r db5-5
      or
        # portupgrade -fr databases/db5
    
    
Port Moves
  • port moved here from databases/db51 on 2011-08-26
    REASON: Removed: please use the newer databases/db5 instead

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 Feb 2013 20:21:23
Original commit files touched by this commit  5.3.21.0
mandree search for other commits by this committer
Convert one more NOPORTDOCS occasion to port optionsNG framework.

PR:		ports/175878
Submitted by:	Takefu
10 Dec 2012 13:18:29
Original commit files touched by this commit  5.3.21.0
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
18 Jun 2012 23:28:16
Original commit files touched by this commit  5.3.21.0
mandree search for other commits by this committer
Forced commit to note correct URL for ChangeLog in CVS (missing l in .html):
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
18 Jun 2012 23:23:18
Original commit files touched by this commit  5.3.21.0
mandree search for other commits by this committer
- Update to new upstream release 5.3.21. Please see UPDATING!
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm
- Convert to OptionsNG.

Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes,
as well as an update of Mk/bsd.database.mk and UPDATING.

Port and pkg-plist updates based on
PR:           ports/165574
Submitted by: sunpoet@
14 Jun 2012 23:34:42
Original commit files touched by this commit  5.2.42.0
mandree search for other commits by this committer
Fix compilation with clang, patch taken from
http://lists.freebsd.org/pipermail/freebsd-current/2012-May/033615.html

Reported by: Mel Flynn
Patch by:    Dimitry Andric
13 Mar 2012 21:52:41
Original commit files touched by this commit  5.2.42.0
mandree search for other commits by this committer
Update to upstream bug-fix patchlevel release [11.2.]5.2.42.
ChangeLog:   
<http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#idp580848>
Feature safe: yes
16 Feb 2012 07:21:10
Original commit files touched by this commit  5.2.36.0_1
mandree search for other commits by this committer
Fix broken symbolic links in libdb*-5.so.0 files.

Reported and patch
Submitted by: Herbert J. Skuhra
22 Jan 2012 15:42:43
Original commit files touched by this commit  5.2.36.0
beat search for other commits by this committer
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
  bsd.port.mk also handles configure script outside of WRKSRC.

Exp-runs by:    miwi
29 Oct 2011 11:45:20
Original commit files touched by this commit  5.2.36.0
beat search for other commits by this committer
- Fix build on FreeBSD 10. Apply manual fix as the configure script is
  outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
  case.

Approved by:    portmgr (miwi)
23 Sep 2011 18:48:34
Original commit files touched by this commit  5.2.36.0
mandree search for other commits by this committer
Update to new upstream bugfix release. ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html
25 Aug 2011 23:17:17
Original commit files touched by this commit  5.2.28.0
mandree search for other commits by this committer
- Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:
 
http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html

- Remove databases/db51 (no hard dependencies), users having set db51
  manually for their ports need to set db5 and rebuild dependent ports.

- Add OPTIONS for localization (default off) and crypto (default on).

- Install libdb*-5.so symlinks into $PREFIX/lib

- If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and
  --enable-debug.
25 Aug 2011 21:43:34
Original commit files touched by this commit  5.1.25.0_1
mandree search for other commits by this committer
Forced commit to note repocopy from ports/databases/db51.

PR: ports/159700

Number of commits found: 12

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight79
new month211

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0