Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 17:30:34 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320356 - in head/devel: pecl-newt pecl-pthreads
Message-ID:  <201306091730.r59HUYMW098320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  9 17:30:33 2013
New Revision: 320356
URL: http://svnweb.freebsd.org/changeset/ports/320356

Log:
  - Remove php4 reference

Modified:
  head/devel/pecl-newt/Makefile   (contents, props changed)
  head/devel/pecl-pthreads/Makefile   (contents, props changed)

Modified: head/devel/pecl-newt/Makefile
==============================================================================
--- head/devel/pecl-newt/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
+++ head/devel/pecl-newt/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
@@ -19,7 +19,6 @@ USE_PHPIZE=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	newt
-IGNORE_WITH_PHP=4
 
 post-patch:
 	@${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \

Modified: head/devel/pecl-pthreads/Makefile
==============================================================================
--- head/devel/pecl-pthreads/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
+++ head/devel/pecl-pthreads/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
@@ -19,6 +19,6 @@ USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	pthreads
-IGNORE_WITH_PHP=4 52
+IGNORE_WITH_PHP=	52
 
 .include <bsd.port.mk>



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