pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 17 06:10:35 UTC 2020

Modified Files:
        pkgsrc/cross: Makefile
        pkgsrc/emulators: Makefile
        pkgsrc/fonts: Makefile
        pkgsrc/lang: Makefile
        pkgsrc/meta-pkgs: Makefile
        pkgsrc/print: Makefile
        pkgsrc/security: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/cross/Makefile
cvs rdiff -u -r1.330 -r1.331 pkgsrc/emulators/Makefile
cvs rdiff -u -r1.341 -r1.342 pkgsrc/fonts/Makefile
cvs rdiff -u -r1.571 -r1.572 pkgsrc/lang/Makefile
cvs rdiff -u -r1.106 -r1.107 pkgsrc/meta-pkgs/Makefile
cvs rdiff -u -r1.778 -r1.779 pkgsrc/print/Makefile
cvs rdiff -u -r1.773 -r1.774 pkgsrc/security/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/Makefile
diff -u pkgsrc/cross/Makefile:1.99 pkgsrc/cross/Makefile:1.100
--- pkgsrc/cross/Makefile:1.99  Sat Jun 20 14:34:10 2020
+++ pkgsrc/cross/Makefile       Fri Jul 17 06:10:34 2020
@@ -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-headers
 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

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.330 pkgsrc/emulators/Makefile:1.331
--- pkgsrc/emulators/Makefile:1.330     Tue Jun 16 12:10:23 2020
+++ pkgsrc/emulators/Makefile   Fri Jul 17 06:10:34 2020
@@ -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+=      compat60
 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_libpng
 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_libpng
 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_libwebp
 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

Index: pkgsrc/fonts/Makefile
diff -u pkgsrc/fonts/Makefile:1.341 pkgsrc/fonts/Makefile:1.342
--- pkgsrc/fonts/Makefile:1.341 Wed Jun 17 11:06:28 2020
+++ pkgsrc/fonts/Makefile       Fri Jul 17 06:10:34 2020
@@ -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-ru
 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

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.571 pkgsrc/lang/Makefile:1.572
--- pkgsrc/lang/Makefile:1.571  Sat Jul 11 11:56:59 2020
+++ pkgsrc/lang/Makefile        Fri Jul 17 06:10:34 2020
@@ -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+=    librep
 SUBDIR+=       libunwind
 SUBDIR+=       likepython
 SUBDIR+=       llvm
-#SUBDIR+=      lua             # only contains Makefile fragments
 SUBDIR+=       lua-moonscript
 SUBDIR+=       lua51
 SUBDIR+=       lua52
@@ -200,7 +199,6 @@ SUBDIR+=    pear
 SUBDIR+=       perl5
 SUBDIR+=       pfe
 SUBDIR+=       pforth
-#SUBDIR+=      php             # only contains Makefile fragments
 SUBDIR+=       php56
 SUBDIR+=       php72
 SUBDIR+=       php73
@@ -234,7 +232,6 @@ SUBDIR+=    py27-html-docs
 SUBDIR+=       py36-html-docs
 SUBDIR+=       py37-html-docs
 SUBDIR+=       py38-html-docs
-#SUBDIR+=      python          # only contains Makefile fragments
 SUBDIR+=       python27
 SUBDIR+=       python36
 SUBDIR+=       python37

Index: pkgsrc/meta-pkgs/Makefile
diff -u pkgsrc/meta-pkgs/Makefile:1.106 pkgsrc/meta-pkgs/Makefile:1.107
--- pkgsrc/meta-pkgs/Makefile:1.106     Sun Apr 26 03:13:14 2020
+++ pkgsrc/meta-pkgs/Makefile   Fri Jul 17 06:10:34 2020
@@ -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+=      gimp-docs
 SUBDIR+=       gnuradio
 SUBDIR+=       gnustep
 SUBDIR+=       gstreamer0.10-plugins
-#SUBDIR+=      kde     # currently just Makefile fragments
 SUBDIR+=       kde-telepathy
 SUBDIR+=       kde4
 SUBDIR+=       kf5

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.778 pkgsrc/print/Makefile:1.779
--- pkgsrc/print/Makefile:1.778 Thu Jul 16 01:07:13 2020
+++ pkgsrc/print/Makefile       Fri Jul 17 06:10:34 2020
@@ -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-zref-doc
 SUBDIR+=       tex-zxjafont
 SUBDIR+=       tex-zxjafont-doc
 SUBDIR+=       tex4ht
-#SUBDIR+=      texlive                         # place holder directory
 SUBDIR+=       vlna
 SUBDIR+=       web2c
 SUBDIR+=       xdvik

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.773 pkgsrc/security/Makefile:1.774
--- pkgsrc/security/Makefile:1.773      Wed Jul  8 12:41:12 2020
+++ pkgsrc/security/Makefile    Fri Jul 17 06:10:34 2020
@@ -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+=      PortableSigner
 SUBDIR+=       R-askpass
 SUBDIR+=       R-digest
 SUBDIR+=       R-openssl
+SUBDIR+=       TweetNaCl
 SUBDIR+=       acmesh
 SUBDIR+=       aide
 SUBDIR+=       aide06
@@ -44,7 +45,6 @@ SUBDIR+=      codecrypt
 SUBDIR+=       courier-authlib
 SUBDIR+=       crack
 SUBDIR+=       credns
-#SUBDIR+=      crudesaml       # only shared files
 SUBDIR+=       crypto++
 SUBDIR+=       cvm
 SUBDIR+=       cy2-anonymous
@@ -231,6 +231,7 @@ SUBDIR+=    msu
 SUBDIR+=       msudir
 SUBDIR+=       multigest
 SUBDIR+=       munge
+SUBDIR+=       nacl
 SUBDIR+=       netpgp
 SUBDIR+=       netpgpverify
 SUBDIR+=       netramet



Home | Main Index | Thread Index | Old Index