svn commit: r368178 - head/devel/phabricator

Michael Gmelin grembo at FreeBSD.org
Sun Sep 14 14:25:19 UTC 2014


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


More information about the svn-ports-head mailing list