From a05c06f9ce16f060af6c8ada9db164bd19fc1c34 Mon Sep 17 00:00:00 2001 From: glarkin Date: Tue, 13 Apr 2010 00:04:12 +0000 Subject: - Mark BROKEN until I figure out how to fix the compiler error. It's not one of the common ones caused by the PHP 5.3.2 upgrade, but it should be fixable after some more research. Reported by: pointyhat Approved by: portmgr (itetcu, erwin - blanket) --- devel/pecl-params/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index 1c940e91575f..76ce92bbf5d3 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -20,6 +20,8 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +BROKEN= Does not compile with PHP 5.3 + CONFIGURE_ARGS= --enable-params .include -- cgit