Subject: Re: pkglint and COMMENT
To: Roland Illig <roland.illig@gmx.de>
From: Dan McMahill <dmcmahill@netbsd.org>
List: tech-pkg
Date: 10/15/2004 19:27:48
On Sat, Oct 16, 2004 at 12:31:51AM +0200, Roland Illig wrote:
> Jeremy C. Reed wrote:
> >WARN: possible direct use of "
> >COMMENT=        Lightweight HTTP/SSL proxy
> >" found in Makefile. if so, use ${PORTSDIR} instead.
> 
> I cannot reproduce this with pkglint-3.92 or pkglint-3.91. What does 
> your "pkglint -V" say?
> 

I can reproduce it on my system.  Not sure when this started happening.
Maybe the perl version?

CHROOT bondage# pkglint -V
3.92
CHROOT bondage# pkg_info -e perl
perl-5.6.1nb10
CHROOT bondage# pwd
/usr/pkgsrc-current/graphics/hp2xx
CHROOT bondage# pkglint
WARN: possible direct use of "
COMMENT=        HPGL converter and previewer
" found in Makefile. if so, use ${PORTSDIR} instead.
WARN: possible direct use of "" found in ./README.html. if so, use ${PORTSDIR} instead.
0 errors and 2 warnings found.

I tried with perl-5.8 as well with the same result.

-Dan

--