Subject: pkg/28788: pkglint argument -d not implemented
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <wulf@NetBSD.org>
List: pkgsrc-bugs
Date: 12/27/2004 00:42:01
>Number:         28788
>Category:       pkg
>Synopsis:       pkglint argument -d not implemented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 27 00:42:00 +0000 2004
>Originator:     Berndt Josef Wulf
>Release:        NetBSD-i386
>Organization:
NTC-Electronics
>Environment:
NetBSD husky 2.99.11 NetBSD 2.99.11 (HUSKY-acpi) #0: Wed Dec 22 22:28:48 CST 2004  root@husky:/sys/arch/i386/compile/HUSKY-acpi i386
>Description:
pkglint -h' shows command line argument -d which doesn't appear to be implemented nor does the pkglint(1) man-page provide any information about it.  

pkglint -h

usage: pkglint [options] [package_directory]

options:
    -B#            allow # contiguous blank lines in Makefiles
    -C{check,...}  enable or disable specific checks
    -I             dump the Makefile after parsing
    -N             assume a new (still uncommitted) package
    -V|--version   print the version number of pkglint
    -W{warn,...}   enable or disable specific warnings
    -d             check items useful for package developers
    -h|--help      print a detailed help message
    -p             warn about use of $(VAR) instead of ${VAR}
    -v|--verbose   print progress messages on STDERR
[...]

>How-To-Repeat:
Execute: pkglint -d in a package directory

>Fix: