pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: rillig
Date: Sun Nov 3 19:24:35 UTC 2019
Modified Files:
pkgsrc/emulators/bochs: Makefile
pkgsrc/emulators/ckmame: Makefile
pkgsrc/emulators/compat15: Makefile
pkgsrc/emulators/dynagen: Makefile
pkgsrc/emulators/free42: Makefile
pkgsrc/emulators/fs-uae-arcade: Makefile
pkgsrc/emulators/fs-uae-launcher: Makefile
pkgsrc/emulators/gens: Makefile
pkgsrc/emulators/hercules: Makefile
pkgsrc/emulators/kegs: Makefile
pkgsrc/emulators/libretro-ppsspp: Makefile
pkgsrc/emulators/m1: Makefile
pkgsrc/emulators/minivmac: Makefile
pkgsrc/emulators/openmsx: Makefile
pkgsrc/emulators/or1ksim: Makefile
pkgsrc/emulators/palmosemulator: Makefile
pkgsrc/emulators/qemu: Makefile
pkgsrc/emulators/raine: Makefile
pkgsrc/emulators/realboy: Makefile
pkgsrc/emulators/shoebill: Makefile
pkgsrc/emulators/simulavr: Makefile
pkgsrc/emulators/ski: Makefile
pkgsrc/emulators/suse131_sqlite3: Makefile
pkgsrc/emulators/tcl-hp-15c: Makefile
pkgsrc/emulators/ucon64: Makefile
pkgsrc/emulators/unicorn: Makefile buildlink3.mk
pkgsrc/emulators/x48: Makefile
pkgsrc/emulators/xbeeb: options.mk
pkgsrc/emulators/yabause: options.mk
Log Message:
emulators: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/emulators/bochs/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/emulators/ckmame/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/compat15/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/dynagen/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/free42/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/fs-uae-arcade/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/fs-uae-launcher/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/emulators/gens/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/emulators/hercules/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/kegs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/libretro-ppsspp/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/m1/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/minivmac/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/emulators/openmsx/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/or1ksim/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/emulators/palmosemulator/Makefile
cvs rdiff -u -r1.219 -r1.220 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/raine/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/realboy/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/shoebill/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/emulators/simulavr/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/emulators/ski/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/suse131_sqlite3/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/tcl-hp-15c/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/ucon64/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/unicorn/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/unicorn/buildlink3.mk
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/x48/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/xbeeb/options.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/yabause/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/bochs/Makefile
diff -u pkgsrc/emulators/bochs/Makefile:1.95 pkgsrc/emulators/bochs/Makefile:1.96
--- pkgsrc/emulators/bochs/Makefile:1.95 Sun Jul 21 22:24:45 2019
+++ pkgsrc/emulators/bochs/Makefile Sun Nov 3 19:24:31 2019
@@ -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
Index: pkgsrc/emulators/ckmame/Makefile
diff -u pkgsrc/emulators/ckmame/Makefile:1.48 pkgsrc/emulators/ckmame/Makefile:1.49
--- pkgsrc/emulators/ckmame/Makefile:1.48 Sun Aug 11 13:20:57 2019
+++ pkgsrc/emulators/ckmame/Makefile Sun Nov 3 19:24:32 2019
@@ -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"
Index: pkgsrc/emulators/compat15/Makefile
diff -u pkgsrc/emulators/compat15/Makefile:1.5 pkgsrc/emulators/compat15/Makefile:1.6
--- pkgsrc/emulators/compat15/Makefile:1.5 Thu Sep 26 09:44:48 2019
+++ pkgsrc/emulators/compat15/Makefile Sun Nov 3 19:24:32 2019
@@ -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
Index: pkgsrc/emulators/dynagen/Makefile
diff -u pkgsrc/emulators/dynagen/Makefile:1.10 pkgsrc/emulators/dynagen/Makefile:1.11
--- pkgsrc/emulators/dynagen/Makefile:1.10 Thu May 23 19:23:00 2019
+++ pkgsrc/emulators/dynagen/Makefile Sun Nov 3 19:24:32 2019
@@ -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
Index: pkgsrc/emulators/free42/Makefile
diff -u pkgsrc/emulators/free42/Makefile:1.17 pkgsrc/emulators/free42/Makefile:1.18
--- pkgsrc/emulators/free42/Makefile:1.17 Sun Jul 21 22:24:45 2019
+++ pkgsrc/emulators/free42/Makefile Sun Nov 3 19:24:32 2019
@@ -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} \
Index: pkgsrc/emulators/fs-uae-arcade/Makefile
diff -u pkgsrc/emulators/fs-uae-arcade/Makefile:1.5 pkgsrc/emulators/fs-uae-arcade/Makefile:1.6
--- pkgsrc/emulators/fs-uae-arcade/Makefile:1.5 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-arcade/Makefile Sun Nov 3 19:24:32 2019
@@ -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
Index: pkgsrc/emulators/fs-uae-launcher/Makefile
diff -u pkgsrc/emulators/fs-uae-launcher/Makefile:1.12 pkgsrc/emulators/fs-uae-launcher/Makefile:1.13
--- pkgsrc/emulators/fs-uae-launcher/Makefile:1.12 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-launcher/Makefile Sun Nov 3 19:24:32 2019
@@ -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
Index: pkgsrc/emulators/gens/Makefile
diff -u pkgsrc/emulators/gens/Makefile:1.46 pkgsrc/emulators/gens/Makefile:1.47
--- pkgsrc/emulators/gens/Makefile:1.46 Sun Jul 21 22:24:46 2019
+++ pkgsrc/emulators/gens/Makefile Sun Nov 3 19:24:32 2019
@@ -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"
Index: pkgsrc/emulators/hercules/Makefile
diff -u pkgsrc/emulators/hercules/Makefile:1.41 pkgsrc/emulators/hercules/Makefile:1.42
--- pkgsrc/emulators/hercules/Makefile:1.41 Sun Oct 6 11:51:25 2019
+++ pkgsrc/emulators/hercules/Makefile Sun Nov 3 19:24:32 2019
@@ -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
Index: pkgsrc/emulators/kegs/Makefile
diff -u pkgsrc/emulators/kegs/Makefile:1.16 pkgsrc/emulators/kegs/Makefile:1.17
--- pkgsrc/emulators/kegs/Makefile:1.16 Sun Aug 11 13:20:57 2019
+++ pkgsrc/emulators/kegs/Makefile Sun Nov 3 19:24:32 2019
@@ -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 *-*
*-*-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...
Index: pkgsrc/emulators/libretro-ppsspp/Makefile
diff -u pkgsrc/emulators/libretro-ppsspp/Makefile:1.4 pkgsrc/emulators/libretro-ppsspp/Makefile:1.5
--- pkgsrc/emulators/libretro-ppsspp/Makefile:1.4 Thu Jan 3 21:44:32 2019
+++ pkgsrc/emulators/libretro-ppsspp/Makefile Sun Nov 3 19:24:33 2019
@@ -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= 29619b2312f7bc862221749f3f4
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}
Index: pkgsrc/emulators/m1/Makefile
diff -u pkgsrc/emulators/m1/Makefile:1.13 pkgsrc/emulators/m1/Makefile:1.14
--- pkgsrc/emulators/m1/Makefile:1.13 Wed Oct 3 12:55:15 2012
+++ pkgsrc/emulators/m1/Makefile Sun Nov 3 19:24:33 2019
@@ -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@localhost
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
Index: pkgsrc/emulators/minivmac/Makefile
diff -u pkgsrc/emulators/minivmac/Makefile:1.21 pkgsrc/emulators/minivmac/Makefile:1.22
--- pkgsrc/emulators/minivmac/Makefile:1.21 Thu Oct 10 13:54:17 2019
+++ pkgsrc/emulators/minivmac/Makefile Sun Nov 3 19:24:33 2019
@@ -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_RPA
.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
Index: pkgsrc/emulators/openmsx/Makefile
diff -u pkgsrc/emulators/openmsx/Makefile:1.59 pkgsrc/emulators/openmsx/Makefile:1.60
--- pkgsrc/emulators/openmsx/Makefile:1.59 Wed Oct 16 16:50:51 2019
+++ pkgsrc/emulators/openmsx/Makefile Sun Nov 3 19:24:33 2019
@@ -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
Index: pkgsrc/emulators/or1ksim/Makefile
diff -u pkgsrc/emulators/or1ksim/Makefile:1.8 pkgsrc/emulators/or1ksim/Makefile:1.9
--- pkgsrc/emulators/or1ksim/Makefile:1.8 Sat Sep 30 07:48:48 2017
+++ pkgsrc/emulators/or1ksim/Makefile Sun Nov 3 19:24:33 2019
@@ -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@localhost
HOMEPAGE= https://github.com/openrisc/or1ksim
COMMENT= OpenRISC emulator
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --target=or32
# rl_event_hook
Index: pkgsrc/emulators/palmosemulator/Makefile
diff -u pkgsrc/emulators/palmosemulator/Makefile:1.48 pkgsrc/emulators/palmosemulator/Makefile:1.49
--- pkgsrc/emulators/palmosemulator/Makefile:1.48 Sun Aug 11 13:20:58 2019
+++ pkgsrc/emulators/palmosemulator/Makefile Sun Nov 3 19:24:33 2019
@@ -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@localhost
#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}
Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.219 pkgsrc/emulators/qemu/Makefile:1.220
--- pkgsrc/emulators/qemu/Makefile:1.219 Thu Oct 24 18:22:00 2019
+++ pkgsrc/emulators/qemu/Makefile Sun Nov 3 19:24:33 2019
@@ -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
Index: pkgsrc/emulators/raine/Makefile
diff -u pkgsrc/emulators/raine/Makefile:1.33 pkgsrc/emulators/raine/Makefile:1.34
--- pkgsrc/emulators/raine/Makefile:1.33 Sun Aug 11 13:20:58 2019
+++ pkgsrc/emulators/raine/Makefile Sun Nov 3 19:24:33 2019
@@ -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}"; \
Index: pkgsrc/emulators/realboy/Makefile
diff -u pkgsrc/emulators/realboy/Makefile:1.6 pkgsrc/emulators/realboy/Makefile:1.7
--- pkgsrc/emulators/realboy/Makefile:1.6 Mon Sep 4 18:08:23 2017
+++ pkgsrc/emulators/realboy/Makefile Sun Nov 3 19:24:33 2019
@@ -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.wordpr
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:
Index: pkgsrc/emulators/shoebill/Makefile
diff -u pkgsrc/emulators/shoebill/Makefile:1.11 pkgsrc/emulators/shoebill/Makefile:1.12
--- pkgsrc/emulators/shoebill/Makefile:1.11 Fri Sep 27 15:52:12 2019
+++ pkgsrc/emulators/shoebill/Makefile Sun Nov 3 19:24:34 2019
@@ -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 && \
Index: pkgsrc/emulators/simulavr/Makefile
diff -u pkgsrc/emulators/simulavr/Makefile:1.28 pkgsrc/emulators/simulavr/Makefile:1.29
--- pkgsrc/emulators/simulavr/Makefile:1.28 Thu Apr 25 07:32:53 2019
+++ pkgsrc/emulators/simulavr/Makefile Sun Nov 3 19:24:34 2019
@@ -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/
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'
Index: pkgsrc/emulators/ski/Makefile
diff -u pkgsrc/emulators/ski/Makefile:1.30 pkgsrc/emulators/ski/Makefile:1.31
--- pkgsrc/emulators/ski/Makefile:1.30 Sun Jul 21 22:24:46 2019
+++ pkgsrc/emulators/ski/Makefile Sun Nov 3 19:24:34 2019
@@ -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
Index: pkgsrc/emulators/suse131_sqlite3/Makefile
diff -u pkgsrc/emulators/suse131_sqlite3/Makefile:1.4 pkgsrc/emulators/suse131_sqlite3/Makefile:1.5
--- pkgsrc/emulators/suse131_sqlite3/Makefile:1.4 Sat Sep 16 19:26:51 2017
+++ pkgsrc/emulators/suse131_sqlite3/Makefile Sun Nov 3 19:24:34 2019
@@ -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@localhost
COMMENT= Linux compatibility package for sqlite3
Index: pkgsrc/emulators/tcl-hp-15c/Makefile
diff -u pkgsrc/emulators/tcl-hp-15c/Makefile:1.1 pkgsrc/emulators/tcl-hp-15c/Makefile:1.2
--- pkgsrc/emulators/tcl-hp-15c/Makefile:1.1 Fri Aug 31 09:24:25 2018
+++ pkgsrc/emulators/tcl-hp-15c/Makefile Sun Nov 3 19:24:34 2019
@@ -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-onlin
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} ; \
Index: pkgsrc/emulators/ucon64/Makefile
diff -u pkgsrc/emulators/ucon64/Makefile:1.13 pkgsrc/emulators/ucon64/Makefile:1.14
--- pkgsrc/emulators/ucon64/Makefile:1.13 Sun Jul 7 22:47:57 2019
+++ pkgsrc/emulators/ucon64/Makefile Sun Nov 3 19:24:34 2019
@@ -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
Index: pkgsrc/emulators/unicorn/Makefile
diff -u pkgsrc/emulators/unicorn/Makefile:1.10 pkgsrc/emulators/unicorn/Makefile:1.11
--- pkgsrc/emulators/unicorn/Makefile:1.10 Mon Sep 2 13:19:59 2019
+++ pkgsrc/emulators/unicorn/Makefile Sun Nov 3 19:24:34 2019
@@ -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"
Index: pkgsrc/emulators/unicorn/buildlink3.mk
diff -u pkgsrc/emulators/unicorn/buildlink3.mk:1.1 pkgsrc/emulators/unicorn/buildlink3.mk:1.2
--- pkgsrc/emulators/unicorn/buildlink3.mk:1.1 Mon Feb 26 02:25:28 2018
+++ pkgsrc/emulators/unicorn/buildlink3.mk Sun Nov 3 19:24:34 2019
@@ -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
Index: pkgsrc/emulators/x48/Makefile
diff -u pkgsrc/emulators/x48/Makefile:1.19 pkgsrc/emulators/x48/Makefile:1.20
--- pkgsrc/emulators/x48/Makefile:1.19 Wed Sep 6 10:40:27 2017
+++ pkgsrc/emulators/x48/Makefile Sun Nov 3 19:24:34 2019
@@ -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
Index: pkgsrc/emulators/xbeeb/options.mk
diff -u pkgsrc/emulators/xbeeb/options.mk:1.4 pkgsrc/emulators/xbeeb/options.mk:1.5
--- pkgsrc/emulators/xbeeb/options.mk:1.4 Wed Jul 4 13:40:18 2018
+++ pkgsrc/emulators/xbeeb/options.mk Sun Nov 3 19:24:34 2019
@@ -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:
Index: pkgsrc/emulators/yabause/options.mk
diff -u pkgsrc/emulators/yabause/options.mk:1.8 pkgsrc/emulators/yabause/options.mk:1.9
--- pkgsrc/emulators/yabause/options.mk:1.8 Mon Oct 28 09:33:29 2019
+++ pkgsrc/emulators/yabause/options.mk Sun Nov 3 19:24:35 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index