FreeBSD Bugzilla – Attachment 80692 Details for
Bug 115696
[PATCH] lang/php5: Add support to db45 & db46
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php5-5.2.3_1.patch
php5-5.2.3_1.patch (text/plain), 750 bytes, created by
gslin
on 2007-08-21 22:40:00 UTC
(
hide
)
Description:
php5-5.2.3_1.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2007-08-21 22:40:00 UTC
Size:
750 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/php5/Makefile.ext /home/staff/gslin/work/ports/php5/Makefile.ext >--- /usr/ports/lang/php5/Makefile.ext 2007-07-25 15:19:18.000000000 +0800 >+++ /home/staff/gslin/work/ports/php5/Makefile.ext 2007-08-22 05:34:31.000000000 +0800 >@@ -503,6 +503,12 @@ > . endif > . if defined(WITH_DB4) > WITH_DB4_VER?= 44 >+. if ${WITH_DB4_VER} == 46 >+LIB_DEPENDS+= db-4.6.0:${PORTSDIR}/databases/db46 >+. else >+. if ${WITH_DB4_VER} == 45 >+LIB_DEPENDS+= db-4.5.0:${PORTSDIR}/databases/db45 >+. else > . if ${WITH_DB4_VER} == 43 > LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 > . else >@@ -520,6 +526,8 @@ > . endif > . endif > . endif >+. endif >+. endif > CONFIGURE_ARGS+=--with-db4=${LOCALBASE} > . endif > . if defined(WITH_GDBM)
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 115696
: 80692