ports/75063: Update port: devel/pear-PEAR

Antonio Carlos Venancio Junior antonio at php.net
Tue Dec 14 17:40:28 UTC 2004


>Number:         75063
>Category:       ports
>Synopsis:       Update port: devel/pear-PEAR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 17:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004     root at antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO  i386
>Description:
+ fix patch-scripts::pearcmd.php
>How-To-Repeat:
>Fix:
diff -ruN pear-PEAR.orig/Makefile pear-PEAR/Makefile
--- pear-PEAR.orig/Makefile	Tue Dec 14 14:44:14 2004
+++ pear-PEAR/Makefile	Tue Dec 14 14:52:51 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	PEAR
 PORTVERSION=	1.3.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www pear
 
 MAINTAINER=	antonio at php.net
diff -ruN pear-PEAR.orig/files/patch-scripts::pearcmd.php pear-PEAR/files/patch-scripts::pearcmd.php
--- pear-PEAR.orig/files/patch-scripts::pearcmd.php	Tue Dec 14 14:44:14 2004
+++ pear-PEAR/files/patch-scripts::pearcmd.php	Tue Dec 14 14:56:55 2004
@@ -1,16 +1,20 @@
---- scripts/pearcmd.php.orig	Thu Oct 28 14:37:56 2004
-+++ scripts/pearcmd.php	Thu Nov 11 11:21:39 2004
+--- scripts/pearcmd.php.orig	Wed Oct 27 02:58:21 2004
++++ scripts/pearcmd.php	Tue Dec 14 14:56:46 2004
 @@ -1,3 +1,4 @@
 +#!@php_bin@ -q -dsafe_mode=0 -doutput_buffering=1
  <?php
  //
  // +----------------------------------------------------------------------+
-@@ -24,8 +25,10 @@
+@@ -24,8 +25,14 @@
  /**
   * @nodep Gtk
   */
-+dl('pcre.so');
-+dl('xml.so');
++if (!extension_loaded('pcre')) {
++    dl('pcre.so');
++}
++if (!extension_loaded('xml')) {
++    dl('xml.so');
++}
  if ('@include_path@' != '@'.'include_path'.'@') {
 -    ini_set('include_path', '@include_path@');
 +    ini_set('include_path', '@include_path@:@include_path@/bootstrap');
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list