From owner-svn-ports-head@FreeBSD.ORG Mon Oct 13 17:25:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0398B8E8 for ; Mon, 13 Oct 2014 17:25:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 DE05F5FB for ; Mon, 13 Oct 2014 17:25:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s9DHPP0t010407 for ; Mon, 13 Oct 2014 17:25:25 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s9DHPPmF010397 for svn-ports-head@freebsd.org; Mon, 13 Oct 2014 17:25:25 GMT (envelope-from bdrewery) Received: (qmail 79573 invoked from network); 13 Oct 2014 12:25:23 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@216.17.86.61) by sweb.xzibition.com with ESMTPA; 13 Oct 2014 12:25:23 -0500 Message-ID: <543C0B02.60908@FreeBSD.org> Date: Mon, 13 Oct 2014 12:25:22 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370772 - head/www/eaccelerator References: <201410131318.s9DDI0XI039646@svn.freebsd.org> In-Reply-To: <201410131318.s9DDI0XI039646@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 17:25:26 -0000 On 10/13/14, 8:18 AM, Mathieu Arnold wrote: > Author: mat > Date: Mon Oct 13 13:17:59 2014 > New Revision: 370772 > URL: https://svnweb.freebsd.org/changeset/ports/370772 > QAT: https://qat.redports.org/buildarchive/r370772/ > > Log: > Doesn't build with php 5.5 and 5.6. > What's the error? > Sponsored by: Absolight > > Modified: > head/www/eaccelerator/Makefile > > Modified: head/www/eaccelerator/Makefile > ============================================================================== > --- head/www/eaccelerator/Makefile Mon Oct 13 13:09:27 2014 (r370771) > +++ head/www/eaccelerator/Makefile Mon Oct 13 13:17:59 2014 (r370772) > @@ -23,6 +23,7 @@ DOCCOMM_CONFIGURE_WITH= eaccelerator-doc > USE_PHP= yes > USE_PHPIZE= yes > USE_PHP_BUILD= yes > +IGNORE_WITH_PHP= 55 56 > > CONFIGURE_ARGS= --enable-eaccelerator=shared \ > --with-eaccelerator-userid=80 > -- Regards, Bryan Drewery