Update to 4.3.4 final release.
PR: 58914 Submitted by: MAINTAINER
This commit is contained in:
parent
14988eebf4
commit
7c34833e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93128
4 changed files with 6 additions and 26 deletions
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= php4
|
||||
PORTVERSION= 4.3.4.r1
|
||||
PORTVERSION= 4.3.4
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= http://www.php.net/distributions/:release \
|
||||
|
@ -45,7 +45,7 @@ PKGNAMESUFFIX= -cli
|
|||
.endif
|
||||
.endif
|
||||
DISTNAME= php-${PORTVERSION:S/.r/RC/}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:rc
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release
|
||||
|
||||
MAINTAINER?= sysadmin@alexdupre.com
|
||||
COMMENT= PHP Scripting Language (Apache Module and CLI)
|
||||
|
@ -143,13 +143,6 @@ BATCH= yes
|
|||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
PLIST_SUB+= APACHE=""
|
||||
.else
|
||||
PLIST_SUB+= APACHE="@comment "
|
||||
.endif
|
||||
|
||||
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
|
||||
PHP4_OPTFILE?= ${HOME}/php4_options
|
||||
|
||||
|
@ -342,7 +335,7 @@ CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
|
|||
.endif
|
||||
|
||||
.if defined(WITH_MBSTRING)
|
||||
CONFIGURE_ARGS+=--enable-mbstring --enable-mbregex
|
||||
CONFIGURE_ARGS+=--enable-mbstring
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MCAL)
|
||||
|
@ -529,6 +522,7 @@ CONFIGURE_ARGS+=--with-zlib=yes
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_APACHE)
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
.if exists(${LOCALBASE}/include/apache2/apr.h)
|
||||
WITH_APACHE2= yes
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (php-4.3.4RC1.tar.bz2) = f7ff7bf763f917b9f955e19caf77c1f1
|
||||
MD5 (php-4.3.4.tar.bz2) = b9dd601863e08e52e3c4d5e02c2627cf
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
@@ -58977,8 +59151,8 @@
|
||||
|
||||
echo $ac_n "checking Oracle version""... $ac_c" 1>&6
|
||||
echo "configure:59852: checking Oracle version" >&5
|
||||
echo "configure:60535: 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
|
||||
|
|
|
@ -57,24 +57,10 @@ include/php/Zend/zend_static_allocator.h
|
|||
include/php/Zend/zend_types.h
|
||||
include/php/Zend/zend_variables.h
|
||||
include/php/acconfig.h
|
||||
include/php/ext/mbstring/cp932_table.h
|
||||
include/php/ext/mbstring/mbfilter.h
|
||||
include/php/ext/mbstring/mbfilter_cn.h
|
||||
include/php/ext/mbstring/mbfilter_ja.h
|
||||
include/php/ext/mbstring/mbfilter_kr.h
|
||||
include/php/ext/mbstring/mbfilter_ru.h
|
||||
include/php/ext/mbstring/mbfilter_tw.h
|
||||
include/php/ext/mbstring/mbregex.h
|
||||
include/php/ext/mbstring/mbstring.h
|
||||
include/php/ext/mbstring/php_mbregex.h
|
||||
include/php/ext/mbstring/php_unicode.h
|
||||
include/php/ext/mbstring/unicode_data.h
|
||||
include/php/ext/mbstring/unicode_table.h
|
||||
include/php/ext/mbstring/unicode_table_cn.h
|
||||
include/php/ext/mbstring/unicode_table_ja.h
|
||||
include/php/ext/mbstring/unicode_table_kr.h
|
||||
include/php/ext/mbstring/unicode_table_ru.h
|
||||
include/php/ext/mbstring/unicode_table_tw.h
|
||||
include/php/ext/pgsql/php_pgsql.h
|
||||
include/php/ext/session/mod_files.h
|
||||
include/php/ext/session/mod_mm.h
|
||||
|
|
Loading…
Reference in a new issue