diff options
author | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
commit | 20145e1cdaa168f738c8e3c415815a09f39b6547 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /emulators/mmix | |
parent | b34189b7026df510dbb3b6971368170eb6f4d459 (diff) | |
download | pkgsrc-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/mmix')
-rw-r--r-- | emulators/mmix/Makefile | 5 |
1 files changed, 4 insertions, 1 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} |