svn commit: r370771 - head/devel/pecl-inclued

Mathieu Arnold mat at FreeBSD.org
Mon Oct 13 13:09:28 UTC 2014


Author: mat
Date: Mon Oct 13 13:09:27 2014
New Revision: 370771
URL: https://svnweb.freebsd.org/changeset/ports/370771
QAT: https://qat.redports.org/buildarchive/r370771/

Log:
  Does not build with php >= 5.4.
  
  Sponsored by:	Absolight

Modified:
  head/devel/pecl-inclued/Makefile

Modified: head/devel/pecl-inclued/Makefile
==============================================================================
--- head/devel/pecl-inclued/Makefile	Mon Oct 13 13:08:27 2014	(r370770)
+++ head/devel/pecl-inclued/Makefile	Mon Oct 13 13:09:27 2014	(r370771)
@@ -16,6 +16,7 @@ LICENSE=	PHP301
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=	55 56
 
 CONFIGURE_ARGS=	--enable-inclued
 


More information about the svn-ports-head mailing list