From owner-cvs-all@FreeBSD.ORG Mon Apr 19 18:38:37 2004 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 4366216A4CE; Mon, 19 Apr 2004 18:38:37 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C4C43D72; Mon, 19 Apr 2004 18:38:37 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BFkDa-000Jmf-8K; Tue, 20 Apr 2004 03:38:36 +0200 Message-ID: <40847F19.70106@fillmore-labs.com> Date: Tue, 20 Apr 2004 03:38:33 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Kris Kennaway References: <200404192339.i3JNdqr9064552@repoman.freebsd.org> <40847792.3070406@fillmore-labs.com> <20040420011052.GA49768@xor.obsecurity.org> In-Reply-To: <20040420011052.GA49768@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk 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: Tue, 20 Apr 2004 01:38:37 -0000 Kris Kennaway wrote: > On Tue, Apr 20, 2004 at 03:06:26AM +0200, Oliver Eikemeier wrote: > >>Kris Kennaway wrote: >> >> >>>kris 2004/04/19 16:39:52 PDT >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> Mk bsd.port.mk >>> >>> * Move the add-plist-info target after post-install, so that ports that >>> install their info files in the post-install phase will have them >>> correctly registered in the plist. >> >>Shouldn't add-plist-info be after post-install-script then? > > > Hmm, perhaps for completeness, although it looks like nothing > currently installs an info file in a pkg_install script (this would be > weird since the info file would have to already be included in the > package for pkg-install to see it in the package case, so why couldn't > it just be registered in the usual way?). AFAIK the pkg_install script is ${PKGDIR}/pkg-install while post-install-script is ${MASTERDIR}/scripts/post-install, and not included in the package. Only eight ports have one, and none installs info files (at a first glance): archivers/deepforest chinese/CJK editors/muggy graphics/jgv lang/mozart misc/seizedesktop security/skip x11-fm/binder