ports/138831: [NEW PORT] databases/db48: The Berkeley DB package, revision 4.8

Gea-Suan Lin gslin at gslin.org
Tue Sep 15 05:30:06 UTC 2009


>Number:         138831
>Category:       ports
>Synopsis:       [NEW PORT] databases/db48: The Berkeley DB package, revision 4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 15 05:30:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009
>Description:
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/database/berkeley-db/index.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- db48-4.8.24.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	db47
#	db47/files
#	db47/files/patch-dist::configure
#	db47/Makefile
#	db47/distinfo
#	db47/pkg-descr
#	db47/pkg-plist
#
echo c - db47
mkdir -p db47 > /dev/null 2>&1
echo c - db47/files
mkdir -p db47/files > /dev/null 2>&1
echo x - db47/files/patch-dist::configure
sed 's/^X//' >db47/files/patch-dist::configure << '919f097ca0a2f71fcfa0af15b390dfdc'
X--- ../dist/configure.orig	Wed Dec  5 13:14:02 2001
X+++ ../dist/configure	Wed Dec  5 13:24:01 2001
X@@ -20867,8 +20867,8 @@
X 
X MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}"
X-MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version"
X+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info 0:0:0"
X MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}"
X MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}"
X-MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
X+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0"
X MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}"
X 
919f097ca0a2f71fcfa0af15b390dfdc
echo x - db47/Makefile
sed 's/^X//' >db47/Makefile << 'b6d68ef52f86126946e5fe5e3296acf6'
X# New ports collection makefile for:	db48
X# Date created:		2009-09-15
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	db48
XPORTVERSION=	4.8.24.0
XCATEGORIES=	databases
XMASTER_SITES=	http://download-west.oracle.com/berkeley-db/ \
X		http://download-east.oracle.com/berkeley-db/ \
X		http://download-uk.oracle.com/berkeley-db/
XPKGNAMEPREFIX?=
XDISTNAME=	db-${PORTVERSION:R}
XDIST_SUBDIR=	bdb
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	The Berkeley DB package, revision 4.8
X
X# I allow all freebsd committer to do changes to this package without
X# my permission.
X
XBDBVER=		${PORTVERSION:R:R}
XCONFIGURE_ARGS=	--enable-compat185 --enable-dump185 --enable-cxx \
X		--enable-dynamic --enable-pthread_api \
X		--includedir=${PREFIX}/include/${PORTNAME} \
X		--libdir=${PREFIX}/lib/${PORTNAME} \
X		--bindir=${PREFIX}/bin/${PORTNAME}
XCONFIGURE_SCRIPT=	../dist/configure
XGNU_CONFIGURE=	yes
XMAKE_JOBS_SAFE=	yes
XINSTALL_TARGET=	install_include install_lib install_utilities
XLIBTOOLFILES=	${CONFIGURE_SCRIPT}
XWRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
XUSE_LDCONFIG=	yes
X
Xpost-install:
X.for i in libdb libdb_cxx
X	${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib
X	${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so
X.endfor
X	cd ${PREFIX}/bin/${PORTNAME}; \
X	for i in *; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER}; done
X
X.include <bsd.port.mk>
b6d68ef52f86126946e5fe5e3296acf6
echo x - db47/distinfo
sed 's/^X//' >db47/distinfo << 'b9379e60a1e1a1b1544f7f2300267ef8'
XMD5 (bdb/db-4.8.24.tar.gz) = 147afdecf438ff99ade105a5272db158
XSHA256 (bdb/db-4.8.24.tar.gz) = bcbd9021250d9cb5992a1adf83cc7c9f08de7d5cfe02a25dbef928316bff5c88
XSIZE (bdb/db-4.8.24.tar.gz) = 22900528
b9379e60a1e1a1b1544f7f2300267ef8
echo x - db47/pkg-descr
sed 's/^X//' >db47/pkg-descr << '1d78a71ae519c719e4d67fc3fa0ebd44'
XOracle Berkeley DB is a family of open source embeddable databases
Xthat allows developers to incorporate within their applications a
Xfast, scalable, transactional database engine with industrial grade
Xreliability and availability. As a result, customers and end-users
Xwill experience an application that simply works, reliably manages
Xdata, can scale under extreme load, but requires no ongoing database
Xadministration. As a developer, you can focus on your application and
Xbe confident that Oracle Berkeley DB will manage your persistence
Xneeds.
X
XWWW:	http://www.oracle.com/database/berkeley-db/index.html
1d78a71ae519c719e4d67fc3fa0ebd44
echo x - db47/pkg-plist
sed 's/^X//' >db47/pkg-plist << '9866649639b935d8804832a27e990aae'
X at comment $FreeBSD: ports/databases/db47/pkg-plist,v 1.34 2008/06/09 05:59:35 vanilla Exp $
Xbin/db48/db_archive
Xbin/db48/db_checkpoint
Xbin/db48/db_deadlock
Xbin/db48/db_dump
Xbin/db48/db_dump185
Xbin/db48/db_hotbackup
Xbin/db48/db_load
Xbin/db48/db_printlog
Xbin/db48/db_recover
Xbin/db48/db_sql
Xbin/db48/db_stat
Xbin/db48/db_upgrade
Xbin/db48/db_verify
Xbin/db_archive-4.8
Xbin/db_checkpoint-4.8
Xbin/db_deadlock-4.8
Xbin/db_dump-4.8
Xbin/db_dump185-4.8
Xbin/db_hotbackup-4.8
Xbin/db_load-4.8
Xbin/db_printlog-4.8
Xbin/db_recover-4.8
Xbin/db_sql-4.8
Xbin/db_stat-4.8
Xbin/db_upgrade-4.8
Xbin/db_verify-4.8
Xinclude/db48/db.h
Xinclude/db48/db_185.h
Xinclude/db48/db_cxx.h
Xlib/db48/libdb-4.8.a
Xlib/db48/libdb-4.8.la
Xlib/db48/libdb-4.8.so
Xlib/db48/libdb-4.8.so.0
Xlib/db48/libdb-4.so
Xlib/db48/libdb.a
Xlib/db48/libdb.so
Xlib/db48/libdb_cxx-4.8.a
Xlib/db48/libdb_cxx-4.8.la
Xlib/db48/libdb_cxx-4.8.so
Xlib/db48/libdb_cxx-4.8.so.0
Xlib/db48/libdb_cxx-4.so
Xlib/db48/libdb_cxx.a
Xlib/db48/libdb_cxx.so
Xlib/libdb-4.8.so
Xlib/libdb-4.8.so.0
Xlib/libdb_cxx-4.8.so
Xlib/libdb_cxx-4.8.so.0
X at dirrmtry lib/db48
X at dirrmtry include/db48
X at dirrmtry bin/db48
9866649639b935d8804832a27e990aae
exit
--- db48-4.8.24.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list