Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 10:33:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379671 - head/devel/pecl-runkit
Message-ID:  <201502231033.t1NAXmiY042816@svn.freebsd.org>

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



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