Page MenuHomeFreeBSD

D8647.id22524.diff
No OneTemporary

D8647.id22524.diff

Index: devel/phabricator/Makefile
===================================================================
--- devel/phabricator/Makefile
+++ devel/phabricator/Makefile
@@ -2,6 +2,7 @@
PORTNAME= phabricator
PORTVERSION= 20161003
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= php5-
@@ -24,9 +25,8 @@
externals/restful/build-phar \
scripts/install/install_rhel-derivs.sh \
scripts/install/install_ubuntu.sh
-USE_PHP= ctype curl fileinfo hash iconv filter mbstring mysql openssl \
+USE_PHP= ctype curl fileinfo hash iconv filter mbstring mysqli openssl \
pcntl posix
-IGNORE_WITH_PHP= 70
GD_USE= PHP=gd
@@ -35,7 +35,11 @@
.if ${PORT_OPTIONS:MOPCACHE}
. if ${PHP_EXT_DIR:C|[^0-9]||g} >= 20121212
USE_PHP+= opcache
+. if ${PHP_VER} >= 70
+RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/php70-APCu
+.else
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu
+. endif
. endif
.endif

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 11:46 PM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29412977
Default Alt Text
D8647.id22524.diff (948 B)

Event Timeline