1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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>
This commit is contained in:
Alex Dupre 2005-06-08 07:45:15 +00:00
parent ccb18423a8
commit a0f57b5ec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137031
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3
LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2

View File

@ -1,7 +1,7 @@
--- pear/scripts/pearcmd.php.orig Fri May 16 17:31:37 2003
+++ pear/scripts/pearcmd.php Fri May 16 17:36:10 2003
@@ -1,3 +1,4 @@
+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1
+#!%%PREFIX%%/bin/php -nq
<?php
//
// +----------------------------------------------------------------------+

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 4
USE_GNOME= libxml2

View File

@ -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
//
// +----------------------------------------------------------------------+

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 4
USE_GNOME= libxml2

View File

@ -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
//
// +----------------------------------------------------------------------+