FreeBSD Bugzilla – Attachment 118033 Details for
Bug 160197
[PATCH] databases/php5-dba: fix build with db5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php5-dba-5.3.8.patch
php5-dba-5.3.8.patch (text/plain), 1.44 KB, created by
Po-Chuan Hsieh
on 2011-08-26 07:10:08 UTC
(
hide
)
Description:
php5-dba-5.3.8.patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2011-08-26 07:10:08 UTC
Size:
1.44 KB
patch
obsolete
>Index: files/patch-config.m4 >=================================================================== >RCS file: /home/ncvs/ports/databases/php5-dba/files/patch-config.m4,v >retrieving revision 1.11 >diff -u -u -r1.11 patch-config.m4 >--- files/patch-config.m4 19 Aug 2011 09:33:30 -0000 1.11 >+++ files/patch-config.m4 26 Aug 2011 06:03:05 -0000 >@@ -1,9 +1,13 @@ >---- config.m4.orig 2010-12-01 20:20:16.000000000 +0100 >-+++ config.m4 2011-02-08 11:40:04.000000000 +0100 >-@@ -285,6 +285,46 @@ >+--- config.m4.orig 2011-06-28 04:28:30.000000000 +0800 >++++ config.m4 2011-08-26 12:01:34.328413280 +0800 >+@@ -285,6 +285,50 @@ > THIS_PREFIX=$i > THIS_INCLUDE=$i/db4/db.h > break >++ elif test -f "$i/include/db5/db.h"; then >++ THIS_PREFIX=$i >++ THIS_INCLUDE=$i/include/db5/db.h >++ break > + elif test -f "$i/include/db51/db.h"; then > + THIS_PREFIX=$i > + THIS_INCLUDE=$i/include/db51/db.h >@@ -47,3 +51,12 @@ > elif test -f "$i/include/db5.1/db.h"; then > THIS_PREFIX=$i > THIS_INCLUDE=$i/include/db5.1/db.h >+@@ -327,7 +371,7 @@ >+ break >+ fi >+ done >+- PHP_DBA_DB_CHECK(4, db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)]) >++ PHP_DBA_DB_CHECK(4, db-5.2 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)]) >+ fi >+ PHP_DBA_STD_RESULT(db4,Berkeley DB4) >+
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 160197
: 118033