summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-12-26 23:39:30 +0000
committerschmonz <schmonz>2005-12-26 23:39:30 +0000
commit20145e1cdaa168f738c8e3c415815a09f39b6547 (patch)
treecd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /emulators
parentb34189b7026df510dbb3b6971368170eb6f4d459 (diff)
downloadpkgsrc-20145e1cdaa168f738c8e3c415815a09f39b6547.tar.gz
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mmix/Makefile5
-rw-r--r--emulators/pcemu/Makefile5
-rw-r--r--emulators/peace/Makefile5
-rw-r--r--emulators/simulavr/Makefile5
-rw-r--r--emulators/suse91_openmotif/Makefile5
-rw-r--r--emulators/twin/Makefile5
-rw-r--r--emulators/vmware-module/Makefile5
7 files changed, 28 insertions, 7 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile
index 1535fcd6f01..178bf491978 100644
--- a/emulators/mmix/Makefile
+++ b/emulators/mmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:51 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/26 23:39:31 schmonz Exp $
DISTNAME= mmix-20030622
PKGREVISION= 1
@@ -9,6 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/mmix.html
COMMENT= Simulators for Knuth's MMIX RISC architecture
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb
WRKSRC= ${WRKDIR}
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 00920e40f78..f225136845c 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:11 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/26 23:39:31 schmonz Exp $
DISTNAME= pcemu1.01alpha
PKGNAME= pcemu-1.01a
@@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \
MAINTAINER= eric@fox.phoenix.az.us
COMMENT= 8086 PC emulator, by David Hedley
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
MAKE_ENV+= FILESDIR=${FILESDIR:Q}
.include "../../mk/x11.buildlink3.mk"
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile
index 5e55f99a76b..ab15b34ce5c 100644
--- a/emulators/peace/Makefile
+++ b/emulators/peace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:12 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:31 schmonz Exp $
#
PEACE_VERSION= 0.0.20050609
DISTNAME= peace-${PEACE_VERSION}
@@ -9,6 +9,9 @@ MAINTAINER= kent@NetBSD.org
HOMEPAGE= http://chiharu.hauN.org/peace/
COMMENT= Enable to run Win32 executables
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
DISTFILES+= peace-${PEACE_VERSION}.tar.gz
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/}
ONLY_FOR_PLATFORM= NetBSD-1.6Z[D-Z]*-* NetBSD-[2-9]*-*
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index bf72c61b2ec..7f38323a5ec 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:44 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/26 23:39:31 schmonz Exp $
#
DISTNAME= simulavr-0.1.2.1
@@ -10,6 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nongnu.org/simulavr/
COMMENT= Simulator for Atmel AVR microcontrollers
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
diff --git a/emulators/suse91_openmotif/Makefile b/emulators/suse91_openmotif/Makefile
index 65734188fa2..5a9509e1efb 100644
--- a/emulators/suse91_openmotif/Makefile
+++ b/emulators/suse91_openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/12 14:43:24 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/26 23:39:31 schmonz Exp $
DISTNAME= suse_openmotif-${SUSE_VERSION}
PKGREVISION= 2
@@ -10,6 +10,9 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for the Motif library
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
EXTRACT_ONLY= # empty
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index 984a85392c5..2a4426034d5 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/12/05 20:50:12 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/26 23:39:31 schmonz Exp $
#
DISTNAME= twin-src-3.1.14
@@ -11,6 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.willows.com/
COMMENT= Cross-platform implementation of the win32 api
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf213 gmake
diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile
index d533b87a8cd..2911c4d1c2d 100644
--- a/emulators/vmware-module/Makefile
+++ b/emulators/vmware-module/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/11/14 21:50:43 veego Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/26 23:39:31 schmonz Exp $
DISTNAME= vmware-netbsd-1.2
PKGNAME= vmware-module-1.2
@@ -10,6 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.wasabisystems.com/
COMMENT= Kernel modules for the VMware 2.x emulator
+PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
+PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
+
CONFLICTS= vmware-module-3*
ONLY_FOR_PLATFORM= NetBSD-*-i386