Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint pkgtools/pkglint: remove runtime depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd07315b204f
branches:  trunk
changeset: 432679:bd07315b204f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 24 09:35:12 2020 +0000

description:
pkgtools/pkglint: remove runtime dependency on devel/go-check

Since 2019-11-16, the main pkglint code does not require this package
anymore.  It is still used in the test code.

diffstat:

 pkgtools/pkglint/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r ae100743b33f -r bd07315b204f pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sun May 24 09:19:41 2020 +0000
+++ b/pkgtools/pkglint/Makefile Sun May 24 09:35:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.647 2020/05/23 08:51:07 rillig Exp $
+# $NetBSD: Makefile,v 1.648 2020/05/24 09:35:12 rillig Exp $
 
 PKGNAME=       pkglint-20.1.8
 CATEGORIES=    pkgtools
@@ -73,11 +73,6 @@
        ${INSTALL_MAN} ${WRKSRC.pkglint}/pkglint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 .endif
 
-# Require devel/go-check even when PKGSRC_RUN_TEST is disabled
-# because netbsd.org/pkglint/intqa depends on it.
-# This package is always installed.
-BUILDLINK_DEPMETHOD.go-check=  full
-
 .include "../../devel/go-check/buildlink3.mk"
 .include "../../security/go-crypto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index