summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-08-12 12:55:03 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-08-12 12:55:03 +0000
commit2780a2d6cc68876762af73084816c581d0f0b4cc (patch)
tree5b417a7d290fe717ebb47a03ce2235c8ee006347 /lang/php55
parentAdd an OPTION to force ZTS build. (diff)
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>
Notes
Notes: svn path=/head/; revision=324627
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile9
-rw-r--r--lang/php55/distinfo4
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