diff options
author | ale <ale@FreeBSD.org> | 2013-08-12 20:55:03 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-08-12 20:55:03 +0800 |
commit | 2b0cb9468edf33425776b304e8a3ead6e2be3fdc (patch) | |
tree | 5b417a7d290fe717ebb47a03ce2235c8ee006347 /lang | |
parent | ca95b759801874e1a500498345dc8fe29cb4034d (diff) | |
download | freebsd-ports-gnome-2b0cb9468edf33425776b304e8a3ead6e2be3fdc.tar.gz freebsd-ports-gnome-2b0cb9468edf33425776b304e8a3ead6e2be3fdc.tar.zst freebsd-ports-gnome-2b0cb9468edf33425776b304e8a3ead6e2be3fdc.zip |
Update to 5.5.1 release. [1]
Add an OPTION to force ZTS build.
PR: ports/180931
Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php55/Makefile | 9 | ||||
-rw-r--r-- | lang/php55/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index b0ba10c50057..90dfc6bafed8 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.0 +PORTVERSION= 5.5.1 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -38,7 +38,7 @@ CONFIGURE_ARGS= \ USE_GNOME= libxml2 -OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR +OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR CLI_DESC= Build CLI version @@ -52,6 +52,7 @@ DTRACE_DESC= Enable DTrace support IPV6_DESC= Enable ipv6 support MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) +ZTS_DESC= Force Zend Thread Safety (ZTS) build CONFLICTS= php52-5* php53-5* php54-5* php5-5* @@ -154,6 +155,10 @@ CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" CONFIGURE_ARGS+=--enable-debug .endif +.if ${PORT_OPTIONS:MZTS} +CONFIGURE_ARGS+=--enable-maintainer-zts +.endif + .if ${PORT_OPTIONS:MDTRACE} .if ${OSVERSION} < 900000 IGNORE= cannot be built with DTrace support on FreeBSD < 9.x diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 7447caa6d7df..6002c6983d05 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.5.0.tar.bz2) = 29bb5ea45256f3983fab95af1f18d76dcc045565b2f175f11817069cefcf6cd1 -SIZE (php-5.5.0.tar.bz2) = 12256814 +SHA256 (php-5.5.1.tar.bz2) = 4c221b9ba65e2084ae8900ef00c7f23966702e943203299b278bdc758fcfc733 +SIZE (php-5.5.1.tar.bz2) = 12004597 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 |