Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 17:49:32 +0900
From:      SADA Kenji <sada@BSDclub.org>
To:        thierry@pompo.net
Cc:        Edwin Groothuis <edwin@mavetju.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/pear Makefile
Message-ID:  <20021119174932.724d2cb9.sada@BSDclub.org>
In-Reply-To: <20021119072047.GB75727@k7.mavetju>
References:  <200211190020.gAJ0KeUM032003@repoman.freebsd.org> <20021119064933.GA86662@graf.pompo.net> <20021119072047.GB75727@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 19 Nov 2002 18:20:47 +1100
Edwin Groothuis <edwin@mavetju.org> wrote:

> Adding %%PEARDIR%%/PEAR.php.dist to the pkg-plist (which you don't
> want because it has to take the one from a previous installed port
> but have to do because it's this port which is creating this file)
> so that pkg_create will add the file to its list of files and next
> time installs it so that the port itself will not try to install
> devel/pear-PEAR anymore.

Maybe this is what you need, thierry.
Please verify other pear ports too.

--
Index: pkg-plist
===================================================================
RCS file: /freebsd/ncvs/ports/devel/pear-PEAR/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	17 Nov 2002 05:03:52 -0000	1.1
+++ pkg-plist	19 Nov 2002 08:33:50 -0000
@@ -1,3 +1,6 @@
+@exec mv %D/lib/php/PEAR %D/lib/php/PEAR.dist
+@exec mv %D/lib/php/PEAR.php %D/lib/php/PEAR.php.dist
+@exec mv %D/lib/php/System.php %D/lib/php/System.php.dist
 %%PEARDIR%%/package.dtd
 %%PEARDIR%%/template.spec
 %%PEARDIR%%/PEAR.php

--
SADA Kenji

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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