Fri Mar 4 15:23:56 2016 UTC ()
Depend on opcache rather than zendopcache, it supports php56.


(youri)
diff -r1.2 -r1.3 pkgsrc/devel/phabricator/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/devel/phabricator/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/phabricator/Makefile 2016/03/04 11:55:01 1.2
+++ pkgsrc/devel/phabricator/Makefile 2016/03/04 15:23:56 1.3
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile,v 1.2 2016/03/04 11:55:01 youri Exp $ 1# $NetBSD: Makefile,v 1.3 2016/03/04 15:23:56 youri Exp $
2 2
3DISTNAME= phabricator-20160304 3DISTNAME= phabricator-20160304
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=phacility/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=phacility/}
6GITHUB_PROJECT= phabricator 6GITHUB_PROJECT= phabricator
7GITHUB_TAG= 13813d226847cd5bebc3aec2dd21c3975a3c1ed8 7GITHUB_TAG= 13813d226847cd5bebc3aec2dd21c3975a3c1ed8
8 8
9MAINTAINER= youri@NetBSD.org 9MAINTAINER= youri@NetBSD.org
10HOMEPAGE= http://phabricator.com/ 10HOMEPAGE= http://phabricator.com/
11COMMENT= Open software engineering platform 11COMMENT= Open software engineering platform
12LICENSE= apache-2.0 12LICENSE= apache-2.0
13 13
14USE_TOOLS+= pax bash:run 14USE_TOOLS+= pax bash:run
15EXTRACT_USING= bsdtar 15EXTRACT_USING= bsdtar
16 16
17DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl 17DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring 18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
19DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv 19DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
20DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql 20DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
21DEPENDS+= ${PHP_PKG_PREFIX}-pcntl-[0-9]*:../../devel/php-pcntl 21DEPENDS+= ${PHP_PKG_PREFIX}-pcntl-[0-9]*:../../devel/php-pcntl
22DEPENDS+= ${PHP_PKG_PREFIX}-posix-[0-9]*:../../devel/php-posix 22DEPENDS+= ${PHP_PKG_PREFIX}-posix-[0-9]*:../../devel/php-posix
23DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd 23DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
24DEPENDS+= ${PHP_PKG_PREFIX}-zendopcache-[0-9]*:../../www/php-zendopcache 24DEPENDS+= ${PHP_PKG_PREFIX}-opcache-[0-9]*:../../devel/php-opcache
25DEPENDS+= ${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu 25DEPENDS+= ${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu
26#DEPENDS+= :../../textproc/py-pygments? 26#DEPENDS+= :../../textproc/py-pygments?
27DEPENDS+= libphutil-[0-9]*:../../devel/libphutil 27DEPENDS+= libphutil-[0-9]*:../../devel/libphutil
28DEPENDS+= arcanist-[0-9]*:../../devel/arcanist 28DEPENDS+= arcanist-[0-9]*:../../devel/arcanist
29 29
30SUBST_CLASSES+= php 30SUBST_CLASSES+= php
31SUBST_MESSAGE.php= Fixing PHP path 31SUBST_MESSAGE.php= Fixing PHP path
32SUBST_STAGE.php= post-configure 32SUBST_STAGE.php= post-configure
33SUBST_FILES.php= externals/httpful/build 33SUBST_FILES.php= externals/httpful/build
34SUBST_FILES.php+= externals/restful/build-phar 34SUBST_FILES.php+= externals/restful/build-phar
35SUBST_SED.php= -e 's,/usr/bin/php,${PREFIX}/bin/php,' 35SUBST_SED.php= -e 's,/usr/bin/php,${PREFIX}/bin/php,'
36 36
37SUBST_CLASSES+= php_env 37SUBST_CLASSES+= php_env