pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fd386c8eb4c
branches:  trunk
changeset: 417074:5fd386c8eb4c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 03 19:24:31 2019 +0000

description:
emulators: align variable assignments

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

No manual corrections.

diffstat:

 emulators/bochs/Makefile           |  18 +++++++++---------
 emulators/ckmame/Makefile          |   4 ++--
 emulators/compat15/Makefile        |   4 ++--
 emulators/dynagen/Makefile         |  10 +++++-----
 emulators/free42/Makefile          |   8 ++++----
 emulators/fs-uae-arcade/Makefile   |   6 +++---
 emulators/fs-uae-launcher/Makefile |   6 +++---
 emulators/gens/Makefile            |   4 ++--
 emulators/hercules/Makefile        |   4 ++--
 emulators/kegs/Makefile            |   8 ++++----
 emulators/libretro-ppsspp/Makefile |  10 +++++-----
 emulators/m1/Makefile              |   6 +++---
 emulators/minivmac/Makefile        |  30 +++++++++++++++---------------
 emulators/openmsx/Makefile         |   6 +++---
 emulators/or1ksim/Makefile         |   4 ++--
 emulators/palmosemulator/Makefile  |   6 +++---
 emulators/qemu/Makefile            |  30 +++++++++++++++---------------
 emulators/raine/Makefile           |   4 ++--
 emulators/realboy/Makefile         |   4 ++--
 emulators/shoebill/Makefile        |   6 +++---
 emulators/simulavr/Makefile        |   4 ++--
 emulators/ski/Makefile             |  10 +++++-----
 emulators/suse131_sqlite3/Makefile |   4 ++--
 emulators/tcl-hp-15c/Makefile      |  12 ++++++------
 emulators/ucon64/Makefile          |  10 +++++-----
 emulators/unicorn/Makefile         |   4 ++--
 emulators/unicorn/buildlink3.mk    |   4 ++--
 emulators/x48/Makefile             |   4 ++--
 emulators/xbeeb/options.mk         |   6 +++---
 emulators/yabause/options.mk       |   6 +++---
 30 files changed, 121 insertions(+), 121 deletions(-)

diffs (truncated from 705 to 300 lines):

diff -r 4cd712571608 -r 5fd386c8eb4c emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/bochs/Makefile  Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2019/07/21 22:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2019/11/03 19:24:31 rillig Exp $
 
 DISTNAME=              bochs-2.6.9
 PKGREVISION=           1
@@ -127,19 +127,19 @@
        ${INSTALL_SCRIPT} ${WRKDIR}/bochs.sh ${PREFIX}/bin/bochs
 .else
 
-.if !empty(PKG_OPTIONS:Mdebug) && !empty(PKG_OPTIONS:Mx11)
+.  if !empty(PKG_OPTIONS:Mdebug) && !empty(PKG_OPTIONS:Mx11)
 .include "../../x11/gtk2/buildlink3.mk"
-.endif
+.  endif
 .  if empty(PKG_OPTIONS:Mx11)
-.  include "../../mk/curses.buildlink3.mk"
+.    include "../../mk/curses.buildlink3.mk"
 .  else
 BUILDLINK_DEPMETHOD.libXt?=    build
 
-.  include "../../x11/libSM/buildlink3.mk"
-.  include "../../x11/libX11/buildlink3.mk"
-.  include "../../x11/libXpm/buildlink3.mk"
-.  include "../../x11/libXrandr/buildlink3.mk"
-.  include "../../x11/libXt/buildlink3.mk"
+.    include "../../x11/libSM/buildlink3.mk"
+.    include "../../x11/libX11/buildlink3.mk"
+.    include "../../x11/libXpm/buildlink3.mk"
+.    include "../../x11/libXrandr/buildlink3.mk"
+.    include "../../x11/libXt/buildlink3.mk"
 .  endif
 .endif
 
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/ckmame/Makefile Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/08/11 13:20:57 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=              ckmame-1.0
 PKGREVISION=           3
@@ -15,7 +15,7 @@
 USE_CMAKE=             yes
 TEST_TARGET=           check
 
-BUILDLINK_API_DEPENDS.libzip+=  libzip>=1.0
+BUILDLINK_API_DEPENDS.libzip+= libzip>=1.0
 
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/compat15/Makefile
--- a/emulators/compat15/Makefile       Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/compat15/Makefile       Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/09/26 09:44:48 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/03 19:24:32 rillig Exp $
 
 COMPAT_PKG=            compat15        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                1.5
@@ -36,7 +36,7 @@
 # just depend on the compat16 for the missing shared libraries.
 #
 .if defined(NETBSD_COMPAT32)
-COMPAT_EXTRAS=  # empty
+COMPAT_EXTRAS= # empty
 .  for _netbsd_ in ${ACCEPTABLE_NETBSD}
 COMPAT_EXTRAS= netbsd32_compat15-extras-${COMPAT_VERSION}{,nb*}:../../emulators/netbsd32_compat15-extras
 .  endfor
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/dynagen/Makefile
--- a/emulators/dynagen/Makefile        Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/dynagen/Makefile        Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/05/23 19:23:00 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=      dynagen-0.11.0
 PKGREVISION=   5
@@ -12,10 +12,10 @@
 
 DEPENDS+=      dynamips>=0.2.8rc1:../../emulators/dynamips
 
-NO_BUILD=      yes
-PY_PATCHPLIST= yes
-REPLACE_PYTHON+= dynagen confConsole.py console.py dynamips_lib.py pemu_lib.py \
-               pemubin.py pemuwrapper.py
+NO_BUILD=              yes
+PY_PATCHPLIST=         yes
+REPLACE_PYTHON+=       dynagen confConsole.py console.py dynamips_lib.py pemu_lib.py \
+                       pemubin.py pemuwrapper.py
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/free42/Makefile
--- a/emulators/free42/Makefile Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/free42/Makefile Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/07/21 22:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=      free42
 PKGNAME=       ${DISTNAME}-1.4.78
@@ -14,7 +14,7 @@
 COMMENT=       HP42S Calculator Simulator
 LICENSE=       gnu-gpl-v2
 
-#WRKSRC=               ${WRKDIR}/free42/gtk/
+#WRKSRC=       ${WRKDIR}/free42/gtk/
 USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES+=        c++03
 BUILD_DIRS=    gtk
@@ -26,8 +26,8 @@
 CXXFLAGS.NetBSD+=      -DNO_SINCOS
 MAKE_ENV.Linux+=       AUDIO_ALSA=1
 
-INSTALLATION_DIRS+= bin
-INSTALLATION_DIRS+= share/doc/free42
+INSTALLATION_DIRS+=    bin
+INSTALLATION_DIRS+=    share/doc/free42
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/${BUILD_DIRS}/${BUILD_TARGET} \
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/fs-uae-arcade/Makefile
--- a/emulators/fs-uae-arcade/Makefile  Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/fs-uae-arcade/Makefile  Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/22 18:35:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=      fs-uae-arcade-3.0.0
 CATEGORIES=    emulators
@@ -24,8 +24,8 @@
 USE_TOOLS+=            gmake msgfmt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYSETUPINSTALLARGS=    --install-lib=${PREFIX:Q}/share/fs-uae-arcade
-PYSETUPINSTALLARGS+=   --install-scripts=${PREFIX:Q}/share/fs-uae-arcade
+PYSETUPINSTALLARGS=            --install-lib=${PREFIX:Q}/share/fs-uae-arcade
+PYSETUPINSTALLARGS+=           --install-scripts=${PREFIX:Q}/share/fs-uae-arcade
 
 REPLACE_PYTHON+=       fs-uae-arcade
 
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/fs-uae-launcher/Makefile
--- a/emulators/fs-uae-launcher/Makefile        Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/fs-uae-launcher/Makefile        Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/22 18:35:22 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=      fs-uae-launcher-3.0.0
 CATEGORIES=    emulators
@@ -25,8 +25,8 @@
 USE_TOOLS+=            gmake msgfmt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYSETUPINSTALLARGS=    --install-lib=${PREFIX:Q}/share/fs-uae-launcher
-PYSETUPINSTALLARGS+=   --install-scripts=${PREFIX:Q}/share/fs-uae-launcher
+PYSETUPINSTALLARGS=            --install-lib=${PREFIX:Q}/share/fs-uae-launcher
+PYSETUPINSTALLARGS+=           --install-scripts=${PREFIX:Q}/share/fs-uae-launcher
 
 REPLACE_PYTHON+=       fs-uae-launcher
 
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/gens/Makefile
--- a/emulators/gens/Makefile   Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/gens/Makefile   Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/07/21 22:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/11/03 19:24:32 rillig Exp $
 #
 
 DISTNAME=              gens-rc3
@@ -20,7 +20,7 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake pkg-config
 
-INSTALLATION_DIRS+= share/doc/gens
+INSTALLATION_DIRS+=    share/doc/gens
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/hercules/Makefile
--- a/emulators/hercules/Makefile       Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/hercules/Makefile       Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/10/06 11:51:25 nia Exp $
+# $NetBSD: Makefile,v 1.42 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=              hercules-3.13
 CATEGORIES=            emulators
@@ -24,7 +24,7 @@
 
 INSTALLATION_DIRS+=    bin share/examples/hercules
 #CONFIGURE_ARGS+=      --enable-setuid-hercifc=hercules
-#SPECIAL_PERMS+=               ${PREFIX}/bin/hercifc ${SETUID_ROOT_PERMS}
+#SPECIAL_PERMS+=       ${PREFIX}/bin/hercifc ${SETUID_ROOT_PERMS}
 
 pre-configure:
        ${RM} ${WRKSRC}/ltdl.h ${WRKSRC}/ltdl.c
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/kegs/Makefile
--- a/emulators/kegs/Makefile   Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/kegs/Makefile   Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:20:57 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/03 19:24:32 rillig Exp $
 
 DISTNAME=      kegs.0.91
 PKGNAME=       kegs-0.91
@@ -20,9 +20,9 @@
                                *-*-powerpc *-*-mips *-*-m68k
 
 #WRKSRC=               ${WRKDIR}/${DISTNAME}/src
-CONFIGURE_DIRS=        src
-BUILD_DIRS=    src
-USE_TOOLS+=     gmake perl
+CONFIGURE_DIRS=                src
+BUILD_DIRS=            src
+USE_TOOLS+=            gmake perl
 INSTALLATION_DIRS+=    bin share/doc/${PKGBASE} share/${PKGBASE}
 
 # Has problems finding shared libs on some platforms...
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/libretro-ppsspp/Makefile
--- a/emulators/libretro-ppsspp/Makefile        Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/libretro-ppsspp/Makefile        Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/01/03 21:44:32 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/03 19:24:33 rillig Exp $
 
 PKGNAME=       libretro-ppsspp-1.7.5
 CATEGORIES=    emulators
@@ -20,16 +20,16 @@
 SPRIV_TAG=     be7425ef70231ab82930331959ab487d605d0482
 
 SITES.ppsspp.tar.gz= \
-    -https://github.com/hrydgard/ppsspp/archive/v${PKGVERSION_NOREV}.tar.gz
+       -https://github.com/hrydgard/ppsspp/archive/v${PKGVERSION_NOREV}.tar.gz
 
 SITES.ppsspp-armips.tar.gz= \
-    -https://github.com/Kingcom/armips/archive/${ARMIPS_TAG}.tar.gz
+       -https://github.com/Kingcom/armips/archive/${ARMIPS_TAG}.tar.gz
 
 SITES.ppsspp-glslang.tar.gz= \
-    -https://github.com/hrydgard/glslang/archive/${GLSLANG_TAG}.tar.gz
+       -https://github.com/hrydgard/glslang/archive/${GLSLANG_TAG}.tar.gz
 
 SITES.ppsspp-spriv.tar.gz= \
-    -https://github.com/KhronosGroup/SPIRV-Cross/archive/${SPRIV_TAG}.tar.gz
+       -https://github.com/KhronosGroup/SPIRV-Cross/archive/${SPRIV_TAG}.tar.gz
 
 EXTRACT_USING= bsdtar
 WRKSRC=                ${WRKDIR}/ppsspp-${PKGVERSION_NOREV}
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/m1/Makefile
--- a/emulators/m1/Makefile     Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/m1/Makefile     Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 12:55:15 asau Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/03 19:24:33 rillig Exp $
 #
 
 DISTNAME=      m1077b-lnx
@@ -11,8 +11,8 @@
 HOMEPAGE=      http://www.emuhype.com/index.phtml?s=misc&ss=index
 COMMENT=       Arcade video and pinball game sound emulator (Linux binary)
 
-EMUL_PLATFORMS=        linux-i386
-EMUL_MODULES.linux= alsa base resmgr
+EMUL_PLATFORMS=                linux-i386
+EMUL_MODULES.linux=    alsa base resmgr
 
 WRKSRC=                ${WRKDIR}/m1-0.7.7
 
diff -r 4cd712571608 -r 5fd386c8eb4c emulators/minivmac/Makefile
--- a/emulators/minivmac/Makefile       Sun Nov 03 19:03:56 2019 +0000
+++ b/emulators/minivmac/Makefile       Sun Nov 03 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/10 13:54:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2019/11/03 19:24:33 rillig Exp $
 
 DISTNAME=      minivmac-36.04.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -22,33 +22,33 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64)
-MVMTARGET=     nb64
+MVMTARGET=             nb64
 .elif !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
-MVMTARGET=     nbsd
+MVMTARGET=             nbsd
 .elif !empty(MACHINE_PLATFORM:MLinux-*-x86_64)
-MVMTARGET=     lx64
+MVMTARGET=             lx64
 .elif !empty(MACHINE_PLATFORM:MLinux-*-i386)
-MVMTARGET=     lx86
+MVMTARGET=             lx86
 .elif !empty(MACHINE_PLATFORM:MDarwin-*-x86_64)
-MVMTARGET=     mc64



Home | Main Index | Thread Index | Old Index