ports/124224: [NEW PORT] databases/db47: The Berkeley DB package, revision 4.7

Gea-Suan Lin gslin at gslin.org
Mon Jun 2 23:00:08 UTC 2008


>Number:         124224
>Category:       ports
>Synopsis:       [NEW PORT] databases/db47: The Berkeley DB package, revision 4.7
>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:   Mon Jun 02 23:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-STABLE FreeBSD 6.3-STABLE #4: Sat May 17 02:23:23 CST 2008
>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:

--- db47-4.7.25.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 << 'END-of-db47/files/patch-dist::configure'
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 
END-of-db47/files/patch-dist::configure
echo x - db47/Makefile
sed 's/^X//' >db47/Makefile << 'END-of-db47/Makefile'
X# New ports collection makefile for:	db47
X# Date created:		2008-06-23
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	db47
XPORTVERSION=	4.7.25.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
X# I allow matthias.andree at gmx.de and all freebsd committer to do changes
X# to this package.
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	The Berkeley DB package, revision 4.7
X
XBDBVER=		${PORTVERSION:R:R}
XCONFIGURE_ARGS=	--enable-compat185 --enable-dump185 --enable-cxx \
X		--enable-dynamic --enable-rpc --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
XINSTALL_TARGET=	install_include install_lib install_utilities
XLIBTOOLFILES=	${CONFIGURE_SCRIPT}
XWRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
XUSE_LDCONFIG=	yes
X
X.if !defined(NOPORTDOCS)
XINSTALL_TARGET+=	install_docs docdir=${DOCSDIR}
XPORTDOCS=	*
X.endif
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>
END-of-db47/Makefile
echo x - db47/distinfo
sed 's/^X//' >db47/distinfo << 'END-of-db47/distinfo'
XMD5 (bdb/db-4.7.25.tar.gz) = ec2b87e833779681a0c3a814aa71359e
XSHA256 (bdb/db-4.7.25.tar.gz) = f14fd96dd38915a1d63dcb94a63fbb8092334ceba6b5060760427096f631263e
XSIZE (bdb/db-4.7.25.tar.gz) = 13124129
END-of-db47/distinfo
echo x - db47/pkg-descr
sed 's/^X//' >db47/pkg-descr << 'END-of-db47/pkg-descr'
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
END-of-db47/pkg-descr
echo x - db47/pkg-plist
sed 's/^X//' >db47/pkg-plist << 'END-of-db47/pkg-plist'
X at comment $FreeBSD$
Xbin/berkeley_db_svc-4.7
Xbin/db47/berkeley_db_svc
Xbin/db47/db_archive
Xbin/db47/db_checkpoint
Xbin/db47/db_codegen
Xbin/db47/db_deadlock
Xbin/db47/db_dump
Xbin/db47/db_dump185
Xbin/db47/db_hotbackup
Xbin/db47/db_load
Xbin/db47/db_printlog
Xbin/db47/db_recover
Xbin/db47/db_stat
Xbin/db47/db_upgrade
Xbin/db47/db_verify
Xbin/db_archive-4.7
Xbin/db_checkpoint-4.7
Xbin/db_codegen-4.7
Xbin/db_deadlock-4.7
Xbin/db_dump-4.7
Xbin/db_dump185-4.7
Xbin/db_hotbackup-4.7
Xbin/db_load-4.7
Xbin/db_printlog-4.7
Xbin/db_recover-4.7
Xbin/db_stat-4.7
Xbin/db_upgrade-4.7
Xbin/db_verify-4.7
Xinclude/db47/db.h
Xinclude/db47/db_185.h
Xinclude/db47/db_cxx.h
Xlib/db47/libdb-4.7.a
Xlib/db47/libdb-4.7.la
Xlib/db47/libdb-4.7.so
Xlib/db47/libdb-4.7.so.0
Xlib/db47/libdb-4.so
Xlib/db47/libdb.a
Xlib/db47/libdb.so
Xlib/db47/libdb_cxx-4.7.a
Xlib/db47/libdb_cxx-4.7.la
Xlib/db47/libdb_cxx-4.7.so
Xlib/db47/libdb_cxx-4.7.so.0
Xlib/db47/libdb_cxx-4.so
Xlib/db47/libdb_cxx.a
Xlib/db47/libdb_cxx.so
Xlib/libdb-4.7.so
Xlib/libdb-4.7.so.0
Xlib/libdb_cxx-4.7.so
Xlib/libdb_cxx-4.7.so.0
X at dirrmtry lib/db47
X at dirrmtry include/db47
X at dirrmtry bin/db47
END-of-db47/pkg-plist
exit
--- db47-4.7.25.0.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list