Subject: pkg/29848: pkgtools/pkglint doesn't handle some PLIST stuff correctly
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <riz@netbsd.org>
List: pkgsrc-bugs
Date: 03/31/2005 14:48:00
>Number:         29848
>Category:       pkg
>Synopsis:       pkglint PLIST checking is a little out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 31 14:48:00 +0000 2005
>Originator:     Jeff Rizzo
>Release:        NetBSD 2.0_STABLE
>Organization:
>Environment:
System: NetBSD boogers.sf.ca.us 2.0_STABLE NetBSD 2.0_STABLE (TYAN251X.MP) #0: Thu Mar 17 12:49:20 PST 2005 riz@lychee.tastylime.net:/home/riz/buildobj/usr/src/sys/arch/i386/compile/TYAN251X.MP i386
Architecture: i386
Machine: i386
>Description:
	pkglint warns about PLIST situations that are not necessarily
	a problem.
>How-To-Repeat:
	Run pkglint on a package that uses the default PLIST_SRC handling,
	but doesn't set PLIST_SRC itself, or have PLIST or PLIST-mi.
>Fix:
	Should be just a few lines of perl;  I came up with a workaround
	for my specific issue, and wiz suggested I "modernize" the
	PLIST stuff.  (PLIST-mi, for example, is no longer used) This
	PR is here to remind me to do it soon.  :)