Update to 4.3.3RC4.
PR: ports/55713 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
This commit is contained in:
parent
02b5a6121d
commit
42257c3016
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87249
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (php-4.3.3RC2.tar.bz2) = bc8cda0bd523c653d0900a460117c2af
|
||||
MD5 (php-4.3.3RC4.tar.bz2) = 7d362a89977891f76b54179787b981de
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user