FreeBSD Bugzilla – Attachment 177982 Details for
Bug 215317
[patch] www/zend-framework1: Make memcache dependency optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make memcache dependency optional
zend-framework1_memcache.patch (text/plain), 1.22 KB, created by
Fredrik Eriksson
on 2016-12-15 09:30:12 UTC
(
hide
)
Description:
Patch to make memcache dependency optional
Filename:
MIME Type:
Creator:
Fredrik Eriksson
Created:
2016-12-15 09:30:12 UTC
Size:
1.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 428604) >+++ Makefile (working copy) >@@ -22,7 +22,7 @@ > PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= DOCS EXAMPLES MYSQL MYSQLI DBLIB PGSQL ODBC SQLITE REQPHP OPTPHP >+OPTIONS_DEFINE= DOCS EXAMPLES MYSQL MYSQLI DBLIB PGSQL ODBC SQLITE REQPHP OPTPHP MEMCACHE > OPTIONS_DEFAULT=REQPHP > > MYSQL_DESC= Enable MySQL PDO support >@@ -33,6 +33,7 @@ > SQLITE_DESC= Enable SQLite v3 PDO support > REQPHP_DESC= Install required PHP dependencies > OPTPHP_DESC= Install optional PHP dependencies >+MEMCACHE_DESC= Enable memcache support > > .include <bsd.port.pre.mk> > >@@ -55,14 +56,17 @@ > USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \ > opcache pcre pdo session simplexml soap sqlite3 \ > wddx xml zlib >+.endif > >-RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ >- pecl-memcached>=0:databases/pecl-memcached >-.endif > .if ${PORT_OPTIONS:MOPTPHP} > USE_PHP+= bcmath bitset json posix > .endif > >+.if ${PORT_OPTIONS:MMCACHE} >+RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ >+ pecl-memcached>=0:databases/pecl-memcached >+.endif >+ > .if ${PORT_OPTIONS:MMYSQL} > USE_PHP+= pdo_mysql > .endif
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 215317
: 177982