Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143145840
D8647.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
966 B
Referenced Files
None
Subscribers
None
D8647.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8647: PHP 7 support
Attached
Detach File
Event Timeline
Log In to Comment