diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 05:25:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 05:25:24 +0000 |
commit | 4c61dd39cde4aeb5846cd78df23330a35e17232d (patch) | |
tree | e6293b64885f3377128f7cac6a01c386df8b0599 /lang/php4/files/patch-configure | |
parent | Update to 1.6.3. (diff) |
o Update to 4.3.3RC1.
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
(inspired from ports/53113, points 1 and 4 - point 2 is useless).
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>)
Notes
Notes:
svn path=/head/; revision=83339
Diffstat (limited to 'lang/php4/files/patch-configure')
-rw-r--r-- | lang/php4/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/php4/files/patch-configure b/lang/php4/files/patch-configure index 55249d0b72ca..c80c460411a2 100644 --- a/lang/php4/files/patch-configure +++ b/lang/php4/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig Wed May 28 14:36:29 2003 -+++ configure Sat Jun 7 15:37:45 2003 -@@ -54106,8 +54106,8 @@ +--- configure.orig Thu Jun 19 00:06:29 2003 ++++ configure Thu Jun 19 11:27:23 2003 +@@ -54325,8 +54325,8 @@ echo $ac_n "checking Oracle version""... $ac_c" 1>&6 - echo "configure:54109: checking Oracle version" >&5 + echo "configure:54328: checking Oracle version" >&5 - if test -s "$ORACLE_DIR/orainst/unix.rgs"; then - ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/ */:/g' | cut -d: -f 6 | cut -c 2-4` + if test -s "$ORACLE_DIR/ocommon/install/partial.prd"; then @@ -11,7 +11,7 @@ test -z "$ORACLE_VERSION" && ORACLE_VERSION=7.3 elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.9.0; then ORACLE_VERSION=9.0 -@@ -56370,6 +56370,102 @@ +@@ -56589,6 +56589,102 @@ if test "$ext_shared" = "yes"; then @@ -114,7 +114,7 @@ ORACLE_SHARED_LIBADD="-lnlsrtl3 $ORACLE_SHARED_LIBADD" if test -n "$ORACLE_DIR/lib"; then -@@ -70911,29 +71007,6 @@ +@@ -71130,29 +71226,6 @@ else @@ -144,7 +144,7 @@ case ct in c|c_r|pthread*) ;; *) -@@ -70957,52 +71030,7 @@ +@@ -71176,52 +71249,7 @@ @@ -198,7 +198,7 @@ save_old_LDFLAGS=$LDFLAGS -@@ -71072,37 +71100,6 @@ +@@ -71291,37 +71319,6 @@ @@ -236,7 +236,7 @@ fi -@@ -84033,10 +84030,7 @@ +@@ -84252,10 +84249,7 @@ CXXFLAGS="$CXXFLAGS $standard_libtool_flag" all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)' |