Date: Mon, 4 Dec 2000 13:58:46 +0200 From: Nevermind <never@nevermind.kiev.ua> To: Akinori MUSHA <knu@iDaemons.org> Cc: Michael Haro <mharo@FreeBSD.ORG>, FreeBSD-ports <freebsd-ports@FreeBSD.ORG> Subject: Re: portlint update Message-ID: <20001204135846.G30994@nevermind.kiev.ua> In-Reply-To: <86u28kwghs.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Mon, Dec 04, 2000 at 08:52:31PM %2B0900 References: <86u28kwghs.wl@archon.local.idaemons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Akinori MUSHA! On Mon, Dec 04, 2000 at 08:52:31PM +0900, you wrote: > Hi, > > Please review and give me suggestion and approval to commit the > attached patch on portlint. > > It makes portlint conform to the new layout, and adds a check for > INSTALLS_SHLIB. Currently pkg-* doesn't seem to be checked at all. :( > > -- > / > /__ __ Akinori.org / MUSHA.org > / ) ) ) ) / FreeBSD.org / Ruby-lang.org > Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp > > "We're only at home when we're on the run, on the wing, on the fly" > [skipped] > } elsif (!$automan && !grep($_ eq $j, @pman)) { > &perror("WARN: manpage $j in $file ". > - "MAN$i but not in PLIST."); > + "MAN$i but not in pk-plist."); ^^ Should be pkg-plist, not pk-plist > } > } > foreach my $j (@pman) { > - print "OK: checking $j (PLIST)\n" if ($verbose); > + print "OK: checking $j (pkg-plist)\n" if ($verbose); > if (!grep($_ eq $j, @mman)) { > - &perror("WARN: manpage $j in PLIST ". > + &perror("WARN: manpage $j in pkg-plist ". > "but not in $file MAN$i."); > } > } -- Alexandr P. Kovalenko http://nevermind.kiev.ua/ NEVE-RIPE 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?20001204135846.G30994>