Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 09:44:57 -0800 (PST)
From:      Rolf Grossmann <rg@progtech.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35419: autoconf port packinglist is incomplete (missing info files)
Message-ID:  <200202281744.g1SHivd80016@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202281744.g1SHivd80016>