From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 17:48:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC2BA582; Sat, 9 Feb 2013 17:48:28 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id A8ABF6BF; Sat, 9 Feb 2013 17:48:28 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r19HmQsF075984; Sat, 9 Feb 2013 11:48:27 -0600 (CST) (envelope-from stephen@missouri.edu) Message-ID: <51168BEA.4000605@missouri.edu> Date: Sat, 09 Feb 2013 11:48:26 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Pawel Pekala Subject: Re: pkg-plist for security/super References: <51167C58.4060506@missouri.edu> <20130209181647.25091823@FreeBSD.org> In-Reply-To: <20130209181647.25091823@FreeBSD.org> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: Chris Rees , FreeBSD Ports Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 17:48:28 -0000 On 02/09/2013 11:16 AM, Pawel Pekala wrote: > Dnia 2013-02-09, o godz. 16:56:03 > Chris Rees napisał(a): > >> On 9 February 2013 16:42, Stephen Montgomery-Smith >> wrote: >>> The first line of security/super/pkg-plist is: >>> # $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z >>> pawel $ >>> >>> This has the unfortunate effect that the package install process >>> thinks that there is a file by this name. So for example, make >>> deinstall produces: >>> >>> pkg_delete: file '/usr/local/# $FreeBSD: >>> head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z pawel $' >>> doesn't exist >>> >>> and there is a similar error for make package. >>> >>> (I have seen a lot of email correspondence about pkgng, which I must >>> admit I have not followed at all. Is this related in some way?) >> >> It is incorrect. If a $FreeBSD$ is included at all in a pkg-plist it >> must be preceded by @comment. >> >> Pawel, please fix! > > Should be fixed now. > Why do we want this line in pkg-plist at all?