Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2013 12:55:03 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324627 - head/lang/php55
Message-ID:  <201308121255.r7CCt3EE092556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Aug 12 12:55:03 2013
New Revision: 324627
URL: http://svnweb.freebsd.org/changeset/ports/324627

Log:
  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>

Modified:
  head/lang/php55/Makefile
  head/lang/php55/distinfo

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Mon Aug 12 12:54:12 2013	(r324626)
+++ head/lang/php55/Makefile	Mon Aug 12 12:55:03 2013	(r324627)
@@ -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_
 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

Modified: head/lang/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo	Mon Aug 12 12:54:12 2013	(r324626)
+++ head/lang/php55/distinfo	Mon Aug 12 12:55:03 2013	(r324627)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308121255.r7CCt3EE092556>