FreeBSD Bugzilla – Attachment 65254 Details for
Bug 96748
Support Berkeley DB 4.4 in PHP5 (php5-dba)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 714 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2006-05-04 07:30:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2006-05-04 07:30:14 UTC
Size:
714 bytes
patch
obsolete
>--- /usr/ports/lang/php5/Makefile.ext.orig Wed Jan 18 20:28:09 2006 >+++ /usr/ports/lang/php5/Makefile.ext Sun Apr 9 15:51:10 2006 >@@ -397,20 +397,9 @@ > CONFIGURE_ARGS+=--without-cdb > . endif > . if defined(WITH_DB4) >-WITH_DB4_VER?= 43 >-. if ${WITH_DB4_VER} == 42 >-LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 >-. else >-. if ${WITH_DB4_VER} == 41 >-LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 >-. else >-. if ${WITH_DB4_VER} == 4 >-LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 >-. else >-LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 >-. endif >-. endif >-. endif >+USE_BDB= YES >+WITH_DB4_VER?= 44 >+WITH_BDB_VER= ${WITH_DB4_VER} > 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 96748
: 65254 |
65255