From owner-freebsd-ports Thu Feb 28 9:50:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C75B37B417 for ; Thu, 28 Feb 2002 09:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SHo1N80581; Thu, 28 Feb 2002 09:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E3B037B400 for ; Thu, 28 Feb 2002 09:44:57 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SHivd80016; Thu, 28 Feb 2002 09:44:57 -0800 (PST) (envelope-from nobody) Message-Id: <200202281744.g1SHivd80016@freefall.freebsd.org> Date: Thu, 28 Feb 2002 09:44:57 -0800 (PST) From: Rolf Grossmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/35419: autoconf port packinglist is incomplete (missing info files) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35419 >Category: ports >Synopsis: autoconf port packinglist is incomplete (missing info files) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 09:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Rolf Grossmann >Release: 4.5-STABLE >Organization: Progtech GmbH >Environment: n/a >Description: When installing the autoconf port (currently at 2.52_2), the files {PREFIX}/info/autoconf.info and {PREFIX}/info/standards.info are being installed. However, they don't appear in the packing list for the port. As a result, they are not included in the package, either. >How-To-Repeat: Build the autoconf port. Check the filesystem and the packing list. >Fix: Include the files in the packing list, e.g. with this patch: --- /tmp/pkg-plist Thu Feb 28 18:32:09 2002 +++ pkg-plist Thu Feb 28 18:33:41 2002 @@ -30,4 +30,6 @@ share/autoconf/mkinstalldirs @dirrm share/autoconf +info/autoconf.info +info/standards.info @unexec install-info --delete %D/info/autoconf.info %D/info/dir @unexec install-info --delete %D/info/standards.info %D/info/dir >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message