Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 13:19:27 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370442 - in head: devel/pecl-parsekit lang/pecl-perl
Message-ID:  <201410081319.s98DJRRV085665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410081319.s98DJRRV085665>