ports/opt (3.1): mod_php: update to 5.5.15
commit d5cbda53704218f708e5efd24bf2735307646c74 Author: Juergen Daubert <jue@jue.li> Date: Tue Aug 19 12:38:47 2014 +0200 mod_php: update to 5.5.15 diff --git a/mod_php/.md5sum b/mod_php/.md5sum index a3e3bc8..20c0d38 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1 +1 @@ -0c02437f661105221e99a301a5275a41 php-5.5.7.tar.xz +5cb5f2ed9099299f8a4c952d59d93812 php-5.5.15.tar.bz2 diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 8c7f1d6..514beb3 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -4,15 +4,19 @@ # Depends on: xz apache libxml2 name=mod_php -version=5.5.7 +version=5.5.15 release=1 -source=(http://www.php.net/distributions/php-$version.tar.xz) +source=(http://www.php.net/distributions/php-$version.tar.bz2) build () { cd php-$version + # to be compatible with our other php ports, don't build + # for a threaded MPM (ZTS). Use only the prefork MPM! + sed -i '/APACHE_THREADED_MPM=/d' configure + local APXS - APXS=$(which apxs) || APXS='/usr/sbin/apxs' + APXS=$(which apxs) || APXS='/usr/bin/apxs' local PHP_CONFIG=" --prefix=/usr \
participants (1)
-
crux@crux.nu