From owner-cvs-all Mon Aug 17 10:00:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00749 for cvs-all-outgoing; Mon, 17 Aug 1998 10:00:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00744; Mon, 17 Aug 1998 10:00:35 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id KAA14884; Mon, 17 Aug 1998 10:00:01 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id RAA29805; Mon, 17 Aug 1998 17:00:01 GMT Message-ID: <19980817100001.B29597@nuxi.com> Date: Mon, 17 Aug 1998 10:00:01 -0700 From: "David O'Brien" To: "David O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/glibstdc++28 Makefile Reply-To: obrien@NUXI.com References: <199808170203.TAA11605@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Tim Vanderhoek on Mon, Aug 17, 1998 at 02:40:16AM -0400 X-Operating-System: FreeBSD 2.2.7-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Aug 17, 1998 at 02:40:16AM -0400, Tim Vanderhoek wrote: > Either that, or the bug was that the port leaves too gaping of a > window of time where PLIST points to an invalid file. > I can't think of any reason a port would need to modify its plist once > past the post-build target. The bug is not with my port -- the bug is that the new bsd.port.mk tests for the existance of PLIST *BEFORE* any of the *-install targets are done. Thus if you frob it in "pre-install", bsd.port.mk won't notice it. IMHO, the reason you might want to modify PLIST after the "post-build" target, is PLIST is an install thing, not a build thing. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org)