[Midnightbsd-cvs] mports [21221] trunk/www/mediawiki119/Makefile: apc is gone
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 20 20:21:08 EDT 2016
Revision: 21221
http://svnweb.midnightbsd.org/mports/?rev=21221
Author: laffer1
Date: 2016-03-20 20:21:08 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
apc is gone
Modified Paths:
--------------
trunk/www/mediawiki119/Makefile
Modified: trunk/www/mediawiki119/Makefile
===================================================================
--- trunk/www/mediawiki119/Makefile 2016-03-18 01:29:13 UTC (rev 21220)
+++ trunk/www/mediawiki119/Makefile 2016-03-21 00:21:08 UTC (rev 21221)
@@ -2,6 +2,7 @@
PORTNAME= mediawiki
PORTVERSION= 1.19.18
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/
PKGNAMESUFFIX= 119
@@ -19,8 +20,7 @@
OPTIONS= PGSQL "Use PostgreSQL (instead of MySQL)" off \
LDAP "Use LDAP authentication" off \
TEXVC "Use built-in TeX rendering" off \
- APC "Use pecl-APC" on \
- EACCEL "Use eAccelerator (instead of pecl-APC)" off \
+ EACCEL "Use eAccelerator " on \
IMAGICK "Use ImageMagick" off
.include <bsd.port.pre.mk>
@@ -49,13 +49,9 @@
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick
.endif
-.if defined(WITH_APC) || defined(WITH_EACCEL)
.if defined(WITH_EACCEL)
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator
-.else
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC
.endif
-.endif
do-build:
.if defined(WITH_TEXVC)
More information about the Midnightbsd-cvs
mailing list