svn commit: r329227 - in head: lang/php55-extensions www/php55-opcache

Alex Dupre ale at FreeBSD.org
Thu Oct 3 19:34:31 UTC 2013


Author: ale
Date: Thu Oct  3 19:34:30 2013
New Revision: 329227
URL: http://svnweb.freebsd.org/changeset/ports/329227

Log:
  Add and enable OPcache extension in php 5.5.

Modified:
  head/lang/php55-extensions/Makefile
  head/www/php55-opcache/Makefile

Modified: head/lang/php55-extensions/Makefile
==============================================================================
--- head/lang/php55-extensions/Makefile	Thu Oct  3 18:38:39 2013	(r329226)
+++ head/lang/php55-extensions/Makefile	Thu Oct  3 19:34:30 2013	(r329227)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php55
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	lang
 MASTER_SITES=	# none
 PKGNAMESUFFIX=	-extensions
@@ -25,7 +25,7 @@ OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYP
 		DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
 		GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
 		MSSQL MYSQL MYSQLI \
-		ODBC OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
+		ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
 		PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE PGSQL PHAR POSIX \
 		PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \
 		SOCKETS SQLITE3 SYBASE_CT SYSVMSG SYSVSEM SYSVSHM \
@@ -58,6 +58,7 @@ MSSQL_DESC=		MS-SQL database support
 MYSQL_DESC=		MySQL database support
 MYSQLI_DESC=		MySQLi database support
 ODBC_DESC=		ODBC support
+OPCACHE_DESC=		OPcache support
 OPENSSL_DESC=		OpenSSL support
 PCNTL_DESC=		pcntl support (CLI only)
 PDF_DESC=		PDFlib support (implies GD)
@@ -102,6 +103,7 @@ OPTIONS_DEFAULT=	CTYPE \
 			HASH \
 			ICONV \
 			JSON \
+			OPCACHE \
 			PDO \
 			PDO_SQLITE \
 			PHAR \

Modified: head/www/php55-opcache/Makefile
==============================================================================
--- head/www/php55-opcache/Makefile	Thu Oct  3 18:38:39 2013	(r329226)
+++ head/www/php55-opcache/Makefile	Thu Oct  3 19:34:30 2013	(r329227)
@@ -6,6 +6,8 @@ CATEGORIES=	www
 MASTERDIR=	${.CURDIR}/../../lang/php55
 
 PKGNAMESUFFIX=	-opcache
+
 USE_ZENDEXT=	yes
 
+NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list