Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 15:31:49 -0200 (BRST)
From:      Antonio Carlos Venancio Junior <antonio@php.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75063: Update port: devel/pear-PEAR
Message-ID:  <200412141731.iBEHVnhm092243@digitalsign.com>
Resent-Message-ID: <200412141740.iBEHeS4S037071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412141731.iBEHVnhm092243>