pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint I knew there had been a program that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/310843974d8a
branches:  trunk
changeset: 502392:310843974d8a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 10:09:13 2005 +0000

description:
I knew there had been a program that uses the (now removed) -Wno-workdir
option. I just didn't think it was pkglint itself. :)
Thanks to Martti for notifying me about that.

diffstat:

 pkgtools/pkglint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 03308d8fcb57 -r 310843974d8a pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Nov 04 09:56:09 2005 +0000
+++ b/pkgtools/pkglint/Makefile Fri Nov 04 10:09:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.279 2005/11/04 09:32:03 rillig Exp $
+# $NetBSD: Makefile,v 1.280 2005/11/04 10:09:13 rillig Exp $
 #
 
 DISTNAME=      pkglint-4.35
@@ -60,6 +60,6 @@
        ${INSTALL_DATA} ${FILESDIR}/deprecated.map ${PREFIX}/share/pkglint/
 
 post-install:
-       ${PREFIX}/bin/pkglint -q -Wno-workdir
+       ${PREFIX}/bin/pkglint -q
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index