Subject: pkg/29740: pkgsrc/doc/guide/files/plist.xml is incorrect
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <collver@peak.org>
List: pkgsrc-bugs
Date: 03/19/2005 15:39:00
>Number:         29740
>Category:       pkg
>Synopsis:       pkgsrc/doc/guide/files/plist.xml is incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 19 15:39:00 +0000 2005
>Originator:     collver@peak.org
>Release:        NetBSD 2.0
>Organization:
>Environment:
System: NetBSD sanctum 2.0 NetBSD 2.0 (SANCTUM) #1: Sun Feb 13 20:48:27 PST 2005 root@sanctum:/usr/src/sys/arch/i386/compile/SANCTUM i386
Architecture: i386
Machine: i386
>Description:
	The pkgsrc PLIST handling does not behave as described in this
	paragraph:
``
    <para>If <filename>PLIST.${OPSYS}</filename> exists, these files are used
      instead of <filename>PLIST</filename>. This allows packages which
      behave in this way to be handled gracefully.  Manually overriding
      <varname>PLIST_SRC</varname> for other more exotic uses is also
      possible.</para>
''

>How-To-Repeat:
	Formerly, x11/fltk had both a PLIST and a PLIST.NetBSD.
	After a "make plist", work/.PLIST would have the contents of
	both PLIST and PLIST.NetBSD.
>Fix:
	Remove the above quoted paragraph from plist.xml.