summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile18
-rw-r--r--emulators/ckmame/Makefile4
-rw-r--r--emulators/compat15/Makefile4
-rw-r--r--emulators/dynagen/Makefile10
-rw-r--r--emulators/free42/Makefile8
-rw-r--r--emulators/fs-uae-arcade/Makefile6
-rw-r--r--emulators/fs-uae-launcher/Makefile6
-rw-r--r--emulators/gens/Makefile4
-rw-r--r--emulators/hercules/Makefile4
-rw-r--r--emulators/kegs/Makefile8
-rw-r--r--emulators/libretro-ppsspp/Makefile10
-rw-r--r--emulators/m1/Makefile6
-rw-r--r--emulators/minivmac/Makefile30
-rw-r--r--emulators/openmsx/Makefile6
-rw-r--r--emulators/or1ksim/Makefile4
-rw-r--r--emulators/palmosemulator/Makefile6
-rw-r--r--emulators/qemu/Makefile30
-rw-r--r--emulators/raine/Makefile4
-rw-r--r--emulators/realboy/Makefile4
-rw-r--r--emulators/shoebill/Makefile6
-rw-r--r--emulators/simulavr/Makefile4
-rw-r--r--emulators/ski/Makefile10
-rw-r--r--emulators/suse131_sqlite3/Makefile4
-rw-r--r--emulators/tcl-hp-15c/Makefile12
-rw-r--r--emulators/ucon64/Makefile10
-rw-r--r--emulators/unicorn/Makefile4
-rw-r--r--emulators/unicorn/buildlink3.mk4
-rw-r--r--emulators/x48/Makefile4
-rw-r--r--emulators/xbeeb/options.mk6
-rw-r--r--emulators/yabause/options.mk6
30 files changed, 121 insertions, 121 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 10859eab91e..7e0b8f3c10e 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -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 @@ post-install:
${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 --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile
index 137b9c725b5..8e3a90964a3 100644
--- a/emulators/ckmame/Makefile
+++ b/emulators/ckmame/Makefile
@@ -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_TOOLS+= pkg-config perl:test
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 --git a/emulators/compat15/Makefile b/emulators/compat15/Makefile
index a5c64073d1f..48748b784f3 100644
--- a/emulators/compat15/Makefile
+++ b/emulators/compat15/Makefile
@@ -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 @@ COMPAT_VERSION= 1.5.3
# 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 --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile
index b7b9d159f8d..890447d1f5e 100644
--- a/emulators/dynagen/Makefile
+++ b/emulators/dynagen/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2
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 --git a/emulators/free42/Makefile b/emulators/free42/Makefile
index bee74a74a67..d9aa58692de 100644
--- a/emulators/free42/Makefile
+++ b/emulators/free42/Makefile
@@ -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 @@ HOMEPAGE= https://thomasokken.com/free42/
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 @@ BUILD_TARGET= free42${VARIANT}
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 --git a/emulators/fs-uae-arcade/Makefile b/emulators/fs-uae-arcade/Makefile
index 3aeaa107b0e..8108234806f 100644
--- a/emulators/fs-uae-arcade/Makefile
+++ b/emulators/fs-uae-arcade/Makefile
@@ -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 @@ INSTALL_TARGET= install-data
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 --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index da73203b292..685289144d5 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -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 @@ INSTALL_TARGET= install-data
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 --git a/emulators/gens/Makefile b/emulators/gens/Makefile
index ef6a307b264..3d49ed57970 100644
--- a/emulators/gens/Makefile
+++ b/emulators/gens/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/GensForLinux
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 --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index a620613613c..e7756a7dbe1 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -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 @@ USE_TOOLS+= perl:run
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 --git a/emulators/kegs/Makefile b/emulators/kegs/Makefile
index 154c5afc331..bc1523c22db 100644
--- a/emulators/kegs/Makefile
+++ b/emulators/kegs/Makefile
@@ -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 @@ BROKEN_EXCEPT_ON_PLATFORM+= *-*-i386 *-*-x86_64 *-*-ia64 \
*-*-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 --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile
index cf11cb01723..ec957225af3 100644
--- a/emulators/libretro-ppsspp/Makefile
+++ b/emulators/libretro-ppsspp/Makefile
@@ -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 @@ GLSLANG_TAG= 29619b2312f7bc862221749f3f4d37c3e6a0dee2
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 --git a/emulators/m1/Makefile b/emulators/m1/Makefile
index f784316b4ad..ac7e45fab35 100644
--- a/emulators/m1/Makefile
+++ b/emulators/m1/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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 --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile
index a48ecc4d431..fb59d893d31 100644
--- a/emulators/minivmac/Makefile
+++ b/emulators/minivmac/Makefile
@@ -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 @@ SUBST_VARS.prefix+= X11BASE COMPILER_RPATH_FLAG
.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
+MVMTARGET= mc64
.elif !empty(MACHINE_PLATFORM:MDarwin-*-i386)
-MVMTARGET= imch
+MVMTARGET= imch
.elif !empty(MACHINE_PLATFORM:MFreeBSD-*-x86_86)
-MVMTARGET= fb64
+MVMTARGET= fb64
.elif !empty(MACHINE_PLATFORM:MFreeBSD-*-i386)
-MVMTARGET= fbsd
+MVMTARGET= fbsd
.elif !empty(MACHINE_PLATFORM:MOpenBSD-*-x86_64)
-MVMTARGET= ob64
+MVMTARGET= ob64
.elif !empty(MACHINE_PLATFORM:MOpenBSD-*-i386)
-MVMTARGET= obsd
+MVMTARGET= obsd
.elif !empty(MACHINE_PLATFORM:MDragonFly-*-x86_64)
-MVMTARGET= db64
+MVMTARGET= db64
.elif !empty(MACHINE_PLATFORM:MDragonFly-*-i386)
-MVMTARGET= dfbs
+MVMTARGET= dfbs
.elif !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)
-MVMTARGET= oi64
+MVMTARGET= oi64
.elif !empty(MACHINE_PLATFORM:MSunOS-*-i386)
-MVMTARGET= oind
+MVMTARGET= oind
.else
NOT_FOR_PLATFORM+= ${MACHINE_PLATFORM}
.endif
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 82c98c5b1b1..1ecedaf8756 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2019/10/16 16:50:51 nia Exp $
+# $NetBSD: Makefile,v 1.60 2019/11/03 19:24:33 rillig Exp $
DISTNAME= openmsx-0.15.0
CATEGORIES= emulators
@@ -17,8 +17,8 @@ HAS_CONFIGURE= yes
MAKE_FILE= GNUmakefile
MAKE_ENV+= OPENMSX_FLAVOUR=opt
-CONFIGURE_ENV+= OPENMSX_FLAVOUR=opt
-CONFIGURE_ENV+= LOCALBASE=${PREFIX}
+CONFIGURE_ENV+= OPENMSX_FLAVOUR=opt
+CONFIGURE_ENV+= LOCALBASE=${PREFIX}
INSTALLATION_DIRS+= bin
INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false
INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx
diff --git a/emulators/or1ksim/Makefile b/emulators/or1ksim/Makefile
index 4cc5984c849..666bfadb581 100644
--- a/emulators/or1ksim/Makefile
+++ b/emulators/or1ksim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/09/30 07:48:48 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/03 19:24:33 rillig Exp $
DISTNAME= or1ksim-0.2.0rc2
PKGREVISION= 1
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/openrisc/or1ksim
COMMENT= OpenRISC emulator
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --target=or32
# rl_event_hook
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile
index 428a1033edc..4aec22bbf20 100644
--- a/emulators/palmosemulator/Makefile
+++ b/emulators/palmosemulator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/08/11 13:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/03 19:24:33 rillig Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= dsainty@NetBSD.org
#HOMEPAGE= http://www.palmos.com/dev/tools/emulator/
COMMENT= Palm OS Emulator
-#LICENSE= GPL
+#LICENSE= GPL
# This package doesn't draw a clear distinction between host and guest
# addresses, so 64-bit host addresses give it fits. If you want to try
@@ -39,7 +39,7 @@ BUILD_DIRS= ${POSE_BUILD_DIR}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl:run
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-fltk=${BUILDLINK_PREFIX.fltk}
CONFIGURE_ENV+= PACKAGE_SKINS_DIR=${POSE_SKINS_DIR:Q}
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index daca735ed01..0d101c1f943 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2019/10/24 18:22:00 adam Exp $
+# $NetBSD: Makefile,v 1.220 2019/11/03 19:24:33 rillig Exp $
DISTNAME= qemu-4.1.0
PKGREVISION= 2
@@ -110,25 +110,25 @@ UE_ARCHS+= tilegx
UE_ARCHS+= x86_64 xtensa xtensaeb
.if ${OPSYS} == "NetBSD"
-USER_EMUL= i386 x86_64 sparc sparc64
-PLIST.nbd= yes
+USER_EMUL= i386 x86_64 sparc sparc64
+PLIST.nbd= yes
.elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
-USER_EMUL= i386 x86_64 sparc sparc64
-PLIST.nbd= yes
+USER_EMUL= i386 x86_64 sparc sparc64
+PLIST.nbd= yes
.elif ${OPSYS} == "Darwin"
USER_EMUL=
-CONFIGURE_ARGS+= --disable-bsd-user
-PLIST.nbd= yes
+CONFIGURE_ARGS+= --disable-bsd-user
+PLIST.nbd= yes
.elif ${OPSYS} == "Linux"
-USER_EMUL= ${UE_ARCHS}
-PLIST.bridge-helper= yes
-PLIST.nbd= yes
-PLIST.ivshmem= yes
-PLIST.pr-helper= yes
-PLIST.virtfs-proxy-helper=yes
+USER_EMUL= ${UE_ARCHS}
+PLIST.bridge-helper= yes
+PLIST.nbd= yes
+PLIST.ivshmem= yes
+PLIST.pr-helper= yes
+PLIST.virtfs-proxy-helper= yes
.elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
-PLIST.nbd= yes
-CONFIGURE_ARGS+= --disable-coroutine-pool
+PLIST.nbd= yes
+CONFIGURE_ARGS+= --disable-coroutine-pool
.endif
PLIST_VARS+= ${UE_ARCHS} bridge-helper ivshmem nbd pr-helper virtfs-proxy-helper
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 00d182de9d6..8bd2611b0bf 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/08/11 13:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/03 19:24:33 rillig Exp $
#
DISTNAME= raines-0.43.3
@@ -24,7 +24,7 @@ PTHREAD_OPTS+= require
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
# Uses i386 assembler.
-ONLY_FOR_PLATFORM= *-*-i386
+ONLY_FOR_PLATFORM= *-*-i386
post-build:
(${ECHO} "#!${SH}"; \
diff --git a/emulators/realboy/Makefile b/emulators/realboy/Makefile
index 61f24715cbe..ccddee64109 100644
--- a/emulators/realboy/Makefile
+++ b/emulators/realboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/03 19:24:33 rillig Exp $
DISTNAME= realboy-0.2.2
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= https://realboyemulator.wordpress.com/
COMMENT= Complete, fast, yet accurate Game Boy/Game Boy Color emulator
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/realboy
post-install:
diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile
index e1a412648c5..bcb3f49de01 100644
--- a/emulators/shoebill/Makefile
+++ b/emulators/shoebill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/09/27 15:52:12 hauke Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/03 19:24:34 rillig Exp $
DISTNAME= shoebill-0.0.5
PKGREVISION= 5
@@ -21,8 +21,8 @@ REPLACE_PERL+= core/macro.pl
DOCDIR= share/doc/shoebill
INSTALLATION_DIRS= bin ${DOCDIR}
-CFLAGS+= -g3
-INSTALL_UNSTRIPPED= yes
+CFLAGS+= -g3
+INSTALL_UNSTRIPPED= yes
do-build:
( cd ${WRKSRC}/sdl-gui && \
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index 1ebf759cadf..025f4d151f5 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/25 07:32:53 maya Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/03 19:24:34 rillig Exp $
#
DISTNAME= simulavr-1.0.0
PKGREVISION= 5
@@ -77,7 +77,7 @@ SUBST_SED.intrpt0= -e 's/SIG_INTERRUPT0/INT0_vect/g'
SUBST_CLASSES+= makeinfo
SUBST_STAGE.makeinfo= post-configure
-SUBST_MESSAGE.makeinfo= set MAKEINFO path (to avoid work-directory references included)
+SUBST_MESSAGE.makeinfo= set MAKEINFO path (to avoid work-directory references included)
SUBST_FILES.makeinfo= examples/anacomp/Makefile.in
SUBST_FILES.makeinfo+= examples/python/Makefile.in
SUBST_SED.makeinfo= -e 's,@MAKEINFO@,${PREFIX}/bin/makeinfo,g'
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile
index b9625f67735..41d1f7c159b 100644
--- a/emulators/ski/Makefile
+++ b/emulators/ski/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/07/21 22:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/03 19:24:34 rillig Exp $
#
DISTNAME= ski-1.3.2
@@ -14,11 +14,11 @@ LICENSE= gnu-gpl-v2
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-BUILD_DEPENDS+= libelf>=0.8.13:../../devel/libelf
+BUILD_DEPENDS+= libelf>=0.8.13:../../devel/libelf
-GNU_CONFIGURE= yes
-USE_LANGUAGES+= c c++
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c c++
+CONFIGURE_ARGS+= --prefix=${PREFIX}
CPPFLAGS+= -I${PREFIX}/include/libelf -L ${PREFIX}/lib
diff --git a/emulators/suse131_sqlite3/Makefile b/emulators/suse131_sqlite3/Makefile
index 602356803b1..fe431644fa3 100644
--- a/emulators/suse131_sqlite3/Makefile
+++ b/emulators/suse131_sqlite3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/03 19:24:34 rillig Exp $
PKGNAME= suse_sqlite3-${SUSE_VERSION}
CATEGORIES= emulators
-RPMPKGS+= libsqlite3-0-3.7.17-2.1.2.${SUSE_ARCH}
+RPMPKGS+= libsqlite3-0-3.7.17-2.1.2.${SUSE_ARCH}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package for sqlite3
diff --git a/emulators/tcl-hp-15c/Makefile b/emulators/tcl-hp-15c/Makefile
index a05eb3d5e5d..e8b16ed7e97 100644
--- a/emulators/tcl-hp-15c/Makefile
+++ b/emulators/tcl-hp-15c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/31 09:24:25 hauke Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/03 19:24:34 rillig Exp $
DISTNAME= HP-15C_4.0.00_Source
PKGNAME= tcl-hp-15c-${PKGVER}
@@ -12,12 +12,12 @@ HOMEPAGE= http://hp-15c.homepage.t-online.de/
COMMENT= Simulated HP-15C RPN calculator
LICENSE= gnu-gpl-v3
-DEPENDS+= tk>=8.3.2:../../x11/tk
+DEPENDS+= tk>=8.3.2:../../x11/tk
-NO_CONFIGURE= YES
-NO_BUILD= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
-USE_TOOLS+= unzip pax find sed
+USE_TOOLS+= unzip pax find sed
HP15CDIR= share/tcl-hp-15c
@@ -25,7 +25,7 @@ INSTALLATION_DIRS= share/fonts/X11/TTF
INSTALLATION_DIRS+= ${HP15CDIR}
INSTALLATION_DIRS+= bin
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
do-extract:
${MKDIR} ${WRKSRC} ; \
diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile
index 5e05d90c44f..6a72a6fb3f1 100644
--- a/emulators/ucon64/Makefile
+++ b/emulators/ucon64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/07/07 22:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/03 19:24:34 rillig Exp $
DISTNAME= ucon64-2.2.0-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -12,10 +12,10 @@ LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-CONFIGURE_ARGS+= --with-libcd64
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-CHECK_PORTABILITY_SKIP+=install_beos.sh
+CONFIGURE_ARGS+= --with-libcd64
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+CHECK_PORTABILITY_SKIP+= install_beos.sh
INSTALLATION_DIRS= bin lib share/examples/ucon64 share/doc/ucon64/images
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 1abd175939b..e9b445a8008 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/03 19:24:34 rillig Exp $
PKGREVISION= 1
.include "Makefile.common"
@@ -9,7 +9,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.1
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.1
.include "../../lang/python/application.mk"
diff --git a/emulators/unicorn/buildlink3.mk b/emulators/unicorn/buildlink3.mk
index ab3adf5ef08..4d0ffec6ecc 100644
--- a/emulators/unicorn/buildlink3.mk
+++ b/emulators/unicorn/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/02/26 02:25:28 khorben Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 19:24:34 rillig Exp $
BUILDLINK_TREE+= unicorn
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= unicorn
UNICORN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.unicorn+= unicorn>=1.0.1
-BUILDLINK_PKGSRCDIR.unicorn?= ../../emulators/unicorn
+BUILDLINK_PKGSRCDIR.unicorn?= ../../emulators/unicorn
.endif # UNICORN_BUILDLINK3_MK
BUILDLINK_TREE+= -unicorn
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile
index 78ad30a0676..a2857eb2d23 100644
--- a/emulators/x48/Makefile
+++ b/emulators/x48/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/09/06 10:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/03 19:24:34 rillig Exp $
DISTNAME= x48-0.6.4
PKGREVISION= 1
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --disable-shm
CPPFLAGS+= -DHAVE_STDLIB
CPPFLAGS+= -DX11APPDEFS=\"${PREFIX}/${APPDEFS}\"
-SUBST_CLASSES= fix-ad
+SUBST_CLASSES= fix-ad
SUBST_STAGE.fix-ad= post-configure
SUBST_MESSAGE.fix-ad= Fix default rom path
SUBST_FILES.fix-ad= src/X48.ad
diff --git a/emulators/xbeeb/options.mk b/emulators/xbeeb/options.mk
index 45fe8f5b1cc..40c9e5ae339 100644
--- a/emulators/xbeeb/options.mk
+++ b/emulators/xbeeb/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2018/07/04 13:40:18 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2019/11/03 19:24:34 rillig Exp $
.include "../../mk/bsd.prefs.mk"
@@ -34,8 +34,8 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} OS-1.2.rom BASIC2.rom
-SITES.BASIC2.rom= http://bbc.nvg.org/rom/Acorn/lang/
-SITES.OS-1.2.rom= http://bbc.nvg.org/rom/Acorn/os/
+SITES.BASIC2.rom= http://bbc.nvg.org/rom/Acorn/lang/
+SITES.OS-1.2.rom= http://bbc.nvg.org/rom/Acorn/os/
ROMDIR=${PREFIX}/${XBEEBROOT}/roms
post-install:
diff --git a/emulators/yabause/options.mk b/emulators/yabause/options.mk
index 1cd308d2628..b987ae76603 100644
--- a/emulators/yabause/options.mk
+++ b/emulators/yabause/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.8 2019/10/28 09:33:29 kamil Exp $
+# $NetBSD: options.mk,v 1.9 2019/11/03 19:24:35 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.yabause
-PKG_SUPPORTED_OPTIONS= openal opengl sdl
+PKG_OPTIONS_VAR= PKG_OPTIONS.yabause
+PKG_SUPPORTED_OPTIONS= openal opengl sdl
PKG_OPTIONS_OPTIONAL_GROUPS= GUI SDL
PKG_OPTIONS_GROUP.GUI= gtk qt
PKG_OPTIONS_GROUP.SDL= sdl sdl2