Bug 45540

Summary: devel/pear: fix packages building (noticed on Bento)
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Thierry Thomas 2002-11-20 21:20:08 UTC
	Please see Message-ID <200211190020.gAJ0KeUM032003@repoman.freebsd.org>
	and next-in-thread articles.
	(<URL:http://www.freebsd.org/cgi/getmsg.cgi?fetch=666325+0+current/cvs-all>)

Fix: 1) Reverse the last commit on devel/pear:


2) Apply the following patch to devel/pear-PEAR:




(credits: SADA Kenji <sada@BSDclub.org>)--q2nqxrjuDUCIHOKFsWYfzjawPLs0zuOJ0wkd7FUidqqxSfYI
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- devel/pear/Makefile	Tue Nov 19 01:20:39 2002
+++ devel/pear/Makefile.orig	Sun Nov 17 06:03:52 2002
@@ -2,7 +2,7 @@
 # Date created:			  Sat Nov 10, 2001
 # Whom:				  Thierry Thomas (<thierry@pompo.net>)
 #
-# $FreeBSD: ports/devel/pear/Makefile,v 1.7 2002/11/19 00:20:39 edwin Exp $
+# $FreeBSD: ports/devel/pear/Makefile,v 1.6 2002/11/17 05:03:52 sada Exp $
 #
 
 PORTNAME=	pear
@@ -15,7 +15,7 @@
 MAINTAINER=	thierry@pompo.net
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR	\
+RUN_DEPENDS=	${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR	\
 		${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt	\
 		${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File	\
 		${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log	\
How-To-Repeat: 	make package for devel/pear and devel/pear-PEAR.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-20 22:29:07 UTC
State Changed
From-To: open->closed

Commited, tnanks!