Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 14:25:19 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368178 - head/devel/phabricator
Message-ID:  <201409141425.s8EEPJMF037151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Sun Sep 14 14:25:19 2014
New Revision: 368178
URL: http://svnweb.freebsd.org/changeset/ports/368178
QAT: https://qat.redports.org/buildarchive/r368178/

Log:
  Fix build errors for zts and debug builds.
  
  PR:		193607
  Reviewed by:	mentors (implicit)

Modified:
  head/devel/phabricator/Makefile

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Sun Sep 14 14:17:18 2014	(r368177)
+++ head/devel/phabricator/Makefile	Sun Sep 14 14:25:19 2014	(r368178)
@@ -27,7 +27,7 @@ GD_USE=		PHP=gd
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MOPCACHE}
-.	if ${PHP_EXT_DIR}  >= 20121212
+.	if ${PHP_EXT_DIR:C|[^0-9]||g}  >= 20121212
 USE_PHP+=	opcache
 RUN_DEPENDS+=	 ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:${PORTSDIR}/devel/pecl-APCu
 .	else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409141425.s8EEPJMF037151>