FreeBSD Bugzilla – Attachment 61389 Details for
Bug 91987
Change request of p5-BerkeleyDB to support db44
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.34 KB, created by
Yoshisato YANAGISAWA
on 2006-01-19 06:50:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshisato YANAGISAWA
Created:
2006-01-19 06:50:04 UTC
Size:
1.34 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91987
: 61389