Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc pkglint: fix category Makefiles
details: https://anonhg.NetBSD.org/pkgsrc/rev/62b606e51911
branches: trunk
changeset: 435846:62b606e51911
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 17 06:10:34 2020 +0000
description:
pkglint: fix category Makefiles
pkglint 20.2.0 (and a bit earlier) does not insist on entries
for directories any longer that do not contain complete packages.
Remove them.
While here, fix security/Makefile that had two missing entries.
diffstat:
cross/Makefile | 3 +--
emulators/Makefile | 6 +-----
fonts/Makefile | 3 +--
lang/Makefile | 5 +----
meta-pkgs/Makefile | 3 +--
print/Makefile | 3 +--
security/Makefile | 5 +++--
7 files changed, 9 insertions(+), 19 deletions(-)
diffs (175 lines):
diff -r 4cc92cd8aa9c -r 62b606e51911 cross/Makefile
--- a/cross/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/cross/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/06/20 14:34:10 thorpej Exp $
+# $NetBSD: Makefile,v 1.100 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Cross-platform development utilities
@@ -59,7 +59,6 @@
SUBDIR+= mingw-w64-x86_64-winpthreads
SUBDIR+= mipsel-none-elf-binutils
SUBDIR+= mipsel-none-elf-gcc
-#SUBDIR+= nios2 # just contains makefile fragments
SUBDIR+= nios2-binutils
SUBDIR+= nios2-gcc
SUBDIR+= objconv
diff -r 4cc92cd8aa9c -r 62b606e51911 emulators/Makefile
--- a/emulators/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/emulators/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.330 2020/06/16 12:10:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.331 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Emulators for other operating systems
@@ -47,7 +47,6 @@
SUBDIR+= compat61
SUBDIR+= compat61-x11
SUBDIR+= compat80
-#SUBDIR+= compat_netbsd # only contains Makefile fragments
SUBDIR+= cygwin_lib
SUBDIR+= darwin_lib
SUBDIR+= dega
@@ -222,7 +221,6 @@
SUBDIR+= suse100_libsigc++2
SUBDIR+= suse100_libtiff
SUBDIR+= suse100_libxml2
-#SUBDIR+= suse100_linux # only contains Makefile fragments
SUBDIR+= suse100_locale
SUBDIR+= suse100_openmotif
SUBDIR+= suse100_openssl
@@ -276,7 +274,6 @@
SUBDIR+= suse121_libsigc++2
SUBDIR+= suse121_libtiff
SUBDIR+= suse121_libxml2
-#SUBDIR+= suse121_linux # only contains Makefile fragments
SUBDIR+= suse121_locale
SUBDIR+= suse121_openmotif
SUBDIR+= suse121_openssl
@@ -368,7 +365,6 @@
SUBDIR+= suse131_libwrap
SUBDIR+= suse131_libxml2
SUBDIR+= suse131_libxslt
-#SUBDIR+= suse131_linux # only contains Makefile fragments
SUBDIR+= suse131_locale
SUBDIR+= suse131_lsb
SUBDIR+= suse131_motif
diff -r 4cc92cd8aa9c -r 62b606e51911 fonts/Makefile
--- a/fonts/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/fonts/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.341 2020/06/17 11:06:28 nia Exp $
+# $NetBSD: Makefile,v 1.342 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Fonts
@@ -57,7 +57,6 @@
SUBDIR+= cyr-rfx-koi8-ub
SUBDIR+= cyr-rfx-koi8_1
SUBDIR+= cyr-rfx-mac-cyrillic
-#SUBDIR+= cyr-rfx-share # only shared files for cyr-rfx-*
SUBDIR+= cyr-rfx-windows_1251
SUBDIR+= cyr-rfx-winlatin_1
SUBDIR+= dbz-ttf
diff -r 4cc92cd8aa9c -r 62b606e51911 lang/Makefile
--- a/lang/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/lang/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.571 2020/07/11 11:56:59 nia Exp $
+# $NetBSD: Makefile,v 1.572 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Programming languages
@@ -144,7 +144,6 @@
SUBDIR+= libunwind
SUBDIR+= likepython
SUBDIR+= llvm
-#SUBDIR+= lua # only contains Makefile fragments
SUBDIR+= lua-moonscript
SUBDIR+= lua51
SUBDIR+= lua52
@@ -200,7 +199,6 @@
SUBDIR+= perl5
SUBDIR+= pfe
SUBDIR+= pforth
-#SUBDIR+= php # only contains Makefile fragments
SUBDIR+= php56
SUBDIR+= php72
SUBDIR+= php73
@@ -234,7 +232,6 @@
SUBDIR+= py36-html-docs
SUBDIR+= py37-html-docs
SUBDIR+= py38-html-docs
-#SUBDIR+= python # only contains Makefile fragments
SUBDIR+= python27
SUBDIR+= python36
SUBDIR+= python37
diff -r 4cc92cd8aa9c -r 62b606e51911 meta-pkgs/Makefile
--- a/meta-pkgs/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/meta-pkgs/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2020/04/26 03:13:14 gutteridge Exp $
+# $NetBSD: Makefile,v 1.107 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Collections of other packages
@@ -15,7 +15,6 @@
SUBDIR+= gnuradio
SUBDIR+= gnustep
SUBDIR+= gstreamer0.10-plugins
-#SUBDIR+= kde # currently just Makefile fragments
SUBDIR+= kde-telepathy
SUBDIR+= kde4
SUBDIR+= kf5
diff -r 4cc92cd8aa9c -r 62b606e51911 print/Makefile
--- a/print/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/print/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.778 2020/07/16 01:07:13 markd Exp $
+# $NetBSD: Makefile,v 1.779 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Desktop publishing
@@ -1568,7 +1568,6 @@
SUBDIR+= tex-zxjafont
SUBDIR+= tex-zxjafont-doc
SUBDIR+= tex4ht
-#SUBDIR+= texlive # place holder directory
SUBDIR+= vlna
SUBDIR+= web2c
SUBDIR+= xdvik
diff -r 4cc92cd8aa9c -r 62b606e51911 security/Makefile
--- a/security/Makefile Fri Jul 17 04:49:02 2020 +0000
+++ b/security/Makefile Fri Jul 17 06:10:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.773 2020/07/08 12:41:12 nia Exp $
+# $NetBSD: Makefile,v 1.774 2020/07/17 06:10:34 wiz Exp $
#
COMMENT= Security tools
@@ -15,6 +15,7 @@
SUBDIR+= R-askpass
SUBDIR+= R-digest
SUBDIR+= R-openssl
+SUBDIR+= TweetNaCl
SUBDIR+= acmesh
SUBDIR+= aide
SUBDIR+= aide06
@@ -44,7 +45,6 @@
SUBDIR+= courier-authlib
SUBDIR+= crack
SUBDIR+= credns
-#SUBDIR+= crudesaml # only shared files
SUBDIR+= crypto++
SUBDIR+= cvm
SUBDIR+= cy2-anonymous
@@ -231,6 +231,7 @@
SUBDIR+= msudir
SUBDIR+= multigest
SUBDIR+= munge
+SUBDIR+= nacl
SUBDIR+= netpgp
SUBDIR+= netpgpverify
SUBDIR+= netramet
Home |
Main Index |
Thread Index |
Old Index