From owner-cvs-all@FreeBSD.ORG Mon Apr 11 09:03:15 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2563616A4CF for ; Mon, 11 Apr 2005 09:03:15 +0000 (GMT) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id B1D6543D2D for ; Mon, 11 Apr 2005 09:03:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 67346 invoked from network); 11 Apr 2005 09:03:09 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 11 Apr 2005 09:03:09 -0000 Message-ID: <425A3D4C.3050900@FreeBSD.org> Date: Mon, 11 Apr 2005 11:03:08 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200504110840.j3B8emtO062524@repoman.freebsd.org> <20050411084507.GA2457@xor.obsecurity.org> In-Reply-To: <20050411084507.GA2457@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/php4 Makefile.pear pkg-plist.pear ports/lang/php5 Makefile.pear pkg-plist.pear X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 09:03:15 -0000 Kris Kennaway wrote: > Thanks, but this isn't quite there yet. Let's see. >>| post-install: >>| @${INSTALL_SCRIPT} ${WRKSRC}/pear/scripts/pear ${PREFIX}/bin >>| + @${MKDIR} ${PREFIX}/lib/php/pear/.registry >>| + @${TOUCH} ${PREFIX}/lib/php/pear/.filemap >>| + @${TOUCH} ${PREFIX}/lib/php/pear/.lock > > > This won't happen if the package is added, so you need to also add > corresponding @exec statements to the pkg-plist. Your are right only for the first entry (the directory), since I changed the other "@unexec rm" lines into real pkg-plist file entries. I'll fix the first asap. >>| --- ports/lang/php5/Makefile.pear 2004/12/01 10:36:26 1.2 >>| +++ ports/lang/php5/Makefile.pear 2005/04/11 08:40:48 1.3 >>| @@ -1,3 +1,5 @@ >>| +PORTREVISION= 2 > > Did you really want to set a portrevision in this common makefile, > which will override the value of all other ports that include this > file? This isn't a common Makefile, it's the Makefile of the php[45]-pear port and nothing else. -- Alex Dupre