The Oracle Berkeley DB, revision 5.3 Maintained by:mandree@FreeBSD.org 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/
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
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)
- 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@
- 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)
- 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.