pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems filesystems: align variable assignments
details: https://anonhg.NetBSD.org/pkgsrc/rev/e835f99a0849
branches: trunk
changeset: 403949:e835f99a0849
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 03 19:26:20 2019 +0000
description:
filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
diffstat:
filesystems/cloudfuse/Makefile | 8 ++++----
filesystems/fuse-ext2/Makefile | 10 +++++-----
filesystems/fuse-gmailfs/Makefile | 10 +++++-----
filesystems/fuse-pcachefs/Makefile | 4 ++--
filesystems/fuse-wdfs/Makefile | 4 ++--
filesystems/fuse-wikipediafs/Makefile | 6 +++---
filesystems/fuse/builtin.mk | 4 ++--
filesystems/glusterfs/Makefile | 16 ++++++++--------
filesystems/openafs-devel/Makefile | 8 ++++----
filesystems/openafs-devel/options.mk | 14 +++++++-------
filesystems/openafs/Makefile | 8 ++++----
filesystems/openafs/options.mk | 10 +++++-----
filesystems/ori/Makefile | 4 ++--
filesystems/p5-MooseX-Types-Path-Tiny/Makefile | 6 +++---
filesystems/perfuse/Makefile | 8 ++++----
filesystems/perfuse/builtin.mk | 6 +++---
filesystems/squashfs/Makefile | 22 +++++++++++-----------
filesystems/squashfs/options.mk | 8 ++++----
filesystems/tahoe-lafs/Makefile | 14 +++++++-------
19 files changed, 85 insertions(+), 85 deletions(-)
diffs (truncated from 495 to 300 lines):
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/cloudfuse/Makefile
--- a/filesystems/cloudfuse/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/cloudfuse/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/08/22 12:23:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 19:26:20 rillig Exp $
DISTNAME= 1003a82
PKGNAME= cloudfuse-20120124
@@ -14,9 +14,9 @@
EXTRACT_CMD= ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
LICENSE= mit
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config tar
-INSTALLATION_DIRS= share/doc
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config tar
+INSTALLATION_DIRS= share/doc
WRKSRC= ${WRKDIR}/redbo-cloudfuse-${DISTNAME}
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse-ext2/Makefile
--- a/filesystems/fuse-ext2/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse-ext2/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/10 21:37:51 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/03 19:26:20 rillig Exp $
DISTNAME= fuse-ext2-0.0.7
PKGREVISION= 2
@@ -12,10 +12,10 @@
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
+USE_LANGUAGES= c c++
INSTALLATION_DIRS= lib/umview/modules
pre-configure:
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse-gmailfs/Makefile
--- a/filesystems/fuse-gmailfs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse-gmailfs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:21 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 19:26:21 rillig Exp $
DISTNAME= gmailfs-0.7.2
PKGREVISION= 4
@@ -10,9 +10,9 @@
#HOMEPAGE= http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
COMMENT= FUSE filesystem which uses Google mail for free space
-NO_BUILD= yes
-REPLACE_PYTHON= gmailfs.py mount.gmailfs
-PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
+NO_BUILD= yes
+REPLACE_PYTHON= gmailfs.py mount.gmailfs
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \
${PKG_SYSCONFDIR}/gmailfs.conf
@@ -23,7 +23,7 @@
SUBST_VARS.config= PKG_SYSCONFDIR
SUBST_VARS.config+= PREFIX
SUBST_SED.config+= -e "s|@PYSITELIB@|${PREFIX}/${PYSITELIB}|g"
-SUBST_MESSAGE.config= Fixing paths.
+SUBST_MESSAGE.config= Fixing paths.
PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse-pcachefs/Makefile
--- a/filesystems/fuse-pcachefs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse-pcachefs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/09/02 13:20:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/03 19:26:21 rillig Exp $
#
DISTNAME= fuse-pcachefs-0.0.20160203
@@ -16,7 +16,7 @@
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
EGG_NAME= pCacheFS-0.2
-PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse-wdfs/Makefile
--- a/filesystems/fuse-wdfs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse-wdfs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 11:28:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/03 19:26:21 rillig Exp $
#
DISTNAME= wdfs-1.4.2
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
-PTHREAD_AUTO_VARS= yes
+PTHREAD_AUTO_VARS= yes
.if exists(/usr/include/stdbool.h)
CPPFLAGS+= -DHAVE_STDBOOL_H
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse-wikipediafs/Makefile
--- a/filesystems/fuse-wikipediafs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse-wikipediafs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:22 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/03 19:26:21 rillig Exp $
DISTNAME= wikipediafs-0.4
PKGNAME= fuse-${DISTNAME}
@@ -11,14 +11,14 @@
COMMENT= FUSE filesystem for accessing the wikipedia
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
EGG_NAME= wikipediafs-0.0.0
SUBST_CLASSES+= config
SUBST_STAGE.config= pre-configure
SUBST_FILES.config= setup.py
SUBST_SED.config+= -e "s|/usr/share/man/man1/|${PKGMANDIR}/man1/|g"
-SUBST_MESSAGE.config= Fixing paths.
+SUBST_MESSAGE.config= Fixing paths.
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/fuse/builtin.mk
--- a/filesystems/fuse/builtin.mk Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/fuse/builtin.mk Sun Nov 03 19:26:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: builtin.mk,v 1.4 2016/09/17 05:20:34 richard Exp $
+# $NetBSD: builtin.mk,v 1.5 2019/11/03 19:26:20 rillig Exp $
-BUILTIN_PKG:= fuse
+BUILTIN_PKG:= fuse
PKGCONFIG_BASE.fuse= /usr
PKGCONFIG_FILE.fuse= /usr/lib/pkgconfig/fuse.pc
PKGCONFIG_FILE.fuse+= /usr/lib${LIBABISUFFIX}/pkgconfig/fuse.pc
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/glusterfs/Makefile
--- a/filesystems/glusterfs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/glusterfs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2019/09/02 13:20:21 adam Exp $
+# $NetBSD: Makefile,v 1.92 2019/11/03 19:26:21 rillig Exp $
DISTNAME= glusterfs-3.12.8
PKGREVISION= 4
@@ -21,7 +21,7 @@
# Only libfl.a is available, and libtool wants libfl.so
MAKE_FLAGS+= LEXLIB=""
-PYTHON_VERSIONS_ACCEPTED= 27 # only 2.x supported as of 3.8.x
+PYTHON_VERSIONS_ACCEPTED= 27 # only 2.x supported as of 3.8.x
REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py
REPLACE_PYTHON+= events/src/glustereventsd.py
@@ -81,9 +81,9 @@
SUBST_CLASSES+= etc
SUBST_STAGE.etc= pre-build
-SUBST_FILES.etc+= libglusterfs/src/logging.c
-SUBST_FILES.etc+= extras/ocf/volume
-SUBST_FILES.etc+= doc/glusterfsd.8
+SUBST_FILES.etc+= libglusterfs/src/logging.c
+SUBST_FILES.etc+= extras/ocf/volume
+SUBST_FILES.etc+= doc/glusterfsd.8
SUBST_SED.etc= -e "s,/etc/gluster,${PREFIX}/etc/gluster,g"
SUBST_CLASSES+= vol
@@ -119,9 +119,9 @@
INSTALL_UNSTRIPPED= yes
CONFIGURE_ARGS+= --enable-debug
#.include "../../devel/boehm-gc/buildlink3.mk"
-#CFLAGS+=-DGC_DEBUG
-#CFLAGS+=-include gc.h
-#LIBS+=-lgc
+#CFLAGS+= -DGC_DEBUG
+#CFLAGS+= -include gc.h
+#LIBS+= -lgc
.include "../../mk/bsd.prefs.mk"
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/openafs-devel/Makefile
--- a/filesystems/openafs-devel/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/openafs-devel/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/10/03 08:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/03 19:26:21 rillig Exp $
DISTNAME= openafs-1.7.11-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -16,7 +16,7 @@
CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= rx-[0-9]*
-MAKE_JOBS_SAFE=no
+MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_TOOLS+= lex
@@ -28,7 +28,7 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-roken=internal
-USE_GNU_CONFIGURE_HOST= no
+USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -41,7 +41,7 @@
FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q}
-BUILD_DEFS+= VARBASE
+BUILD_DEFS+= VARBASE
#
# Rename liblwp.a to libafslwp.a to avoid conflict with the lwp package.
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/openafs-devel/options.mk
--- a/filesystems/openafs-devel/options.mk Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/openafs-devel/options.mk Sun Nov 03 19:26:20 2019 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.1 2012/08/30 17:37:55 jakllsch Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/03 19:26:21 rillig Exp $
.include "../../mk/bsd.prefs.mk"
-PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
-PKG_SUPPORTED_OPTIONS+= server bitmap-later bos-new-config fast-restart
-PKG_SUPPORTED_OPTIONS+= largefile kernel-module supergroups namei
+PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
+PKG_SUPPORTED_OPTIONS+= server bitmap-later bos-new-config fast-restart
+PKG_SUPPORTED_OPTIONS+= largefile kernel-module supergroups namei
.if ${MACHINE_ARCH} != "x86_64"
-PKG_SUPPORTED_OPTIONS+= pam
+PKG_SUPPORTED_OPTIONS+= pam
.endif
-PKG_SUGGESTED_OPTIONS= server bitmap-later bos-new-config fast-restart
-PKG_SUGGESTED_OPTIONS+= namei largefile -kernel-module supergroups
+PKG_SUGGESTED_OPTIONS= server bitmap-later bos-new-config fast-restart
+PKG_SUGGESTED_OPTIONS+= namei largefile -kernel-module supergroups
.include "../../mk/bsd.options.mk"
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/openafs/Makefile
--- a/filesystems/openafs/Makefile Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/openafs/Makefile Sun Nov 03 19:26:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/10/08 07:53:05 sevan Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/03 19:26:21 rillig Exp $
DISTNAME= openafs-1.6.21-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -18,7 +18,7 @@
CONFLICTS+= lwp-[0-9]*
CONFLICTS+= rx-[0-9]*
-MAKE_JOBS_SAFE=no
+MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_TOOLS+= lex
@@ -29,7 +29,7 @@
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-USE_GNU_CONFIGURE_HOST= no
+USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -42,7 +42,7 @@
FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q}
-BUILD_DEFS+= VARBASE
+BUILD_DEFS+= VARBASE
# attempt to future-proof configuration
pre-patch:
diff -r 1ab7a9155ee5 -r e835f99a0849 filesystems/openafs/options.mk
--- a/filesystems/openafs/options.mk Sun Nov 03 19:24:31 2019 +0000
+++ b/filesystems/openafs/options.mk Sun Nov 03 19:26:20 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.3 2014/02/21 21:33:51 gendalia Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/03 19:26:21 rillig Exp $
Home |
Main Index |
Thread Index |
Old Index