summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-08-19 01:57:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-08-19 01:57:50 +0000
commit42257c30161dfc461fe1c53dce22129bbd4306f8 (patch)
tree01152bf081e77d9494f28d9e5a5cc01238a68e2f /lang/php4
parentAdd entries for: (diff)
Update to 4.3.3RC4.
PR: ports/55713 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes: svn path=/head/; revision=87249
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile14
-rw-r--r--lang/php4/distinfo2
-rw-r--r--lang/php4/files/patch-configure2
-rw-r--r--lang/php4/pkg-plist1
4 files changed, 10 insertions, 9 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 9959dca7a3c9..6d0cc38abc47 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -20,7 +20,7 @@
#
PORTNAME= php4
-PORTVERSION= 4.3.3.r2
+PORTVERSION= 4.3.3.r4
PORTREVISION= 0
CATEGORIES?= lang devel www
MASTER_SITES= http://www.php.net/distributions/:release \
@@ -137,8 +137,6 @@ BATCH= yes
IS_INTERACTIVE= yes
.endif
-PBDIR= ${PREFIX}/share/pear/boot
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
@@ -435,11 +433,13 @@ CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE}
.if defined(WITH_OPENLDAP)
.if exists(${LOCALBASE}/lib/libldap.so.1)
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
-.elif exists(${LOCALBASE}/lib/libldap.la)
-.if exists(${LOCALBASE}/bin/ldapwhoami)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
-.else
+.elif exists(${LOCALBASE}/lib/libldap.so.2)
+.if exists(${LOCALBASE}/include/srchpref.h)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
+.elif exists(${LOCALBASE}/include/slapi-plugin.h)
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap22-client
+.else
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
.endif
.else
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap22-client
diff --git a/lang/php4/distinfo b/lang/php4/distinfo
index 0ef7e51f748d..df1daf1791c2 100644
--- a/lang/php4/distinfo
+++ b/lang/php4/distinfo
@@ -1 +1 @@
-MD5 (php-4.3.3RC2.tar.bz2) = bc8cda0bd523c653d0900a460117c2af
+MD5 (php-4.3.3RC4.tar.bz2) = 7d362a89977891f76b54179787b981de
diff --git a/lang/php4/files/patch-configure b/lang/php4/files/patch-configure
index 20e1bccefbd6..acf76d563b6e 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:58980: checking Oracle version" >&5
+ echo "configure:58981: 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
diff --git a/lang/php4/pkg-plist b/lang/php4/pkg-plist
index 02e3314ccb4b..7dc4dd74285d 100644
--- a/lang/php4/pkg-plist
+++ b/lang/php4/pkg-plist
@@ -211,6 +211,7 @@ lib/php/build/shtool
%%CLI%%share/pear/bootstrap/PEAR/Command/Common.php
%%CLI%%share/pear/bootstrap/PEAR/Command/Config.php
%%CLI%%share/pear/bootstrap/PEAR/Command/Install.php
+%%CLI%%share/pear/bootstrap/PEAR/Command/Mirror.php
%%CLI%%share/pear/bootstrap/PEAR/Command/Package.php
%%CLI%%share/pear/bootstrap/PEAR/Command/Registry.php
%%CLI%%share/pear/bootstrap/PEAR/Command/Remote.php