From owner-svn-ports-all@FreeBSD.ORG Sun Sep 14 14:25:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7A77A5F; Sun, 14 Sep 2014 14:25:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A30C7C16; Sun, 14 Sep 2014 14:25:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EEPJw7037152; Sun, 14 Sep 2014 14:25:19 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EEPJMF037151; Sun, 14 Sep 2014 14:25:19 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201409141425.s8EEPJMF037151@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Sun, 14 Sep 2014 14:25:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368178 - head/devel/phabricator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 14:25:19 -0000 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 .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