Date: Wed, 24 Mar 1999 13:39:42 -0800 (PST) From: mreimer@vpop.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10776: PATCH: upgrade Berkeley DB port to version 2.7.3 Message-ID: <199903242139.NAA07603@boromir.vpop.net>
next in thread | raw e-mail | index | archive | help
>Number: 10776 >Category: ports >Synopsis: PATCH: upgrade Berkeley DB port to version 2.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 24 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Reimer >Release: FreeBSD 2.2.7-STABLE i386 >Organization: VPOP Technologies, Inc. >Environment: N/A >Description: This patch upgrades the Berkeley DB ports (databases/db) to version 2.7.3. >How-To-Repeat: N/A >Fix: *** Makefile.orig Wed Mar 24 13:29:44 1999 --- Makefile Wed Mar 24 13:29:20 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.9 1999/03/11 20:33:49 scrappy Exp $ # ! DISTNAME= db-2.3.16 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/db/packages/ --- 6,12 ---- # $Id: Makefile,v 1.9 1999/03/11 20:33:49 scrappy Exp $ # ! DISTNAME= db-2.7.3 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/db/packages/ *************** *** 16,22 **** WWW_SITE= http://www.sleepycat.com MANUAL_PACKAGE_BUILD= incompatible with libc version ! WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure --- 16,22 ---- WWW_SITE= http://www.sleepycat.com MANUAL_PACKAGE_BUILD= incompatible with libc version ! WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure *************** *** 32,39 **** post-install: ${MKDIR} ${PREFIX}/share/doc/db ! .for doc in hash.usenix.ps libtp.usenix.ps ! ${INSTALL_DATA} ${WRKSRC}/../documents/${doc} ${PREFIX}/share/doc/db gzip -9 ${PREFIX}/share/doc/db/${doc} .endfor ${MKDIR} ${PREFIX}/share/examples/db --- 32,39 ---- post-install: ${MKDIR} ${PREFIX}/share/doc/db ! .for doc in hash_usenix.ps libtp_usenix.ps ! ${INSTALL_DATA} ${WRKSRC}/../docs/packages/${doc} ${PREFIX}/share/doc/db gzip -9 ${PREFIX}/share/doc/db/${doc} .endfor ${MKDIR} ${PREFIX}/share/examples/db >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903242139.NAA07603>