From a0f57b5ec7968b9bb8685d6de7d55bf03675549a Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 8 Jun 2005 07:45:15 +0000 Subject: Fix pear command on FreeBSD-current. (We loose the output buffering capability, but we cannot set it inside the script) PR: ports/81890 Submitted by: Edwin Culp --- lang/php5/files/patch-pear::scripts::pearcmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php5/files/patch-pear::scripts::pearcmd.php') diff --git a/lang/php5/files/patch-pear::scripts::pearcmd.php b/lang/php5/files/patch-pear::scripts::pearcmd.php index 35061730a341..d24ae913d4fe 100644 --- a/lang/php5/files/patch-pear::scripts::pearcmd.php +++ b/lang/php5/files/patch-pear::scripts::pearcmd.php @@ -1,7 +1,7 @@ --- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004 +++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004 @@ -1,3 +1,4 @@ -+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1 ++#!%%PREFIX%%/bin/php -nq