From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 23 06:10:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E992916A41B for ; Mon, 23 Jul 2007 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C676113C45D for ; Mon, 23 Jul 2007 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6N6A15l013698 for ; Mon, 23 Jul 2007 06:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6N6A1KM013697; Mon, 23 Jul 2007 06:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 Jul 2007 06:10:01 GMT Resent-Message-Id: <200707230610.l6N6A1KM013697@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C316E16A417 for ; Mon, 23 Jul 2007 06:08:17 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id 7B35513C467 for ; Mon, 23 Jul 2007 06:08:17 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id 7B4D15C33; Mon, 23 Jul 2007 14:08:16 +0800 (CST) Message-Id: <20070723060816.7B4D15C33@ccreader.NCTU.edu.tw> Date: Mon, 23 Jul 2007 14:08:16 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/114821: [NEW PORT] databases/db45: The Berkeley DB package, revision 4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 06:10:02 -0000 >Number: 114821 >Category: ports >Synopsis: [NEW PORT] databases/db45: The Berkeley DB package, revision 4.5 >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 Jul 23 06:10:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >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.html Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- db45-4.5.20.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: # # db45 # db45/pkg-descr # db45/Makefile # db45/pkg-plist # db45/distinfo # db45/files # db45/files/patch-dist::configure # echo c - db45 mkdir -p db45 > /dev/null 2>&1 echo x - db45/pkg-descr sed 's/^X//' >db45/pkg-descr << 'END-of-db45/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.html END-of-db45/pkg-descr echo x - db45/Makefile sed 's/^X//' >db45/Makefile << 'END-of-db45/Makefile' X# New ports collection makefile for: db45 X# Date created: 2007-05-10 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= db45 XPORTVERSION= 4.5.20.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@gmx.de and all freebsd committer to do changes X# to this package. XMAINTAINER= gslin@gslin.org XCOMMENT= The Berkeley DB package, revision 4.5 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 END-of-db45/Makefile echo x - db45/pkg-plist sed 's/^X//' >db45/pkg-plist << 'END-of-db45/pkg-plist' X@comment $FreeBSD$ Xbin/berkeley_db_svc-4.5 Xbin/db45/berkeley_db_svc Xbin/db45/db_archive Xbin/db45/db_checkpoint Xbin/db45/db_deadlock Xbin/db45/db_dump Xbin/db45/db_dump185 Xbin/db45/db_hotbackup Xbin/db45/db_load Xbin/db45/db_printlog Xbin/db45/db_recover Xbin/db45/db_stat Xbin/db45/db_upgrade Xbin/db45/db_verify Xbin/db_archive-4.5 Xbin/db_checkpoint-4.5 Xbin/db_deadlock-4.5 Xbin/db_dump-4.5 Xbin/db_dump185-4.5 Xbin/db_hotbackup-4.5 Xbin/db_load-4.5 Xbin/db_printlog-4.5 Xbin/db_recover-4.5 Xbin/db_stat-4.5 Xbin/db_upgrade-4.5 Xbin/db_verify-4.5 Xinclude/db45/db.h Xinclude/db45/db_185.h Xinclude/db45/db_cxx.h Xlib/db45/libdb-4.5.a Xlib/db45/libdb-4.5.la Xlib/db45/libdb-4.5.so Xlib/db45/libdb-4.5.so.0 Xlib/db45/libdb-4.so Xlib/db45/libdb.a Xlib/db45/libdb.so Xlib/db45/libdb_cxx-4.5.a Xlib/db45/libdb_cxx-4.5.la Xlib/db45/libdb_cxx-4.5.so Xlib/db45/libdb_cxx-4.5.so.0 Xlib/db45/libdb_cxx-4.so Xlib/db45/libdb_cxx.a Xlib/db45/libdb_cxx.so Xlib/libdb-4.5.so Xlib/libdb-4.5.so.0 Xlib/libdb_cxx-4.5.so Xlib/libdb_cxx-4.5.so.0 X@dirrmtry lib/db45 X@dirrmtry include/db45 X@dirrmtry bin/db45 END-of-db45/pkg-plist echo x - db45/distinfo sed 's/^X//' >db45/distinfo << 'END-of-db45/distinfo' XMD5 (bdb/db-4.5.20.tar.gz) = b0f1c777708cb8e9d37fb47e7ed3312d XSHA256 (bdb/db-4.5.20.tar.gz) = f52cd5cea899823dd200d56556f70b33c55e48a33bb7b65ee128968dc10ca82d XSIZE (bdb/db-4.5.20.tar.gz) = 9281894 END-of-db45/distinfo echo c - db45/files mkdir -p db45/files > /dev/null 2>&1 echo x - db45/files/patch-dist::configure sed 's/^X//' >db45/files/patch-dist::configure << 'END-of-db45/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-db45/files/patch-dist::configure exit --- db45-4.5.20.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: