- Port maintainer (ale@FreeBSD.org) is cc'd. - The `pecl' script needs "pcre.so" extension to run. But `php -n' will make php binary run without to use php.ini, Therefore, it will return some error message like "Fatal error: Call to undefined function preg_match() in /usr/local/share/pear/PEAR/Frontend/CLI.php on line 70" Here's the patch: --- pecl~ Mon Mar 12 13:46:45 2007 +++ pecl Mon Mar 12 13:46:45 2007 @@ -25,4 +25,4 @@ fi fi -exec $PHP -C -n -q $INCARG -d output_buffering=1 -d safe_mode=0 -d register_argc_argv="On" $INCDIR/peclcmd.php "$@" +exec $PHP -C -q $INCARG -d output_buffering=1 -d safe_mode=0 -d register_argc_argv="On" $INCDIR/peclcmd.php "$@"
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer
ale 2007-04-30 08:40:19 UTC FreeBSD ports repository Modified files: devel/pear Makefile distinfo devel/pear/files patch-go-pear Log: - Update to 1.5.3 release [1] - Fix pecl command execution [2] PR: ports/110209 [2] Submitted by: miwi [1], chinsan [2] Revision Changes Path 1.23 +3 -2 ports/devel/pear/Makefile 1.8 +3 -3 ports/devel/pear/distinfo 1.4 +8 -28 ports/devel/pear/files/patch-go-pear _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks.