svn commit: r370772 - head/www/eaccelerator

Mathieu Arnold mat at FreeBSD.org
Mon Oct 13 13:18:00 UTC 2014


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.
  
  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


More information about the svn-ports-head mailing list