pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells shells: align variable assignments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e091b875cea3
branches:  trunk
changeset: 417142:e091b875cea3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 04 21:14:06 2019 +0000

description:
shells: align variable assignments

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

No manual corrections.

diffstat:

 shells/bash-completion/Makefile |   4 ++--
 shells/bash2/Makefile           |  18 +++++++++---------
 shells/eltclsh/options.mk       |   8 ++++----
 shells/rssh/Makefile            |   4 ++--
 shells/scsh/Makefile            |   8 ++++----
 shells/static-ast-ksh/Makefile  |   4 ++--
 shells/xsh/Makefile             |   4 ++--
 shells/zsh/Makefile             |   8 ++++----
 8 files changed, 29 insertions(+), 29 deletions(-)

diffs (174 lines):

diff -r 48441ae41f76 -r e091b875cea3 shells/bash-completion/Makefile
--- a/shells/bash-completion/Makefile   Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/bash-completion/Makefile   Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/12/02 07:06:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/04 21:14:06 rillig Exp $
 #
 # Note to packagers:
 # packages installing additional completion files should drop
@@ -9,7 +9,7 @@
 PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=scop/}
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 48441ae41f76 -r e091b875cea3 shells/bash2/Makefile
--- a/shells/bash2/Makefile     Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/bash2/Makefile     Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/01/19 18:52:25 agc Exp $
+# $NetBSD: Makefile,v 1.92 2019/11/04 21:14:06 rillig Exp $
 #
 
 DISTNAME=      bash-2.05b
@@ -19,13 +19,13 @@
 
 CONFLICTS=     static-bash-[0-9]*
 
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-installed-readline
-USE_TOOLS+=            yacc
-MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
-CPPFLAGS+=             -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
-TEST_TARGET=           test
-MAKE_JOBS_SAFE=                no
+GNU_CONFIGURE=                 yes
+CONFIGURE_ARGS+=               --with-installed-readline
+USE_TOOLS+=                    yacc
+MAKE_ENV+=                     INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
+CPPFLAGS+=                     -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
+TEST_TARGET=                   test
+MAKE_JOBS_SAFE=                        no
 BROKEN_GETTEXT_DETECTION=      yes
 
 PKG_SHELL=             bin/bash
@@ -44,7 +44,7 @@
 ## Static link
 ##
 .if !empty(PKG_OPTIONS:Mstatic)
-CONFIGURE_ARGS+=       --enable-static-link
+CONFIGURE_ARGS+=               --enable-static-link
 BUILDLINK_DEPMETHOD.gettext=   build
 BUILDLINK_DEPMETHOD.readline=  build
 .endif
diff -r 48441ae41f76 -r e091b875cea3 shells/eltclsh/options.mk
--- a/shells/eltclsh/options.mk Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/eltclsh/options.mk Mon Nov 04 21:14:06 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2008/08/22 07:44:00 obache Exp $
-PKG_OPTIONS_VAR=        PKG_OPTIONS.eltclsh
-PKG_SUPPORTED_OPTIONS=  tk
-PKG_SUGGESTED_OPTIONS=  tk
+# $NetBSD: options.mk,v 1.2 2019/11/04 21:14:06 rillig Exp $
+PKG_OPTIONS_VAR=       PKG_OPTIONS.eltclsh
+PKG_SUPPORTED_OPTIONS= tk
+PKG_SUGGESTED_OPTIONS= tk
 
 .include "../../mk/bsd.options.mk"
 
diff -r 48441ae41f76 -r e091b875cea3 shells/rssh/Makefile
--- a/shells/rssh/Makefile      Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/rssh/Makefile      Mon Nov 04 21:14:06 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/04/13 16:59:13 he Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/04 21:14:07 rillig Exp $
 
 DISTNAME=      rssh-2.3.4
-PKGREVISION= 2
+PKGREVISION=   2
 CATEGORIES=    shells security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rssh/}
 
diff -r 48441ae41f76 -r e091b875cea3 shells/scsh/Makefile
--- a/shells/scsh/Makefile      Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/scsh/Makefile      Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/01/19 18:52:25 agc Exp $
+# $NetBSD: Makefile,v 1.46 2019/11/04 21:14:07 rillig Exp $
 
 DISTNAME=              scsh-0.6.7
 PKGREVISION=           1
@@ -7,9 +7,9 @@
 MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=scsh/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.scsh.net/
-COMMENT=               Unix shell embedded into Scheme, with access to all Posix calls
-LICENSE=               modified-bsd
+HOMEPAGE=      http://www.scsh.net/
+COMMENT=       Unix shell embedded into Scheme, with access to all Posix calls
+LICENSE=       modified-bsd
 
 BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}        # Not 64-bit clean.
 
diff -r 48441ae41f76 -r e091b875cea3 shells/static-ast-ksh/Makefile
--- a/shells/static-ast-ksh/Makefile    Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/static-ast-ksh/Makefile    Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/11/06 12:25:36 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/04 21:14:07 rillig Exp $
 #
 
 .include "../../shells/ast-ksh/Makefile.common"
@@ -17,6 +17,6 @@
 # SunOS 5.10 stopped shipping static libraries
 NOT_FOR_PLATFORM+=     SunOS-5.1[0-9]-*
 
-KSH93_MAKEFLAGS=LDFLAGS=-static
+KSH93_MAKEFLAGS=       LDFLAGS=-static
 
 .include "../../mk/bsd.pkg.mk"
diff -r 48441ae41f76 -r e091b875cea3 shells/xsh/Makefile
--- a/shells/xsh/Makefile       Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/xsh/Makefile       Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:23:02 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/04 21:14:07 rillig Exp $
 
 DISTNAME=      XML-XSH-1.8.2
 PKGNAME=       ${DISTNAME:S/XML-XSH/xsh/}
@@ -19,7 +19,7 @@
 USE_TOOLS+=    gmake
 PKG_SHELL=     bin/xsh
 
-PERL5_PACKLIST= auto/XML/XSH/.packlist
+PERL5_PACKLIST=        auto/XML/XSH/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 48441ae41f76 -r e091b875cea3 shells/zsh/Makefile
--- a/shells/zsh/Makefile       Mon Nov 04 21:12:51 2019 +0000
+++ b/shells/zsh/Makefile       Mon Nov 04 21:14:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/03/16 14:01:45 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2019/11/04 21:14:07 rillig Exp $
 
 DISTNAME=      zsh-5.7.1
 PKGREVISION=   1
@@ -21,7 +21,7 @@
 CONFIGURE_ARGS+=       --enable-etcdir=${PKG_SYSCONFDIR:Q}
 
 # Ensure we can find initscr(3) otherwise the curses module will not be built.
-CONFIGURE_ARGS+=        --with-term-lib="${BUILDLINK_LIBNAME.curses} ${BUILDLINK_LIBNAME.terminfo}"
+CONFIGURE_ARGS+=       --with-term-lib="${BUILDLINK_LIBNAME.curses} ${BUILDLINK_LIBNAME.terminfo}"
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -43,11 +43,11 @@
 
 INSTALLATION_DIRS+=    share/doc/zsh
 
-PLIST_VARS+=   xattr
+PLIST_VARS+=           xattr
 .if exists(/usr/include/sys/xattr.h) || \
     exists(/usr/include/${NATIVE_MACHINE_GNU_ARCH}-${LOWER_OPSYS}-gnu/sys/xattr.h) || \
     defined(OSX_SDK_PATH) && exists(${OSX_SDK_PATH}/usr/include/sys/xattr.h)
-PLIST.xattr=   yes
+PLIST.xattr=           yes
 .endif
 PRINT_PLIST_AWK+=      {if ($$0 ~ /attr.so/) {$$0 = "$${PLIST.xattr}" $$0;}}
 



Home | Main Index | Thread Index | Old Index