PHP 5.0.3 uses a different extension dir.
Spotted by: Joe Zeiler <zeiler07@covad.net>
This commit is contained in:
parent
020f0ea235
commit
0a62d1f8eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124260
3 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ PHP_VER?= ${DEFAULT_PHP_VER}
|
|||
.if ${PHP_VER} == 4
|
||||
PHP_EXT_DIR= 20020429
|
||||
.else
|
||||
PHP_EXT_DIR= 20040412
|
||||
PHP_EXT_DIR= 20041030
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/include/apache2/httpd.h)
|
||||
APACHE_MPM!= ${APXS} -q MPM_NAME
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= php5
|
||||
PORTVERSION= 5.0.3
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
|
||||
http://downloads.php.net/ilia/:rc \
|
||||
|
@ -78,7 +78,7 @@ OPTIONS= APACHE2 "Use apache 2.x instead of apache 1.3.x" off
|
|||
OPTIONS+= DEBUG "Enable debug" off \
|
||||
IPV6 "Enable ipv6 support" on
|
||||
|
||||
EXT_DIR= 20040412
|
||||
EXT_DIR= 20041030
|
||||
|
||||
CONFLICTS?= php5-cli-5* mod_php5-5* php5-cgi-5*
|
||||
CONFLICTS+= php4-4* php4-cli-4* mod_php4-4* php4-cgi-4*
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= php5
|
||||
PORTVERSION= 5.0.3
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
|
||||
http://downloads.php.net/ilia/:rc \
|
||||
|
@ -78,7 +78,7 @@ OPTIONS= APACHE2 "Use apache 2.x instead of apache 1.3.x" off
|
|||
OPTIONS+= DEBUG "Enable debug" off \
|
||||
IPV6 "Enable ipv6 support" on
|
||||
|
||||
EXT_DIR= 20040412
|
||||
EXT_DIR= 20041030
|
||||
|
||||
CONFLICTS?= php5-cli-5* mod_php5-5* php5-cgi-5*
|
||||
CONFLICTS+= php4-4* php4-cli-4* mod_php4-4* php4-cgi-4*
|
||||
|
|
Loading…
Reference in a new issue