From leeym@utopia.leeym.com  Sun Mar  6 22:35:17 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ED8F316A4CE; Sun,  6 Mar 2005 22:35:17 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7D28043D48; Sun,  6 Mar 2005 22:35:17 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 7C41A3EA147;
	Mon,  7 Mar 2005 06:35:16 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 36911-04; Mon,  7 Mar 2005 06:35:08 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id BA7233EA13F; Mon,  7 Mar 2005 06:35:08 +0800 (CST)
Message-Id: <20050306223508.BA7233EA13F@utopia.leeym.com>
Date: Mon,  7 Mar 2005 06:35:08 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
Reply-To: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ale@FreeBSD.org
Subject: update port: lang/php[45]: fix PLIST for pear
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78516
>Category:       ports
>Synopsis:       update port: lang/php[45]: fix PLIST for pear
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 22:40:01 GMT 2005
>Closed-Date:    Mon Apr 04 12:39:47 GMT 2005
>Last-Modified:  Mon Apr 04 12:39:47 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb 9 10:20:03 CST 2005 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

- Remove pear registry

>How-To-Repeat:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005030103/pear-Archive_Tar-1.2.log
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005030103/pear-Console_Getopt-1.2.log
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005030103/pear-XML_RPC-1.2.0.r7.log

>Fix:

	

--- php.diff begins here ---
Index: php4/pkg-plist.pear
===================================================================
RCS file: /home/pcvs/ports/lang/php4/pkg-plist.pear,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist.pear
--- php4/pkg-plist.pear	19 Jul 2004 07:05:32 -0000	1.1
+++ php4/pkg-plist.pear	6 Mar 2005 22:32:16 -0000
@@ -28,6 +28,8 @@
 share/pear/bootstrap/PEAR/Remote.php
 share/pear/bootstrap/XML/RPC.php
 share/pear/bootstrap/XML/RPC/Server.php
+@unexec rm %D/lib/php/pear/.lock 2> /dev/null || true
+@unexec rm %D/lib/php/pear/.filemap 2> /dev/null || true
 @dirrm share/pear/bootstrap/Archive
 @dirrm share/pear/bootstrap/Console
 @dirrm share/pear/bootstrap/OS
@@ -38,3 +40,5 @@
 @dirrm share/pear/bootstrap/XML
 @dirrm share/pear/bootstrap
 @unexec rmdir %D/share/pear 2> /dev/null || true
+@unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true
+@unexec rmdir %D/lib/php/pear 2> /dev/null || true
Index: php5/pkg-plist.pear
===================================================================
RCS file: /home/pcvs/ports/lang/php5/pkg-plist.pear,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist.pear
--- php5/pkg-plist.pear	19 Jul 2004 07:05:33 -0000	1.1
+++ php5/pkg-plist.pear	6 Mar 2005 22:32:16 -0000
@@ -30,6 +30,8 @@
 share/pear/bootstrap/PEAR/Remote.php
 share/pear/bootstrap/XML/RPC.php
 share/pear/bootstrap/XML/RPC/Server.php
+@unexec rm %D/lib/php/pear/.lock 2> /dev/null || true
+@unexec rm %D/lib/php/pear/.filemap 2> /dev/null || true
 @dirrm share/pear/bootstrap/Archive
 @dirrm share/pear/bootstrap/Console
 @dirrm share/pear/bootstrap/OS
@@ -40,3 +42,6 @@
 @dirrm share/pear/bootstrap/XML
 @dirrm share/pear/bootstrap
 @unexec rmdir %D/share/pear 2> /dev/null || true
+@unexec rmdir %D/share/pear 2> /dev/null || true
+@unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true
+@unexec rmdir %D/lib/php/pear 2> /dev/null || true
--- php.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Mon Mar 7 05:58:26 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78516 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Mon Apr 4 12:39:28 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78516 
>Unformatted:
