Date: Thu, 19 Jan 2006 15:45:16 +0900 (JST) From: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91987: Change request of p5-BerkeleyDB to support db44 Message-ID: <200601190645.k0J6jGAW044089@frodo.csg.is.titech.ac.jp> Resent-Message-ID: <200601190650.k0J6o5Za065401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91987 >Category: ports >Synopsis: Change request of p5-BerkeleyDB to support db44 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 19 06:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshisato YANAGISAWA >Release: FreeBSD 6.0-RELEASE-p2 i386 >Organization: Tokyo Institute of Technology. >Environment: System: FreeBSD frodo.csg.is.titech.ac.jp 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #72: Thu Jan 12 15:26:53 JST 2006 yanagisawa@frodo.csg.is.titech.ac.jp:/usr/obj/usr/src/sys/FRODO i386 >Description: p5-BerkeleyDB now does not support db44, which is released in last November. >How-To-Repeat: n/a >Fix: To use following patch to support db44. diff -rui p5-BerkeleyDB.bak/Makefile p5-BerkeleyDB/Makefile --- p5-BerkeleyDB.bak/Makefile Thu Jan 19 15:09:04 2006 +++ p5-BerkeleyDB/Makefile Thu Jan 19 15:29:08 2006 @@ -7,14 +7,14 @@ PORTNAME= BerkeleyDB PORTVERSION= 0.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= BerkeleyDB PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org -COMMENT= Perl5 interface to the Berkeley DB package revision 2, 3, 4 or 4.1 +COMMENT= Perl5 interface to the Berkeley DB package revision 2, 3, 4, 4.1, 4.2, 4.3 or 4.4 # Default to db3 WITH_BDB_VER?= 3 @@ -37,8 +37,11 @@ .elif ${WITH_BDB_VER} == 43 LIB_DEPENDS= db-4.3.0:${PORTSDIR}/databases/db43 BDB_LIB_VER= db-4.3 +.elif ${WITH_BDB_VER} == 44 +LIB_DEPENDS= db-4.4.0:${PORTSDIR}/databases/db44 +BDB_LIB_VER= db-4.4 .else -IGNORE= "WITH_BDB_VER must be one between 2, 3, 4, 41, 42 and 43" +IGNORE= "WITH_BDB_VER must be one between 2, 3, 4, 41, 42, 43 and 44" .endif PERL_CONFIGURE= yes @@ -47,7 +50,7 @@ pre-everything:: @${ECHO} "This port defaults to use Berkeley DB 3, but you can change it" - @${ECHO} "by setting WITH_BDB_VER to either 2, 3, 4, 41, 42 or 43" + @${ECHO} "by setting WITH_BDB_VER to either 2, 3, 4, 41, 42, 43 or 44" post-patch: @${ECHO} "INCLUDE = ${LOCALBASE}/include/db${WITH_BDB_VER}" > ${WRKSRC}/config.in >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601190645.k0J6jGAW044089>