svn commit: r370442 - in head: devel/pecl-parsekit lang/pecl-perl

Mathieu Arnold mat at FreeBSD.org
Wed Oct 8 13:19:27 UTC 2014


Author: mat
Date: Wed Oct  8 13:19:26 2014
New Revision: 370442
URL: https://svnweb.freebsd.org/changeset/ports/370442
QAT: https://qat.redports.org/buildarchive/r370442/

Log:
  Those two do not build with php 5.3.
  
  Sponsored by:	Absolight

Modified:
  head/devel/pecl-parsekit/Makefile
  head/lang/pecl-perl/Makefile

Modified: head/devel/pecl-parsekit/Makefile
==============================================================================
--- head/devel/pecl-parsekit/Makefile	Wed Oct  8 12:59:28 2014	(r370441)
+++ head/devel/pecl-parsekit/Makefile	Wed Oct  8 13:19:26 2014	(r370442)
@@ -17,6 +17,7 @@ LICENSE=	PHP301
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=	53
 
 CONFIGURE_ARGS=	--enable-parsekit
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/lang/pecl-perl/Makefile
==============================================================================
--- head/lang/pecl-perl/Makefile	Wed Oct  8 12:59:28 2014	(r370441)
+++ head/lang/pecl-perl/Makefile	Wed Oct  8 13:19:26 2014	(r370442)
@@ -17,6 +17,7 @@ USE_PHP=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 USE_PHP_BUILD=	yes
+IGNORE_WITH_PHP=	53
 
 USES=		perl5 tar:tgz
 


More information about the svn-ports-head mailing list