Lines 21-32
Link Here
|
21 |
NO_BUILD= yes |
21 |
NO_BUILD= yes |
22 |
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL IMAGICK |
22 |
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK |
23 |
OPTIONS_DEFAULT=MYSQL APC |
23 |
OPTIONS_DEFAULT=MYSQL APC |
24 |
MEMCACHED_DESC= use memcached |
24 |
MEMCACHED_DESC= use memcached |
25 |
APC_DESC= use pecl-APC(Mediawiki recommended) |
25 |
APC_DESC= use pecl-APC(Mediawiki recommended) |
26 |
EACCEL_DESC= use eAccelerator (instead of pecl-APC) |
26 |
EACCEL_DESC= use eAccelerator (instead of pecl-APC) |
|
|
27 |
XCACHE_DESC= use xCache (instead of pecl-APC) |
27 |
IMAGICK_DESC= use ImageMagick |
28 |
IMAGICK_DESC= use ImageMagick |
28 |
.include <bsd.port.options.mk> |
29 |
.include <bsd.port.options.mk> |
Lines 56-69
Link Here
|
56 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick |
57 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick |
57 |
.endif |
58 |
.endif |
58 |
.if ${PORT_OPTIONS:MAPC} || ${PORTS_OPTIONS:MEACCEL} || ${PORTS_OPTIONS:MXCACHE} |
59 |
.if ${PORT_OPTIONS:MAPC} |
59 |
.if ${PORT_OPTIONS:MEACCEL} |
60 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC |
|
|
61 |
.elif ${PORT_OPTIONS:MEACCEL} |
60 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator |
62 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator |
61 |
.elif ${PORT_OPTIONS:MXCACHE} |
63 |
.elif ${PORT_OPTIONS:MXCACHE} |
62 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache |
64 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache |
63 |
.else |
|
|
64 |
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC |
65 |
.endif |
66 |
.endif |
65 |
.endif |
67 |
do-install: |
66 |
do-install: |