FreeBSD Bugzilla – Attachment 136806 Details for
Bug 182112
[NEW PORT] www/php55-opcache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.45 KB, created by
Martin Matuska
on 2013-09-15 13:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2013-09-15 13:40:02 UTC
Size:
2.45 KB
patch
obsolete
>Index: Mk/bsd.php.mk >=================================================================== >--- Mk/bsd.php.mk (revision 327337) >+++ Mk/bsd.php.mk (working copy) >@@ -261,7 +261,7 @@ > _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ > exif fileinfo filter ftp gd gettext gmp \ > hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ >- memcache mssql mysql mysqli odbc \ >+ memcache mssql mysql mysqli odbc opcache \ > openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ > pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \ > pspell radius readline recode session shmop simplexml snmp soap\ >@@ -312,6 +312,11 @@ > ncurses_DEPENDS=devel/php${PHP_VER}-ncurses > odbc_DEPENDS= databases/php${PHP_VER}-odbc > oci8_DEPENDS= databases/php${PHP_VER}-oci8 >+.if ${PHP_VER} == 55 >+opcache_DEPENDS= www/php${PHP_VER}-opcache >+.else >+opcache_DEPENDS= www/pecl-zendopcache >+.endif > openssl_DEPENDS=security/php${PHP_VER}-openssl > pcntl_DEPENDS= devel/php${PHP_VER}-pcntl > pcre_DEPENDS= devel/php${PHP_VER}-pcre >Index: lang/php55/Makefile.ext >=================================================================== >--- lang/php55/Makefile.ext (revision 327337) >+++ lang/php55/Makefile.ext (working copy) >@@ -220,6 +220,10 @@ > USE_OPENSSL= yes > .endif > >+.if ${PHP_MODNAME} == "opcache" >+CONFIGURE_ARGS+=--enable-opcache >+.endif >+ > .if ${PHP_MODNAME} == "pcntl" > CONFIGURE_ARGS+=--enable-pcntl > .endif >Index: www/Makefile >=================================================================== >--- www/Makefile (revision 327337) >+++ www/Makefile (working copy) >@@ -1419,6 +1419,7 @@ > SUBDIR += php52-tidy > SUBDIR += php53-session > SUBDIR += php53-tidy >+ SUBDIR += php55-opcache > SUBDIR += php55-session > SUBDIR += php55-tidy > SUBDIR += phpbb >Index: www/pecl-zendopcache/Makefile >=================================================================== >--- www/pecl-zendopcache/Makefile (revision 327337) >+++ www/pecl-zendopcache/Makefile (working copy) >@@ -23,6 +23,8 @@ > > PORTDOCS= * > >+IGNORE_WITH_PHP= 55 >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MDOCS} >Index: www/php55-opcache/Makefile >=================================================================== >--- www/php55-opcache/Makefile (revision 0) >+++ www/php55-opcache/Makefile (working copy) >@@ -0,0 +1,11 @@ >+# Created by: Martin Matuska <mm@FreeBSD.org> >+# $FreeBSD$ >+ >+CATEGORIES= www >+ >+MASTERDIR= ${.CURDIR}/../../lang/php55 >+ >+PKGNAMESUFFIX= -opcache >+USE_ZENDEXT= yes >+ >+.include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182112
: 136806