diff options
author | nork <nork@FreeBSD.org> | 2003-10-30 09:52:16 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-10-30 09:52:16 +0800 |
commit | d65ce33ddbedc7dc9a4700d8147e794c88711d14 (patch) | |
tree | 43b3641b755f365d75babfb3a7de517c0bca9dfe /lang/php5/files | |
parent | 44d9a38b9f4a93586bad8b7a98db7a25cc83b77e (diff) | |
download | freebsd-ports-gnome-d65ce33ddbedc7dc9a4700d8147e794c88711d14.tar.gz freebsd-ports-gnome-d65ce33ddbedc7dc9a4700d8147e794c88711d14.tar.zst freebsd-ports-gnome-d65ce33ddbedc7dc9a4700d8147e794c88711d14.zip |
o Update to 5.0.0a3 snapshot.
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.
PR: ports/58617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/files/patch-configure b/lang/php5/files/patch-configure index 2a27455af5db..51e707bd90a5 100644 --- a/lang/php5/files/patch-configure +++ b/lang/php5/files/patch-configure @@ -228,7 +228,7 @@ @@ -57066,8 +57240,8 @@ echo $ac_n "checking Oracle version""... $ac_c" 1>&6 - echo "configure:58744: checking Oracle version" >&5 + echo "configure:59505: 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 |