Page MenuHomeFreeBSD

D8647.id.diff
No OneTemporary

D8647.id.diff

Index: head/devel/phabricator/Makefile
===================================================================
--- head/devel/phabricator/Makefile
+++ head/devel/phabricator/Makefile
@@ -2,6 +2,7 @@
PORTNAME= phabricator
PORTVERSION= 20161003
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= php5-
@@ -24,18 +25,19 @@
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 filter hash iconv mbstring mysqli openssl \
pcntl posix
-IGNORE_WITH_PHP= 70
GD_USE= PHP=gd
.include <bsd.port.pre.mk>
.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/pecl-APCu
+. else
+RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4
. endif
.endif

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 27, 1:36 PM (3 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28051323
Default Alt Text
D8647.id.diff (966 B)

Event Timeline