diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-30 11:50:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-09-30 11:50:26 +0000 |
commit | 6cb400092db07a57f2ee33a6384a5025f8fcef32 (patch) | |
tree | 50aadb77185316ee5fda735d9e69849490831d43 /lang/php4/files | |
parent | [new port] sysutils/ldap-account-manager: Webfrontend for managing (diff) |
o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
use correct knobs, etc...)
PR: ports/57399
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=89888
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/files/patch-configure b/lang/php4/files/patch-configure index f94115d77820..7e334b145d0b 100644 --- a/lang/php4/files/patch-configure +++ b/lang/php4/files/patch-configure @@ -228,7 +228,7 @@ @@ -58977,8 +59151,8 @@ echo $ac_n "checking Oracle version""... $ac_c" 1>&6 - echo "configure:58982: checking Oracle version" >&5 + echo "configure:59852: 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 |