FreeBSD Bugzilla – Attachment 128785 Details for
Bug 172659
[PATCH] www/mediawiki: Missing OPTION in Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
Bernard Spil
on 2012-10-13 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2012-10-13 10:20:01 UTC
Size:
1.32 KB
patch
obsolete
>diff -ruN Makefile.orig Makefile >--- Makefile.orig 2012-10-13 11:13:24.000000000 +0200 >+++ Makefile 2012-10-13 11:15:05.000000000 +0200 >@@ -21,12 +21,13 @@ > > NO_BUILD= yes > >-OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL IMAGICK >+OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK > OPTIONS_DEFAULT=MYSQL APC > > MEMCACHED_DESC= use memcached > APC_DESC= use pecl-APC(Mediawiki recommended) > EACCEL_DESC= use eAccelerator (instead of pecl-APC) >+XCACHE_DESC= use xCache (instead of pecl-APC) > IMAGICK_DESC= use ImageMagick > > .include <bsd.port.options.mk> >@@ -56,14 +57,12 @@ > RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick > .endif > >-.if ${PORT_OPTIONS:MAPC} || ${PORTS_OPTIONS:MEACCEL} || ${PORTS_OPTIONS:MXCACHE} >-.if ${PORT_OPTIONS:MEACCEL} >+.if ${PORT_OPTIONS:MAPC} >+RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC >+.elif ${PORT_OPTIONS:MEACCEL} > RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator > .elif ${PORT_OPTIONS:MXCACHE} > RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache >-.else >-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC >-.endif > .endif > > do-install:
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 172659
: 128785