pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Nov  2 22:54:29 UTC 2019

Modified Files:
        pkgsrc/archivers/bsdtar: Makefile
        pkgsrc/archivers/bzip2: builtin.mk
        pkgsrc/archivers/dar: Makefile
        pkgsrc/archivers/fastjar: Makefile
        pkgsrc/archivers/lha: Makefile
        pkgsrc/archivers/libarchive: builtin.mk
        pkgsrc/archivers/libcomprex: Makefile
        pkgsrc/archivers/libunrar: buildlink3.mk
        pkgsrc/archivers/nulib2: Makefile
        pkgsrc/archivers/ocaml-bz2: Makefile
        pkgsrc/archivers/ocaml-decompress: buildlink3.mk
        pkgsrc/archivers/ocaml-zip: Makefile
        pkgsrc/archivers/pax: Makefile
        pkgsrc/archivers/py-czipfile: Makefile
        pkgsrc/archivers/rox-archive: Makefile
        pkgsrc/archivers/rzip: Makefile
        pkgsrc/archivers/sarab: Makefile
        pkgsrc/archivers/szip: Makefile
        pkgsrc/archivers/torrentzip: Makefile
        pkgsrc/archivers/unace: Makefile
        pkgsrc/archivers/unace-bin: Makefile
        pkgsrc/archivers/unarj: Makefile
        pkgsrc/archivers/upx: Makefile
        pkgsrc/archivers/xbin: Makefile
        pkgsrc/archivers/xz: builtin.mk
        pkgsrc/archivers/zutils: Makefile
        pkgsrc/archivers/zziplib: Makefile

Log Message:
archivers: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/bsdtar/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/bzip2/builtin.mk
cvs rdiff -u -r1.55 -r1.56 pkgsrc/archivers/dar/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/archivers/fastjar/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/archivers/lha/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/libarchive/builtin.mk
cvs rdiff -u -r1.43 -r1.44 pkgsrc/archivers/libcomprex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/libunrar/buildlink3.mk
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/nulib2/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/ocaml-bz2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/ocaml-decompress/buildlink3.mk
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/ocaml-zip/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/archivers/pax/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-czipfile/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/rox-archive/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/rzip/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/sarab/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/szip/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/torrentzip/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/unace/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/unace-bin/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/unarj/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/upx/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/xbin/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/xz/builtin.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/zutils/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/zziplib/Makefile

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

Modified files:

Index: pkgsrc/archivers/bsdtar/Makefile
diff -u pkgsrc/archivers/bsdtar/Makefile:1.25 pkgsrc/archivers/bsdtar/Makefile:1.26
--- pkgsrc/archivers/bsdtar/Makefile:1.25       Tue Feb 13 12:50:40 2018
+++ pkgsrc/archivers/bsdtar/Makefile    Sat Nov  2 22:54:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/02/13 12:50:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 22:54:25 rillig Exp $
 
 .include "../../archivers/libarchive/Makefile.common"
 .include "../../mk/bsd.prefs.mk"
@@ -8,7 +8,7 @@ COMMENT=        Fast multi-format tape archiver
 
 # Explicitly do not depend on libtool as this can be used
 # as bootstrap dependency.
-#USE_LIBTOOL=  yes
+#USE_LIBTOOL=          yes
 CONFIGURE_ARGS+=       --enable-bsdtar=static
 CONFIGURE_ARGS+=       --disable-bsdcpio
 CONFIGURE_ARGS+=       --disable-shared
@@ -24,17 +24,17 @@ CHECK_BUILTIN.openssl:=     yes
 CHECK_BUILTIN.openssl:=        no
 
 .if empty(USE_BUILTIN.bzip2:M[yY][eE][sS])
-CPPFLAGS+=     -I${WRKDIR}/bzip2
-LDFLAGS+=      -L${WRKDIR}/bzip2
+CPPFLAGS+=             -I${WRKDIR}/bzip2
+LDFLAGS+=              -L${WRKDIR}/bzip2
 .endif
 .if empty(USE_BUILTIN.zlib:M[yY][eE][sS])
-CPPFLAGS+=     -I${WRKDIR}/zlib
-LDFLAGS+=      -L${WRKDIR}/zlib
+CPPFLAGS+=             -I${WRKDIR}/zlib
+LDFLAGS+=              -L${WRKDIR}/zlib
 .endif
 .if empty(USE_BUILTIN.openssl:M[yY][eE][sS])
 CONFIGURE_ARGS+=       --without-openssl
 .else
-LDFLAGS+=      -lcrypto
+LDFLAGS+=              -lcrypto
 .endif
 .if empty(USE_BUILTIN.xz:M[yY][eE][sS])
 CONFIGURE_ARGS+=       --without-lzma

Index: pkgsrc/archivers/bzip2/builtin.mk
diff -u pkgsrc/archivers/bzip2/builtin.mk:1.9 pkgsrc/archivers/bzip2/builtin.mk:1.10
--- pkgsrc/archivers/bzip2/builtin.mk:1.9       Sat Nov 23 10:51:09 2013
+++ pkgsrc/archivers/bzip2/builtin.mk   Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.9 2013/11/23 10:51:09 obache Exp $
+# $NetBSD: builtin.mk,v 1.10 2019/11/02 22:54:26 rillig Exp $
 
 BUILTIN_PKG:=  bzip2
 
@@ -18,7 +18,7 @@ IS_BUILTIN.bzip2=     no
 IS_BUILTIN.bzip2=      yes
 .  endif
 .endif
-MAKEVARS+=     IS_BUILTIN.bzip2
+MAKEVARS+=             IS_BUILTIN.bzip2
 
 ###
 ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -43,7 +43,7 @@ BUILTIN_VERSION.bzip2!=                                                       \
 
 BUILTIN_PKG.bzip2=     bzip2-${BUILTIN_VERSION.bzip2}
 .endif
-MAKEVARS+=    BUILTIN_PKG.bzip2
+MAKEVARS+=             BUILTIN_PKG.bzip2
 
 ###
 ### Determine whether we should use the built-in implementation if it
@@ -80,7 +80,7 @@ USE_BUILTIN.bzip2=    no
 .    endfor
 .  endif  # PREFER.bzip2
 .endif
-MAKEVARS+=     USE_BUILTIN.bzip2
+MAKEVARS+=             USE_BUILTIN.bzip2
 
 # if USE_BZIP2 is defined, then force the use of a true bzip2
 # implementation.

Index: pkgsrc/archivers/dar/Makefile
diff -u pkgsrc/archivers/dar/Makefile:1.55 pkgsrc/archivers/dar/Makefile:1.56
--- pkgsrc/archivers/dar/Makefile:1.55  Sat Jul  6 16:29:10 2019
+++ pkgsrc/archivers/dar/Makefile       Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/07/06 16:29:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.56 2019/11/02 22:54:26 rillig Exp $
 
 DISTNAME=      dar-2.4.13
 PKGREVISION=   1
@@ -35,7 +35,7 @@ REPLACE_BASH+=                        doc/samples/*.bash doc/
 ## Our threading check here is the same as the one used in devel/perl5.
 #
 CHECK_BUILTIN.pthread:=yes
-.  include "../../mk/pthread.builtin.mk"
+.include "../../mk/pthread.builtin.mk"
 CHECK_BUILTIN.pthread:=no
 
 ## XXX I'm following the USE_FEATURES semantics used in security/openssl.

Index: pkgsrc/archivers/fastjar/Makefile
diff -u pkgsrc/archivers/fastjar/Makefile:1.21 pkgsrc/archivers/fastjar/Makefile:1.22
--- pkgsrc/archivers/fastjar/Makefile:1.21      Sun Sep 18 11:17:41 2016
+++ pkgsrc/archivers/fastjar/Makefile   Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/09/18 11:17:41 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2019/11/02 22:54:26 rillig Exp $
 
 DISTNAME=      fastjar-0.98
 PKGREVISION=   1
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= YES
 
-INFO_FILES=    YES
+INFO_FILES=            YES
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:

Index: pkgsrc/archivers/lha/Makefile
diff -u pkgsrc/archivers/lha/Makefile:1.40 pkgsrc/archivers/lha/Makefile:1.41
--- pkgsrc/archivers/lha/Makefile:1.40  Thu Feb 25 09:28:36 2016
+++ pkgsrc/archivers/lha/Makefile       Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/02/25 09:28:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/02 22:54:26 rillig Exp $
 
 DISTNAME=      lha-114i
 PKGNAME=       lha-114.9
@@ -11,18 +11,18 @@ HOMEPAGE=   http://www2m.biglobe.ne.jp/~do
 COMMENT=       Archive files using LZW compression (.lzh files)
 LICENSE=       lha-license
 
-RESTRICTED=    Other than for-free distribution of the unmodified source \
+RESTRICTED=            Other than for-free distribution of the unmodified source \
                over a network, redistribution terms are complex.
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 MAKE_FLAGS+=   MAKE=${MAKE_PROGRAM:Q}
 
-OPSYSVARS+=    LHA_CPPFLAGS
-LHA_CPPFLAGS=  -DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR
+OPSYSVARS+=            LHA_CPPFLAGS
+LHA_CPPFLAGS=          -DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR
 LHA_CPPFLAGS.Darwin+=  -DHAVE_NO_LCHOWN
-MAKE_FLAGS+=   MACHINE=${LHA_CPPFLAGS:Q}
+MAKE_FLAGS+=           MACHINE=${LHA_CPPFLAGS:Q}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/ja_JP.EUC/man1
 

Index: pkgsrc/archivers/libarchive/builtin.mk
diff -u pkgsrc/archivers/libarchive/builtin.mk:1.10 pkgsrc/archivers/libarchive/builtin.mk:1.11
--- pkgsrc/archivers/libarchive/builtin.mk:1.10 Wed Apr 10 08:24:03 2019
+++ pkgsrc/archivers/libarchive/builtin.mk      Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.10 2019/04/10 08:24:03 adam Exp $
+# $NetBSD: builtin.mk,v 1.11 2019/11/02 22:54:26 rillig Exp $
 
 BUILTIN_PKG:=  libarchive
 
@@ -17,7 +17,7 @@ IS_BUILTIN.libarchive=        no
 IS_BUILTIN.libarchive= yes
 .  endif
 .endif
-MAKEVARS+=     IS_BUILTIN.libarchive
+MAKEVARS+=             IS_BUILTIN.libarchive
 
 ###
 ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -60,7 +60,7 @@ BUILTIN_PKG.libarchive=       libarchive-${BUI
 IS_BUILTIN.libarchive= no
 .  endif
 .endif
-MAKEVARS+=     BUILTIN_PKG.libarchive
+MAKEVARS+=             BUILTIN_PKG.libarchive
 
 ###
 ### Determine whether we should use the built-in implementation if it
@@ -87,7 +87,7 @@ USE_BUILTIN.libarchive!=      \
 .    endif
 .  endif  # PREFER.libarchive
 .endif
-MAKEVARS+=     USE_BUILTIN.libarchive
+MAKEVARS+=             USE_BUILTIN.libarchive
 
 ###
 ### The section below only applies if we are not including this file

Index: pkgsrc/archivers/libcomprex/Makefile
diff -u pkgsrc/archivers/libcomprex/Makefile:1.43 pkgsrc/archivers/libcomprex/Makefile:1.44
--- pkgsrc/archivers/libcomprex/Makefile:1.43   Thu Aug 22 12:22:48 2019
+++ pkgsrc/archivers/libcomprex/Makefile        Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/22 12:22:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2019/11/02 22:54:26 rillig Exp $
 
 DISTNAME=      libcomprex-0.3.3
 PKGREVISION=   20
@@ -9,14 +9,14 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnupdate.sourceforge.net/components/libcomprex/index.xml
 COMMENT=       Library to handle (de)compression of files
 
-USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
-USE_PKGLOCALEDIR=      yes
-PKGCONFIG_OVERRIDE=    libcomprex.pc.in
-GNU_CONFIGURE=         yes
+USE_LIBTOOL=                   yes
+USE_TOOLS+=                    pkg-config
+USE_PKGLOCALEDIR=              yes
+PKGCONFIG_OVERRIDE=            libcomprex.pc.in
+GNU_CONFIGURE=                 yes
 BROKEN_GETTEXT_DETECTION=      yes
-CONFIGURE_ENV+=                ac_cv_lib_curl_curl_formparse=yes
-REPLACE_SH=            comprex-config.in
+CONFIGURE_ENV+=                        ac_cv_lib_curl_curl_formparse=yes
+REPLACE_SH=                    comprex-config.in
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"

Index: pkgsrc/archivers/libunrar/buildlink3.mk
diff -u pkgsrc/archivers/libunrar/buildlink3.mk:1.1 pkgsrc/archivers/libunrar/buildlink3.mk:1.2
--- pkgsrc/archivers/libunrar/buildlink3.mk:1.1 Fri Dec 14 16:02:55 2018
+++ pkgsrc/archivers/libunrar/buildlink3.mk     Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/12/14 16:02:55 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/11/02 22:54:26 rillig Exp $
 
 BUILDLINK_TREE+=       libunrar
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        libunrar
 LIBUNRAR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libunrar+=       libunrar>=5.6.8
-BUILDLINK_PKGSRCDIR.libunrar?= ../../archivers/libunrar
+BUILDLINK_PKGSRCDIR.libunrar?=         ../../archivers/libunrar
 .endif # LIBUNRAR_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -libunrar

Index: pkgsrc/archivers/nulib2/Makefile
diff -u pkgsrc/archivers/nulib2/Makefile:1.24 pkgsrc/archivers/nulib2/Makefile:1.25
--- pkgsrc/archivers/nulib2/Makefile:1.24       Sat Jan 23 05:15:22 2016
+++ pkgsrc/archivers/nulib2/Makefile    Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/01/23 05:15:22 zafer Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:54:26 rillig Exp $
 #
 
 DISTNAME=      nulibdist-220
@@ -19,7 +19,7 @@ GNU_CONFIGURE=                yes
 
 .include "../../mk/bsd.prefs.mk"
 
-CONFIGURE_ARGS+=--cache-file=${WRKDIR}/config.cache
+CONFIGURE_ARGS+=       --cache-file=${WRKDIR}/config.cache
 
 CFLAGS+=       -D__unix__
 

Index: pkgsrc/archivers/ocaml-bz2/Makefile
diff -u pkgsrc/archivers/ocaml-bz2/Makefile:1.18 pkgsrc/archivers/ocaml-bz2/Makefile:1.19
--- pkgsrc/archivers/ocaml-bz2/Makefile:1.18    Mon Nov 12 16:10:17 2018
+++ pkgsrc/archivers/ocaml-bz2/Makefile Sat Nov  2 22:54:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/11/12 16:10:17 jaapb Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:54:26 rillig Exp $
 
 PKGNAME=       ocaml-bz2-${VERSION}
 DISTNAME=      camlbz2-${VERSION}
@@ -12,9 +12,9 @@ COMMENT=      OCaml library to manipulate bz2
 HOMEPAGE=      http://camlbz2.forge.ocamlcore.org/
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
-MAKE_JOBS_SAFE=        no
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            gmake
+MAKE_JOBS_SAFE=                no
 OCAML_USE_FINDLIB=     yes
 
 .include "../../mk/ocaml.mk"

Index: pkgsrc/archivers/ocaml-decompress/buildlink3.mk
diff -u pkgsrc/archivers/ocaml-decompress/buildlink3.mk:1.1 pkgsrc/archivers/ocaml-decompress/buildlink3.mk:1.2
--- pkgsrc/archivers/ocaml-decompress/buildlink3.mk:1.1 Tue Mar 12 18:00:02 2019
+++ pkgsrc/archivers/ocaml-decompress/buildlink3.mk     Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:00:02 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/11/02 22:54:27 rillig Exp $
 
 BUILDLINK_TREE+=       ocaml-decompress
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-decompress
 OCAML_DECOMPRESS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-decompress+=       ocaml-decompress>=0.8.1
-BUILDLINK_PKGSRCDIR.ocaml-decompress?= ../../archivers/ocaml-decompress
+BUILDLINK_PKGSRCDIR.ocaml-decompress?=         ../../archivers/ocaml-decompress
 
 .endif # OCAML_DECOMPRESS_BUILDLINK3_MK
 

Index: pkgsrc/archivers/ocaml-zip/Makefile
diff -u pkgsrc/archivers/ocaml-zip/Makefile:1.24 pkgsrc/archivers/ocaml-zip/Makefile:1.25
--- pkgsrc/archivers/ocaml-zip/Makefile:1.24    Mon Nov 12 16:10:17 2018
+++ pkgsrc/archivers/ocaml-zip/Makefile Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/11/12 16:10:17 jaapb Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:54:27 rillig Exp $
 #
 
 VERSION=       1.07
@@ -15,9 +15,9 @@ MAINTAINER=   jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/xavierleroy/camlzip
 COMMENT=       OCaml library to manipulate ZIP/GZIP/JAR archives
 
-BUILD_TARGET=  all
-INSTALL_TARGET=        install-findlib
-USE_TOOLS+=    gmake
+BUILD_TARGET=          all
+INSTALL_TARGET=                install-findlib
+USE_TOOLS+=            gmake
 OCAML_USE_FINDLIB=     yes
 
 .include "../../mk/ocaml.mk"

Index: pkgsrc/archivers/pax/Makefile
diff -u pkgsrc/archivers/pax/Makefile:1.53 pkgsrc/archivers/pax/Makefile:1.54
--- pkgsrc/archivers/pax/Makefile:1.53  Mon Oct 29 20:18:02 2018
+++ pkgsrc/archivers/pax/Makefile       Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2018/10/29 20:18:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 22:54:27 rillig Exp $
 
 DISTNAME=              pax-20080110
 PKGREVISION=           4
@@ -12,7 +12,7 @@ COMMENT=              POSIX standard archiver with m
 LICENSE=               2-clause-bsd AND modified-bsd AND public-domain
 
 BOOTSTRAP_PKG= yes
-CHECK_PERMS=           no
+CHECK_PERMS=   no
 
 MAKE_ENV+=             CATMAN_SECTION_SUFFIX=${CATMAN_SECTION_SUFFIX:Q}
 MAKE_ENV+=             MANINSTALL=${MANINSTALL:Q}

Index: pkgsrc/archivers/py-czipfile/Makefile
diff -u pkgsrc/archivers/py-czipfile/Makefile:1.6 pkgsrc/archivers/py-czipfile/Makefile:1.7
--- pkgsrc/archivers/py-czipfile/Makefile:1.6   Mon Sep  2 13:19:58 2019
+++ pkgsrc/archivers/py-czipfile/Makefile       Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/09/02 13:19:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:54:27 rillig Exp $
 
 DISTNAME=      czipfile-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://pypi.python.org/pypi/c
 COMMENT=       Replacement for builtin zipfile, with fast, C-based zipfile decryption
 LICENSE=       python-software-foundation
 
-PYTHON_VERSIONS_ACCEPTED=       27     # for 2.x only
+PYTHON_VERSIONS_ACCEPTED=      27      # for 2.x only
 
 .include "../../lang/python/egg.mk"
 .include "../../devel/py-cython/buildlink3.mk"

Index: pkgsrc/archivers/rox-archive/Makefile
diff -u pkgsrc/archivers/rox-archive/Makefile:1.13 pkgsrc/archivers/rox-archive/Makefile:1.14
--- pkgsrc/archivers/rox-archive/Makefile:1.13  Thu Apr 25 07:32:34 2019
+++ pkgsrc/archivers/rox-archive/Makefile       Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/04/25 07:32:34 maya Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/02 22:54:27 rillig Exp $
 #
 
 DISTNAME=      archive-2.0
@@ -22,7 +22,7 @@ USE_TOOLS+=   pax
 NO_BUILD=      yes
 
 REPLACE_PYTHON=        AppRun tests/testall.py
-REPLACE_SH=            Messages/dist Messages/update-po
+REPLACE_SH=    Messages/dist Messages/update-po
 
 INSTALLATION_DIRS=     share/rox/Archive
 

Index: pkgsrc/archivers/rzip/Makefile
diff -u pkgsrc/archivers/rzip/Makefile:1.12 pkgsrc/archivers/rzip/Makefile:1.13
--- pkgsrc/archivers/rzip/Makefile:1.12 Sat Jan 23 05:47:38 2016
+++ pkgsrc/archivers/rzip/Makefile      Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/01/23 05:47:38 zafer Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 22:54:27 rillig Exp $
 
 DISTNAME=      rzip-2.1
 CATEGORIES=    archivers
@@ -8,7 +8,7 @@ MAINTAINER=     carton%Ivy.NET@localhost
 HOMEPAGE=      http://rzip.samba.org/
 COMMENT=       Create or extract .rz files, like gzip but smaller
 
-GNU_CONFIGURE= yes
+GNU_CONFIGURE=         yes
 INSTALL_MAKE_FLAGS+=   INSTALL_BIN=${DESTDIR}${PREFIX}/bin \
                        INSTALL_MAN=${DESTDIR}${PREFIX}/${PKGMANDIR}
 

Index: pkgsrc/archivers/sarab/Makefile
diff -u pkgsrc/archivers/sarab/Makefile:1.8 pkgsrc/archivers/sarab/Makefile:1.9
--- pkgsrc/archivers/sarab/Makefile:1.8 Wed Jul  4 13:40:08 2018
+++ pkgsrc/archivers/sarab/Makefile     Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/07/04 13:40:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 22:54:27 rillig Exp $
 
 DISTNAME=      sarab-1.0.0
 CATEGORIES=    archivers
@@ -20,9 +20,9 @@ REPLACE.bash.new=     ${TOOLS_PATH.bash}
 REPLACE_FILES.bash=    sarab.sh
 
 EGDIR=         ${PREFIX}/share/examples/sarab
-CONF_FILES+= ${EGDIR}/rotation.schedule        ${PKG_SYSCONFDIR}/rotation.schedule
-CONF_FILES+= ${EGDIR}/sarab.conf       ${PKG_SYSCONFDIR}/sarab.conf
-CONF_FILES+= ${EGDIR}/sarab.dcf        ${PKG_SYSCONFDIR}/sarab.dcf
+CONF_FILES+=   ${EGDIR}/rotation.schedule      ${PKG_SYSCONFDIR}/rotation.schedule
+CONF_FILES+=   ${EGDIR}/sarab.conf     ${PKG_SYSCONFDIR}/sarab.conf
+CONF_FILES+=   ${EGDIR}/sarab.dcf      ${PKG_SYSCONFDIR}/sarab.dcf
 
 SUBST_CLASSES+=                dar
 SUBST_STAGE.dar=       pre-configure

Index: pkgsrc/archivers/szip/Makefile
diff -u pkgsrc/archivers/szip/Makefile:1.18 pkgsrc/archivers/szip/Makefile:1.19
--- pkgsrc/archivers/szip/Makefile:1.18 Mon Sep  4 18:08:18 2017
+++ pkgsrc/archivers/szip/Makefile      Sat Nov  2 22:54:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/09/04 18:08:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:54:27 rillig Exp $
 
 DISTNAME=      szip-2.1
 PKGREVISION=   3
@@ -8,7 +8,7 @@ MASTER_SITES=   ftp://ftp.hdfgroup.org/lib
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.hdfgroup.org/doc_resource/SZIP/
 COMMENT=       Extended-Rice lossless compression
-LICENSE=               szip-license
+LICENSE=       szip-license
 
 RESTRICTED=            No permission to redistribute
 NO_SRC_ON_FTP=         ${RESTRICTED}

Index: pkgsrc/archivers/torrentzip/Makefile
diff -u pkgsrc/archivers/torrentzip/Makefile:1.5 pkgsrc/archivers/torrentzip/Makefile:1.6
--- pkgsrc/archivers/torrentzip/Makefile:1.5    Wed Sep  6 09:02:59 2017
+++ pkgsrc/archivers/torrentzip/Makefile        Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/06 09:02:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:54:28 rillig Exp $
 #
 
 DISTNAME=      trrntzip_v02_src
@@ -10,8 +10,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://sourceforge.net/projects/trrntzip/
 COMMENT=       Create identical zip archives from identical files
 
-USE_TOOLS+=    aclocal autoconf automake autoheader
-GNU_CONFIGURE= yes
+USE_TOOLS+=            aclocal autoconf automake autoheader
+GNU_CONFIGURE=         yes
 INSTALLATION_DIRS=     share/doc/torrentzip
 
 WRKSRC=        ${WRKDIR}/trrntzip

Index: pkgsrc/archivers/unace/Makefile
diff -u pkgsrc/archivers/unace/Makefile:1.25 pkgsrc/archivers/unace/Makefile:1.26
--- pkgsrc/archivers/unace/Makefile:1.25        Wed Sep  6 10:40:25 2017
+++ pkgsrc/archivers/unace/Makefile     Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/06 10:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 22:54:28 rillig Exp $
 #
 
 DISTNAME=      unace-1.2b
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=uti
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www.winace.com/
 COMMENT=       Extract, list and test files in ACE archives
-LICENSE=               unace-source-license
+LICENSE=       unace-source-license
 
 # clang: error: no such file or directory: 'uac_crc.o'
 MAKE_JOBS_SAFE=        no

Index: pkgsrc/archivers/unace-bin/Makefile
diff -u pkgsrc/archivers/unace-bin/Makefile:1.10 pkgsrc/archivers/unace-bin/Makefile:1.11
--- pkgsrc/archivers/unace-bin/Makefile:1.10    Wed Sep  6 10:40:25 2017
+++ pkgsrc/archivers/unace-bin/Makefile Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/06 10:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 22:54:28 rillig Exp $
 #
 
 DISTNAME=      linunace25
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www.winace.com/
 COMMENT=       Extract, list and test files in ACE archives (Linux binary)
-LICENSE=               unace-license
+LICENSE=       unace-license
 
 RESTRICTED=            Only original file distribution.
 NO_BIN_ON_FTP=         ${RESTRICTED}

Index: pkgsrc/archivers/unarj/Makefile
diff -u pkgsrc/archivers/unarj/Makefile:1.29 pkgsrc/archivers/unarj/Makefile:1.30
--- pkgsrc/archivers/unarj/Makefile:1.29        Thu Oct  9 14:05:54 2014
+++ pkgsrc/archivers/unarj/Makefile     Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/10/09 14:05:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/02 22:54:28 rillig Exp $
 
 DISTNAME=      unarj-2.65
 PKGREVISION=   1
@@ -10,9 +10,9 @@ HOMEPAGE=     http://www.arjsoftware.com/
 COMMENT=       Allows files to be extracted from ARJ archives
 LICENSE=       unarj-license
 
-RESTRICTED=    Do not charge a fee for use, copying, or distribution
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+RESTRICTED=            Do not charge a fee for use, copying, or distribution
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 NO_CONFIGURE=  yes
 

Index: pkgsrc/archivers/upx/Makefile
diff -u pkgsrc/archivers/upx/Makefile:1.29 pkgsrc/archivers/upx/Makefile:1.30
--- pkgsrc/archivers/upx/Makefile:1.29  Mon Aug 12 11:08:36 2019
+++ pkgsrc/archivers/upx/Makefile       Sat Nov  2 22:54:28 2019
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2019/08/12 11:08:36 leot Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/02 22:54:28 rillig Exp $
 
-DISTNAME=      upx-3.91-src
-PKGNAME=       ${DISTNAME:S/-src//1}
-PKGREVISION=   6
-CATEGORIES=    archivers
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=upx/}
-EXTRACT_SUFX=  .tar.bz2
+DISTNAME=              upx-3.91-src
+PKGNAME=               ${DISTNAME:S/-src//1}
+PKGREVISION=           6
+CATEGORIES=            archivers
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=upx/}
+EXTRACT_SUFX=          .tar.bz2
 # consult src/stub/src/c/Makevars.lzma for the supported LZMA SDK version
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} lzma443${EXTRACT_SUFX}
+DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} lzma443${EXTRACT_SUFX}
 SITES.lzma443.tar.bz2= ${MASTER_SITE_SOURCEFORGE:=sevenzip/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/archivers/xbin/Makefile
diff -u pkgsrc/archivers/xbin/Makefile:1.33 pkgsrc/archivers/xbin/Makefile:1.34
--- pkgsrc/archivers/xbin/Makefile:1.33 Thu Oct  9 14:05:55 2014
+++ pkgsrc/archivers/xbin/Makefile      Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/10/09 14:05:55 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/02 22:54:28 rillig Exp $
 
 DISTNAME=      ${PRGNAME}unix
 PKGNAME=       ${PRGNAME}-2.3
@@ -10,9 +10,9 @@ DISTFILES=    ${DISTNAME}.c ${PRGNAME}.man
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Convert mailable BinHex format into binary
 
-RESTRICTED=    May not be sold without permission.
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+RESTRICTED=            May not be sold without permission.
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 WRKSRC=                ${WRKDIR}
 
@@ -23,9 +23,9 @@ EXTRACT_ONLY= # empty
 
 .if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
 CFLAGS+=               -DBSD
-.if ${OPSYS} != "OpenBSD"
+.  if ${OPSYS} != "OpenBSD"
 LDFLAGS+=              -lcompat
-.endif
+.  endif
 .endif
 CFLAGS.Interix+=       -DBSD
 CFLAGS.Darwin+=                -DBSD

Index: pkgsrc/archivers/xz/builtin.mk
diff -u pkgsrc/archivers/xz/builtin.mk:1.5 pkgsrc/archivers/xz/builtin.mk:1.6
--- pkgsrc/archivers/xz/builtin.mk:1.5  Sun Apr 29 21:18:16 2018
+++ pkgsrc/archivers/xz/builtin.mk      Sat Nov  2 22:54:28 2019
@@ -1,11 +1,11 @@
-# $NetBSD: builtin.mk,v 1.5 2018/04/29 21:18:16 ryoon Exp $
+# $NetBSD: builtin.mk,v 1.6 2019/11/02 22:54:28 rillig Exp $
 
 BUILTIN_PKG:=  xz
 
-BUILTIN_FIND_HEADERS_VAR:=     H_LZMA H_LZMA_VERSION
-BUILTIN_FIND_HEADERS.H_LZMA=   lzma.h
-BUILTIN_FIND_HEADERS.H_LZMA_VERSION=lzma/version.h
-BUILTIN_FIND_GREP.H_LZMA=      LZMA_
+BUILTIN_FIND_HEADERS_VAR:=             H_LZMA H_LZMA_VERSION
+BUILTIN_FIND_HEADERS.H_LZMA=           lzma.h
+BUILTIN_FIND_HEADERS.H_LZMA_VERSION=   lzma/version.h
+BUILTIN_FIND_GREP.H_LZMA=              LZMA_
 
 .include "../../mk/buildlink3/bsd.builtin.mk"
 
@@ -14,9 +14,9 @@ BUILTIN_FIND_GREP.H_LZMA=     LZMA_
 ### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
 ###
 .if !defined(IS_BUILTIN.xz)
-IS_BUILTIN.xz=         no
+IS_BUILTIN.xz= no
 .  if empty(H_LZMA:M__nonexistent__) && empty(H_LZMA:M${LOCALBASE}/*)
-IS_BUILTIN.xz=         yes
+IS_BUILTIN.xz= yes
 .  endif
 .endif
 MAKEVARS+=     IS_BUILTIN.xz
@@ -40,7 +40,7 @@ BUILTIN_VERSION.xz!=                                                  \
                END { printf "%s%s%s%s\n", M, m, p, s}                  \
        ' ${H_LZMA_VERSION:Q}
 
-BUILTIN_PKG.xz=                xz-${BUILTIN_VERSION.xz}
+BUILTIN_PKG.xz=        xz-${BUILTIN_VERSION.xz}
 .endif
 MAKEVARS+=     BUILTIN_PKG.xz
 
@@ -100,11 +100,11 @@ BUILDLINK_FILES.xz+=      lib/pkgconfig/xz.pc
 
 # Fake pkg-config for builtin xz on NetBSD
 
-.if !empty(USE_BUILTIN.xz:M[yY][eE][sS])
-.  if !empty(USE_TOOLS:C/:.*//:Mpkg-config)
+.  if !empty(USE_BUILTIN.xz:M[yY][eE][sS])
+.    if !empty(USE_TOOLS:C/:.*//:Mpkg-config)
 do-configure-pre-hook: override-liblzma-pkgconfig
 
-BLKDIR_PKGCFG= ${BUILDLINK_DIR}/lib/pkgconfig
+BLKDIR_PKGCFG=         ${BUILDLINK_DIR}/lib/pkgconfig
 LIBLZMA_PKGCFGF=       liblzma.pc
 
 override-liblzma-pkgconfig: override-message-liblzma-pkgconfig
@@ -127,7 +127,7 @@ override-liblzma-pkgconfig:
        ${ECHO} "Libs.private: -pthread";       \
        ${ECHO} "Cflags: -I\$${includedir}";            \
        } >> ${BLKDIR_PKGCFG}/${LIBLZMA_PKGCFGF};
+.    endif
 .  endif
-.endif
 
 .endif # CHECK_BUILTIN.xz

Index: pkgsrc/archivers/zutils/Makefile
diff -u pkgsrc/archivers/zutils/Makefile:1.9 pkgsrc/archivers/zutils/Makefile:1.10
--- pkgsrc/archivers/zutils/Makefile:1.9        Wed Jul  4 13:40:08 2018
+++ pkgsrc/archivers/zutils/Makefile    Sat Nov  2 22:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/07/04 13:40:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/02 22:54:28 rillig Exp $
 #
 
 DISTNAME=      zutils-1.6
@@ -25,11 +25,11 @@ INFO_FILES=         yes
 EGDIR=                 ${PREFIX}/share/examples/zutils
 CONF_FILES=            ${EGDIR}/zutilsrc ${PREFIX}/etc/zutilsrc
 
-SUBST_CLASSES+=                sysconfdir
-SUBST_STAGE.sysconfdir=        pre-configure
-SUBST_FILES.sysconfdir= zutilsrc
-SUBST_MESSAGE.sysconfdir= path of sysconfdir in example (zutilsrc)
-SUBST_SED.sysconfdir=  -e '/sysconfdir/s,$${sysconfdir},${PREFIX}/etc,'
+SUBST_CLASSES+=                        sysconfdir
+SUBST_STAGE.sysconfdir=                pre-configure
+SUBST_FILES.sysconfdir=                zutilsrc
+SUBST_MESSAGE.sysconfdir=      path of sysconfdir in example (zutilsrc)
+SUBST_SED.sysconfdir=          -e '/sysconfdir/s,$${sysconfdir},${PREFIX}/etc,'
 
 TEST_TARGET=   check
 

Index: pkgsrc/archivers/zziplib/Makefile
diff -u pkgsrc/archivers/zziplib/Makefile:1.24 pkgsrc/archivers/zziplib/Makefile:1.25
--- pkgsrc/archivers/zziplib/Makefile:1.24      Mon Aug  6 12:55:38 2018
+++ pkgsrc/archivers/zziplib/Makefile   Sat Nov  2 22:54:28 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2018/08/06 12:55:38 snj Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:54:28 rillig Exp $
 
 DISTNAME=      zziplib-0.13.69
 CATEGORIES=    archivers
-MASTER_SITES=   ${MASTER_SITE_GITHUB:=gdraheim/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=gdraheim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index