diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 5c510f22f11..0a28a146221 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/09/19 17:37:43 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/26 12:52:48 naddy Exp $ # $RuOBSD: Makefile,v 1.4 2002/04/29 11:07:18 grange Exp $ # $NetBSD: Makefile,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $ @@ -31,6 +31,8 @@ CONFIGURE_STYLE= autoconf WRKDIST= ${WRKDIR}/BasiliskII-0.9 WRKSRC= ${WRKDIR}/BasiliskII-0.9/src/Unix +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII ${INSTALL_DATA} ${WRKDIST}/README ${PREFIX}/share/doc/BasiliskII diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index a25c3936992..75d33104857 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2002/06/09 16:24:57 brad Exp $ +# $OpenBSD: Makefile,v 1.25 2002/10/26 12:52:48 naddy Exp $ # $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ COMMENT= "x86 machine simulator" DISTNAME= bochs-1.4 CATEGORIES= emulators -NEED_VERSION= 1.525 + MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} HOMEPAGE= http://bochs.sourceforge.net/ @@ -61,6 +61,8 @@ post-configure: @sed -e 's@!!PREFIX!!@${PREFIX}@' \ < ${WRKSRC}/.bochsrc > ${WRKSRC}/bochsrc +NO_REGRESS= Yes + BIOS = BIOS-bochs-4-processors BIOS-bochs-2-processors BIOS += BIOS-bochs-latest BIOS += VGABIOS-elpin-2.40 diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 1d5e8d67a12..287104656d0 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2002/08/25 23:05:49 brad Exp $ +# $OpenBSD: Makefile,v 1.25 2002/10/26 12:52:48 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes NO_BUILD= Yes +NO_REGRESS= Yes PREFIX?= ${LOCALBASE}/emul/freebsd diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 333c8edacfa..9ccf201aa75 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/03/22 00:23:24 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/26 12:52:48 naddy Exp $ COMMENT= "Commodore 64 emulator" @@ -7,7 +7,6 @@ PKGNAME= frodo-4.1bp1 DISTFILES= FrodoV4_1b.Src${EXTRACT_SUFX} CATEGORIES= emulators games -NEED_VERSION= 1.496 MAINTAINER= Marc Espie @@ -41,7 +40,9 @@ WRKSRC=${WRKDIST}/Src post-patch: cp ${FILESDIR}/SID_openbsd.i ${WRKSRC} - + +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKDIST}/Frodo ${PREFIX}/bin/frodo ${INSTALL_PROGRAM} ${WRKDIST}/FrodoSC ${PREFIX}/bin/frodoSC diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index dc526b929c4..6c7c033f7e6 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/09 05:36:35 wilfried Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/26 12:52:48 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -6,7 +6,7 @@ COMMENT= emulates the Nintendo Entertainment System PKGNAME= ines-1.2 DISTNAME= iNES12-Linux-80x86-bin -NEED_VERSION= 1.496 + CATEGORIES= emulators games HOMEPAGE= http://www.komkon.org/fms/iNES/ @@ -24,6 +24,7 @@ RUN_DEPENDS= :redhat_base-*:emulators/redhat/base USE_X11= Yes NO_BUILD= Yes +NO_REGRESS= Yes WRKDIST= ${WRKDIR} do-install: diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile index 813203acd04..3f150c0fe6e 100644 --- a/emulators/mastergear/Makefile +++ b/emulators/mastergear/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/09 05:36:36 wilfried Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/26 12:52:48 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -6,7 +6,7 @@ COMMENT= emulates the Sega GameGear and MasterSystem PKGNAME= mastergear-1.4 DISTNAME= MG14-Linux-80x86-bin -NEED_VERSION= 1.496 + CATEGORIES= emulators games HOMEPAGE= http://www.komkon.org/fms/MG/ @@ -24,6 +24,7 @@ RUN_DEPENDS= :redhat_base-*:emulators/redhat/base USE_X11= Yes NO_BUILD= Yes +NO_REGRESS= Yes WRKDIST= ${WRKDIR} do-install: diff --git a/emulators/redhat/base/Makefile b/emulators/redhat/base/Makefile index 32749e5d394..84b3e1797eb 100644 --- a/emulators/redhat/base/Makefile +++ b/emulators/redhat/base/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/08/02 01:19:50 naddy Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/26 12:52:48 naddy Exp $ COMMENT= "Linux compatibility package based on RedHat 6.2" @@ -40,6 +40,9 @@ REMOVE_FILES= /etc/localtime PATCH_LIST= +NO_BUILD= Yes +NO_REGRESS= Yes + pre-install: @${INSTALL_DATA_DIR} ${PREFIX} diff --git a/emulators/redhat/motif/Makefile b/emulators/redhat/motif/Makefile index ec4e7350f4f..5ece1240bfe 100644 --- a/emulators/redhat/motif/Makefile +++ b/emulators/redhat/motif/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/05/14 11:00:28 naddy Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/26 12:52:48 naddy Exp $ COMMENT= "Motif toolkit Linux libraries" @@ -15,6 +15,7 @@ EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \ usr/X11R6/lib/libUil.so.2.1 \ usr/X11R6/lib/libXm.so.2.1 +NO_BUILD= Yes NO_REGRESS= Yes do-install: diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 651792c74e8..efadb853b40 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2002/09/01 18:49:01 mpech Exp $ +# $OpenBSD: Makefile,v 1.29 2002/10/26 12:52:48 naddy Exp $ # $NetBSD: Makefile,v 1.2 1998/08/23 20:48:03 frueauf Exp $ COMMENT= "PDP, IBM 1401, Nova and other CPUs simulator" DISTNAME= simh-2.9.10 CATEGORIES= emulators -NEED_VERSION= 1.515 + MASTER_SITES= http://simh.trailing-edge.com/sources/ DISTFILES= simhv29-10.zip @@ -26,6 +26,8 @@ COPTS= -DUSE_SOCKLEN_T COPTS+= -O0 .endif +NO_REGRESS= Yes + SIMS= altair altairz80 eclipse h316 hp2100 i1401 nova pdp1 \ pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 pdp9 s3 vax diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 5892ed96ddf..b278808520c 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/09 05:36:36 wilfried Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/26 12:52:48 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -6,7 +6,7 @@ COMMENT= emulates the Super Nintendo Entertainment System PKGNAME= snes9x-1.37c DISTNAME= s9x.linuxc6.137.i386 -NEED_VERSION= 1.496 + CATEGORIES= emulators games HOMEPAGE= http://www.snes9x.com @@ -23,6 +23,7 @@ RUN_DEPENDS= :redhat_base-*:emulators/redhat/base USE_X11= Yes NO_BUILD= Yes +NO_REGRESS= Yes WRKDIST= ${WRKDIR} do-install: diff --git a/emulators/spectemu/Makefile b/emulators/spectemu/Makefile index e9e7cf64a75..51eadea636c 100644 --- a/emulators/spectemu/Makefile +++ b/emulators/spectemu/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/02/18 22:41:18 naddy Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/26 12:52:48 naddy Exp $ COMMENT= "ZX Spectrum 48k emulator" DISTNAME= spectemu-0.94 CATEGORIES= emulators -NEED_VERSION= 1.504 HOMEPAGE= http://www.inf.bme.hu/~mszeredi/spectemu/ @@ -22,6 +21,8 @@ USE_X11= Yes CONFIGURE_STYLE= gnu +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xspect ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xspect.1 ${PREFIX}/man/man1 diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 1eb5c4dd717..b8f9529fc43 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2002/03/12 08:52:18 kevlo Exp $ +# $OpenBSD: Makefile,v 1.3 2002/10/26 12:52:48 naddy Exp $ COMMENT= "MIPS R2000/R3000 simulator" DISTNAME= spim PKGNAME= spim-6.4 CATEGORIES= emulators -NEED_VERSION= 1.509 HOMEPAGE= http://www.cs.wisc.edu/~larus/spim.html @@ -25,6 +24,8 @@ WRKDIST= ${WRKDIR}/${PKGNAME} ALL_TARGET= spim xspim +NO_REGRESS= Yes + DOCS= spim.ps cycle.ps do-install: diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 7b10d365f2f..42f9e51d46d 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2002/04/16 01:20:55 brad Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/26 12:52:48 naddy Exp $ COMMENT= "UAE amiga emulator" DISTNAME= uae-0.8.21 CATEGORIES= emulators x11 -NEED_VERSION= 1.504 MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ @@ -23,6 +22,8 @@ MODULES= gettext LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib \ gtk.1.2,gdk.1.2::x11/gtk+ +NO_REGRESS= Yes + DOCS= COMPATIBILITY CREDITS FAQ NEWS README README.PROGRAMMERS FILES= mousehack timehack transdisk transrom uae-control \ diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index c5b704db23b..e1b9cfd6ebd 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/06/09 05:36:36 wilfried Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/26 12:52:48 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -6,7 +6,7 @@ COMMENT= emulates the Nintendo Gameboy PKGNAME= vgb-2.1 DISTNAME= VGB21-Linux-80x86-bin -NEED_VERSION= 1.496 + CATEGORIES= emulators games HOMEPAGE= http://www.komkon.org/fms/VGB/ @@ -24,6 +24,7 @@ RUN_DEPENDS= :redhat_base-*:emulators/redhat/base USE_X11= Yes NO_BUILD= Yes +NO_REGRESS= Yes WRKDIST= ${WRKDIR} do-install: diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1781e474737..e1ad4557140 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2002/05/11 17:42:57 fgsch Exp $ +# $OpenBSD: Makefile,v 1.25 2002/10/26 12:52:48 naddy Exp $ COMMENT= "MS-Windows 3.1/95/NT emulator for Unix (Alpha release)" @@ -6,7 +6,6 @@ DATE= 990225 DISTNAME= Wine-${DATE} PKGNAME= wine-${DATE} CATEGORIES= emulators x11 -NEED_VERSION= 1.527 ONLY_FOR_ARCHS= i386 @@ -22,6 +21,8 @@ CONFIGURE_STYLE= gnu dest WRKDIST= ${WRKDIR}/${PKGNAME} +NO_REGRESS= Yes + .if !defined(NO_WARNINGS) pre-fetch: @echo diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 8f68be16bb1..63956b16f4b 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2002/05/13 18:50:42 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/26 12:52:48 naddy Exp $ # COMMENT= "HP48sx emulator" DISTNAME= x48-0.4.0 CATEGORIES= emulators -NEED_VERSION= 1.504 MAINTAINER= Todd T. Fries @@ -18,6 +17,8 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/emulators/} CONFIGURE_STYLE= imake noman +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/x48 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/x48/README-x48 diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 4a73f0bb15e..cdc9b4123ec 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/03/22 06:38:35 fgsch Exp $ +# $OpenBSD: Makefile,v 1.7 2002/10/26 12:52:48 naddy Exp $ COMMENT= "emulates arcade machines and old home computers" COMMENT-mame= "emulates a massive variety of arcade machines" @@ -7,7 +7,6 @@ COMMENT-mess= "emulates game consoles and old home computers" VERSION= 0.56.2 DISTNAME= xmame-${VERSION} -NEED_VERSION= 1.500 CATEGORIES= emulators games MASTER_SITES= ${HOMEPAGE}/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ @@ -143,6 +142,8 @@ MAKE_FLAGS+= MY_CPU=${MACHINE_ARCH} MAKE_FLAGS+= MY_CPU=risc .endif +NO_REGRESS= Yes + post-extract: ${UNZIP} -u ${FULLDISTDIR}/${HISCORE_FILE} -d ${WRKDIR} ${UNZIP} -u ${FULLDISTDIR}/${HISTORY_FILE} -d ${WRKDIR}