mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +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:
parent
ccb18423a8
commit
a0f57b5ec7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137031
@ -1,4 +1,4 @@
|
|||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
|
|
||||||
LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
|
LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- pear/scripts/pearcmd.php.orig Fri May 16 17:31:37 2003
|
--- pear/scripts/pearcmd.php.orig Fri May 16 17:31:37 2003
|
||||||
+++ pear/scripts/pearcmd.php Fri May 16 17:36:10 2003
|
+++ pear/scripts/pearcmd.php Fri May 16 17:36:10 2003
|
||||||
@@ -1,3 +1,4 @@
|
@@ -1,3 +1,4 @@
|
||||||
+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1
|
+#!%%PREFIX%%/bin/php -nq
|
||||||
<?php
|
<?php
|
||||||
//
|
//
|
||||||
// +----------------------------------------------------------------------+
|
// +----------------------------------------------------------------------+
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
|
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004
|
--- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004
|
||||||
+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004
|
+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004
|
||||||
@@ -1,3 +1,4 @@
|
@@ -1,3 +1,4 @@
|
||||||
+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1
|
+#!%%PREFIX%%/bin/php -nq
|
||||||
<?php
|
<?php
|
||||||
//
|
//
|
||||||
// +----------------------------------------------------------------------+
|
// +----------------------------------------------------------------------+
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
|
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004
|
--- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004
|
||||||
+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004
|
+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004
|
||||||
@@ -1,3 +1,4 @@
|
@@ -1,3 +1,4 @@
|
||||||
+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1
|
+#!%%PREFIX%%/bin/php -nq
|
||||||
<?php
|
<?php
|
||||||
//
|
//
|
||||||
// +----------------------------------------------------------------------+
|
// +----------------------------------------------------------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user