diff options
author | ale <ale@FreeBSD.org> | 2005-06-08 15:45:15 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-06-08 15:45:15 +0800 |
commit | a726093c2868005f91b36045b8e9978f67a98974 (patch) | |
tree | 97972cd49a2f6069827acf1e30acbd22c12c4e44 /lang/php5 | |
parent | 6eca72d6302ae29292ca9b3dd2bae39e3c50e8a3 (diff) | |
download | freebsd-ports-gnome-a726093c2868005f91b36045b8e9978f67a98974.tar.gz freebsd-ports-gnome-a726093c2868005f91b36045b8e9978f67a98974.tar.zst freebsd-ports-gnome-a726093c2868005f91b36045b8e9978f67a98974.zip |
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 <eculp@bafirst.com>
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.pear | 2 | ||||
-rw-r--r-- | lang/php5/files/patch-pear::scripts::pearcmd.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.pear b/lang/php5/Makefile.pear index 75ed3861d93d..6dd3e608a3a4 100644 --- a/lang/php5/Makefile.pear +++ b/lang/php5/Makefile.pear @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 4 USE_GNOME= libxml2 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 <?php // // +----------------------------------------------------------------------+ |