From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 16:56:34 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 B4F5146B; Sat, 9 Feb 2013 16:56:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 45499273; Sat, 9 Feb 2013 16:56:33 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id o25so5283791iad.33 for ; Sat, 09 Feb 2013 08:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=C82aH8LZNI4Zcy3SYfqGw5joYNWjg6nymk2mrUxg0F8=; b=dncRsMUhLwnPr0fmDd6cVFIkBFB7Cv/gkfgsS27Qo/ZzJpyq/T2XOiTnh/i1c02gVk gDtDQJxhluzXW+OeMKshbueL0018AlRan/RFuybBYscGIjQoBOj6PClNw20qtD9xseEK eT95Bikyf5hpzBxfeUvEXPL4X2kQL8W8QVWIgjC937KWFJu2V6Ls0C7iARg/mXWPrLqz jtYIEmnM7cRI+XI1LmaunYU5azyGwJqlAvHIdYxTw0PGSpnEyN0KE5IiDqtJe1IylYbz tx3P5opVqkDZqUoJfYQspiHGgWIdBPZTmdszH955nSBDNWj7bDkGU6+81k5PLvTTF0fH njWQ== X-Received: by 10.50.152.132 with SMTP id uy4mr7994897igb.62.1360428993497; Sat, 09 Feb 2013 08:56:33 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Sat, 9 Feb 2013 08:56:03 -0800 (PST) In-Reply-To: <51167C58.4060506@missouri.edu> References: <51167C58.4060506@missouri.edu> From: Chris Rees Date: Sat, 9 Feb 2013 16:56:03 +0000 X-Google-Sender-Auth: iI4EkFiciY6rFn5vqtusZsV3lcs Message-ID: Subject: Re: pkg-plist for security/super To: Stephen Montgomery-Smith , Pawel Pekala Content-Type: text/plain; charset=ISO-8859-1 Cc: 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 16:56:34 -0000 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! Chris