svn commit: r379671 - head/devel/pecl-runkit

John Marino marino at FreeBSD.org
Mon Feb 23 10:33:49 UTC 2015


Author: marino
Date: Mon Feb 23 10:33:47 2015
New Revision: 379671
URL: https://svnweb.freebsd.org/changeset/ports/379671
QAT: https://qat.redports.org/buildarchive/r379671/

Log:
  devel/pecl-runkit: Limit to PHP 5.3 better
  
  There was an attempt to limit this port to PHP 5.3 using DEFAULT_PHP_VER
  but this port doesn't work with PHP 5.4 or later so explicitly ignore
  those versions.
  
  PR:		195823
  Submitted by:	Allen Landsidel

Modified:
  head/devel/pecl-runkit/Makefile

Modified: head/devel/pecl-runkit/Makefile
==============================================================================
--- head/devel/pecl-runkit/Makefile	Mon Feb 23 10:29:18 2015	(r379670)
+++ head/devel/pecl-runkit/Makefile	Mon Feb 23 10:33:47 2015	(r379671)
@@ -16,7 +16,7 @@ COMMENT=	PECL extension to modify consta
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	runkit
-DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=	54 55 56
 
 CONFIGURE_ARGS=	--enable-runkit=classkit
 


More information about the svn-ports-head mailing list