diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-06-08 07:45:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-06-08 07:45:15 +0000 |
commit | a0f57b5ec7968b9bb8685d6de7d55bf03675549a (patch) | |
tree | 7783582025e4f29df13e7697d4d1ef8c09a883d3 /lang/php5 | |
parent | Update to 4.1.12 release. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=137031
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 // // +----------------------------------------------------------------------+ |