FreeBSD Bugzilla – Attachment 54211 Details for
Bug 82019
allow databases/php5-dba to use Berkeley DB 4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 585 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2005-06-08 08:40:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2005-06-08 08:40:09 UTC
Size:
585 bytes
patch
obsolete
>--- /usr/ports/lang/php5/Makefile.ext.orig Sat May 21 13:33:19 2005 >+++ /usr/ports/lang/php5/Makefile.ext Sun Jun 5 23:33:21 2005 >@@ -409,6 +409,9 @@ > . endif > . if defined(WITH_DB4) > WITH_DB4_VER?= 41 >+. if ${WITH_DB4_VER} == 43 >+LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 >+. else > . if ${WITH_DB4_VER} == 42 > LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 > . else >@@ -416,6 +419,7 @@ > LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 > . else > LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 >+. endif > . endif > . endif > CONFIGURE_ARGS+=--with-db4=${LOCALBASE}
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 82019
: 54211 |
54212