pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1963100db88
branches:  trunk
changeset: 417010:a1963100db88
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 02 22:18:22 2019 +0000

description:
chat: align variable assignments

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

No manual corrections.

diffstat:

 chat/cgiirc/Makefile              |  14 +++++++-------
 chat/emech/Makefile               |   4 ++--
 chat/finch/Makefile               |   6 +++---
 chat/gloox/Makefile               |   4 ++--
 chat/hexchat/options.mk           |   8 ++++----
 chat/i2cb/Makefile                |   4 ++--
 chat/ircII/Makefile               |   4 ++--
 chat/ircII/options.mk             |   6 +++---
 chat/irchat-pj/Makefile           |  10 +++++-----
 chat/irssi-icb/Makefile           |   6 +++---
 chat/jabberd2/options.mk          |   4 ++--
 chat/konversation/Makefile        |   4 ++--
 chat/libfolks/Makefile            |  10 +++++-----
 chat/libmsn/Makefile              |   4 ++--
 chat/libotr/Makefile              |   4 ++--
 chat/loudmouth/hacks.mk           |   4 ++--
 chat/matterircd/Makefile          |   6 +++---
 chat/mcabber/Makefile             |   4 ++--
 chat/meanwhile/Makefile           |   4 ++--
 chat/pidgin-facebookchat/Makefile |   4 ++--
 chat/pidgin-latex/Makefile        |   4 ++--
 chat/pidgin-otr/Makefile          |   8 ++++----
 chat/pidgin/Makefile              |   8 ++++----
 chat/psi/Makefile                 |   8 ++++----
 chat/psi/options.mk               |  22 +++++++++++-----------
 chat/psybnc/Makefile              |   4 ++--
 chat/quirc/Makefile               |   4 ++--
 chat/scrollz/Makefile             |   4 ++--
 chat/silc-client/Makefile         |  22 +++++++++++-----------
 chat/sirc/Makefile                |   6 +++---
 chat/spectrum/Makefile            |   8 ++++----
 chat/spectrum/options.mk          |  10 +++++-----
 chat/telepathy-gabble/Makefile    |  12 ++++++------
 chat/telepathy-glib/Makefile      |  18 +++++++++---------
 chat/telepathy-haze/Makefile      |   4 ++--
 chat/telepathy-logger/Makefile    |   4 ++--
 chat/telepathy-qt/Makefile        |   6 +++---
 chat/tirc/Makefile                |   4 ++--
 chat/weechat/options.mk           |   8 ++++----
 chat/zenirc/Makefile              |   4 ++--
 40 files changed, 141 insertions(+), 141 deletions(-)

diffs (truncated from 879 to 300 lines):

diff -r 19a31eade0bb -r a1963100db88 chat/cgiirc/Makefile
--- a/chat/cgiirc/Makefile      Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/cgiirc/Makefile      Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/08/11 13:18:02 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/02 22:18:22 rillig Exp $
 
 DISTNAME=      cgiirc-0.5.12
 PKGREVISION=   1
@@ -54,18 +54,18 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/modules/IRC/Channel
 
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cgiirc
-.      for f in ${DOCFILES}
-               ${INSTALL_DATA} ${WRKSRC}/docs/${f} \
+.for f in ${DOCFILES}
+       ${INSTALL_DATA} ${WRKSRC}/docs/${f} \
                        ${DESTDIR}${PREFIX}/share/examples/cgiirc/${f}
-.      endfor
+.endfor
        ${INSTALL_DATA} ${WRKSRC}/cgiirc.config \
                ${DESTDIR}${PREFIX}/share/examples/cgiirc
        ${INSTALL_DATA} ${WRKDIR}/cgiirc.conf \
                ${DESTDIR}${PREFIX}/share/examples/cgiirc
-.      for f in ${EGFILES}
-               ${INSTALL_DATA} ${WRKSRC}/${f} \
+.for f in ${EGFILES}
+       ${INSTALL_DATA} ${WRKSRC}/${f} \
                        ${DESTDIR}${PREFIX}/share/examples/cgiirc/${f}
-.      endfor
+.endfor
        ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${DESTDIR}${CGIIRC}
        ${INSTALL_DATA} ${WRKSRC}/formats/* ${DESTDIR}${CGIIRC}/formats/
        ${INSTALL_DATA} ${WRKSRC}/images/*.gif ${DESTDIR}${CGIIRC}/images/
diff -r 19a31eade0bb -r a1963100db88 chat/emech/Makefile
--- a/chat/emech/Makefile       Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/emech/Makefile       Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/02/23 18:18:42 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 22:18:22 rillig Exp $
 #
 
 DISTNAME=      emech-3.0.2
@@ -16,7 +16,7 @@
 CONFIGURE_ARGS+=               < /dev/null
 BUILD_TARGET=                  mech
 
-INSTALLATION_DIRS+= bin share/examples/emech
+INSTALLATION_DIRS+=    bin share/examples/emech
 
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/energymech ${DESTDIR}${PREFIX}/bin/mech
diff -r 19a31eade0bb -r a1963100db88 chat/finch/Makefile
--- a/chat/finch/Makefile       Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/finch/Makefile       Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2019/08/11 13:18:02 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2019/11/02 22:18:22 rillig Exp $
 
 PKGNAME=       finch-${PIDGIN_VERSION}
 PKGREVISION=   3
@@ -37,8 +37,8 @@
 INSTALL_DIRS=          finch doc
 
 # this was an option, but doesn't seem to be one as of 2.10.12
-.  include "../../multimedia/gstreamer1/buildlink3.mk"
-.  include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 
 BUILDLINK_API_DEPENDS.libpurple+=      libpurple-${PIDGIN_VERSION}{,nb*}
 .include "../../chat/libpurple/buildlink3.mk"
diff -r 19a31eade0bb -r a1963100db88 chat/gloox/Makefile
--- a/chat/gloox/Makefile       Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/gloox/Makefile       Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/07/20 22:46:11 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/02 22:18:22 rillig Exp $
 
 DISTNAME=              gloox-1.0.17
 PKGREVISION=           3
@@ -22,7 +22,7 @@
 # -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
 # in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
 # failures when including gnutls on older versions of gcc.
-BUILDLINK_TRANSFORM+=   rm:-pedantic
+BUILDLINK_TRANSFORM+=  rm:-pedantic
 
 .include "options.mk"
 
diff -r 19a31eade0bb -r a1963100db88 chat/hexchat/options.mk
--- a/chat/hexchat/options.mk   Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/hexchat/options.mk   Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2019/07/09 10:32:51 nia Exp $
+# $NetBSD: options.mk,v 1.8 2019/11/02 22:18:22 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.hexchat
 PKG_SUPPORTED_OPTIONS= dbus gtk2 libcanberra libnotify libpci libproxy
@@ -45,11 +45,11 @@
 
 .if !empty(PKG_OPTIONS:Mlibpci)
 .include "../../sysutils/pciutils/buildlink3.mk"
-.if ${OPSYS} == "NetBSD"
+.  if ${OPSYS} == "NetBSD"
 LIBS+=                 -lpciutils
-.else
+.  else
 LIBS+=                 -lpci
-.endif
+.  endif
 PLIST.libpci=          yes
 MESON_ARGS+=           -Dwith-sysinfo=true
 .else
diff -r 19a31eade0bb -r a1963100db88 chat/i2cb/Makefile
--- a/chat/i2cb/Makefile        Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/i2cb/Makefile        Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/02/11 15:43:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/02 22:18:22 rillig Exp $
 
 DISTNAME=      i2cb-6.0_ALPHA
 PKGREVISION=   7
@@ -19,7 +19,7 @@
 INSTALLATION_DIRS=     bin libdata
 
 post-extract:
-               ${RM} -f ${WRKSRC}/src/.depend
+       ${RM} -f ${WRKSRC}/src/.depend
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/icb ${DESTDIR}${PREFIX}/bin/i2cb
diff -r 19a31eade0bb -r a1963100db88 chat/ircII/Makefile
--- a/chat/ircII/Makefile       Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/ircII/Makefile       Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/04/26 00:13:34 mrg Exp $
+# $NetBSD: Makefile,v 1.84 2019/11/02 22:18:22 rillig Exp $
 
 DISTNAME=              ircii-${VERS}
 PKGNAME=               ircII-${VERS}
@@ -14,7 +14,7 @@
 
 CONFLICTS=             blackened-[0-9]*
 
-VERS=                  20190117
+VERS=          20190117
 PLIST_SUBST+=  VERS=${VERS:Q}
 
 .include "../../mk/bsd.prefs.mk"
diff -r 19a31eade0bb -r a1963100db88 chat/ircII/options.mk
--- a/chat/ircII/options.mk     Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/ircII/options.mk     Sat Nov 02 22:18:22 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2015/09/30 08:25:37 tnn Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:18:22 rillig Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.ircII
-PKG_SUPPORTED_OPTIONS= # only socks group
+PKG_OPTIONS_VAR=               PKG_OPTIONS.ircII
+PKG_SUPPORTED_OPTIONS=         # only socks group
 PKG_OPTIONS_OPTIONAL_GROUPS=   socks
 PKG_OPTIONS_GROUP.socks=       socks4 dante
 
diff -r 19a31eade0bb -r a1963100db88 chat/irchat-pj/Makefile
--- a/chat/irchat-pj/Makefile   Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/irchat-pj/Makefile   Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/08/16 20:45:32 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2019/11/02 22:18:23 rillig Exp $
 
 DISTNAME=      irchat-pj-2.4.24.22
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -17,12 +17,12 @@
 .include "../../editors/emacs/modules.mk"
 
 .if ${EMACS_FLAVOR} == "emacs"
-INSTALL_TARGET=        install
+INSTALL_TARGET=                install
 .elif ${EMACS_FLAVOR} == "xemacs"
-BUILD_TARGET=  package
-INSTALL_TARGET=        install-package
+BUILD_TARGET=          package
+INSTALL_TARGET=                install-package
 .else
-PKG_FAIL_REASON+= "Unknown Emacs flavor"
+PKG_FAIL_REASON+=      "Unknown Emacs flavor"
 .endif
 
 LIBS.SunOS+=   -lnsl -lsocket
diff -r 19a31eade0bb -r a1963100db88 chat/irssi-icb/Makefile
--- a/chat/irssi-icb/Makefile   Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/irssi-icb/Makefile   Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/31 10:04:26 nia Exp $
+# $NetBSD: Makefile,v 1.44 2019/11/02 22:18:23 rillig Exp $
 #
 
 DISTNAME=      irssi-icb-0.15
@@ -21,8 +21,8 @@
 
 GNU_CONFIGURE= yes
 
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
 SHLIBTOOL_OVERRIDE=    # empty
 
 CONFIGURE_ARGS+=       --with-irssi=${WRKDIR}/${IRSSI_DISTNAME}
diff -r 19a31eade0bb -r a1963100db88 chat/jabberd2/options.mk
--- a/chat/jabberd2/options.mk  Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/jabberd2/options.mk  Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2016/05/29 17:24:48 schnoebe Exp $
+# $NetBSD: options.mk,v 1.30 2019/11/02 22:18:23 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.jabberd2
 PKG_OPTIONS_REQUIRED_GROUPS=   auth storage mio
@@ -80,7 +80,7 @@
 # CONFIGURE_ARGS+=     --enable-nad-debug
 # CONFIGURE_ARGS+=     --enable-pool-debug
 # CONFIGURE_ARGS+=     --enable-mio-debug
-.   include "../../devel/cppunit/buildlink3.mk"
+.  include "../../devel/cppunit/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mmio-kqueue)
diff -r 19a31eade0bb -r a1963100db88 chat/konversation/Makefile
--- a/chat/konversation/Makefile        Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/konversation/Makefile        Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2019/08/22 12:22:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.98 2019/11/02 22:18:23 rillig Exp $
 #
 
 DISTNAME=      konversation-1.5.1
@@ -12,7 +12,7 @@
 COMMENT=       KDE IRC Client
 LICENSE=       gnu-gpl-v2
 
-BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
+BUILD_DEPENDS+=        automoc4>=0.9.87:../../devel/automoc4
 
 USE_TOOLS+=    perl msgfmt
 USE_LANGUAGES= c c++
diff -r 19a31eade0bb -r a1963100db88 chat/libfolks/Makefile
--- a/chat/libfolks/Makefile    Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/libfolks/Makefile    Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/19 08:32:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 22:18:23 rillig Exp $
 
 DISTNAME=      folks-0.4.2
 PKGNAME=       lib${DISTNAME}
@@ -12,10 +12,10 @@
 COMMENT=       Library to manage contacts
 LICENSE=       gnu-lgpl-v2
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config intltool gmake msgfmt
-USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config intltool gmake msgfmt
+USE_PKGLOCALEDIR=      yes
 
 PKGCONFIG_OVERRIDE+=   backends/telepathy/lib/folks-telepathy.pc.in
 PKGCONFIG_OVERRIDE+=   folks/folks.pc.in
diff -r 19a31eade0bb -r a1963100db88 chat/libmsn/Makefile
--- a/chat/libmsn/Makefile      Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/libmsn/Makefile      Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/06/22 11:52:31 nia Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 22:18:23 rillig Exp $
 
 DISTNAME=      libmsn-4.2.1
 PKGREVISION=   3
@@ -12,7 +12,7 @@
 LICENSE=       gnu-gpl-v2
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE+=   libmsn.pc.cmake
 
diff -r 19a31eade0bb -r a1963100db88 chat/libotr/Makefile
--- a/chat/libotr/Makefile      Sat Nov 02 22:09:00 2019 +0000
+++ b/chat/libotr/Makefile      Sat Nov 02 22:18:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/03/09 18:04:17 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:18:23 rillig Exp $
 
 VERSION=       4.1.1
 DISTNAME=      libotr-${VERSION}
@@ -15,7 +15,7 @@
 # Work around rc tarballs that unpack to bare version.
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index