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 /lang/sr-examples/Makefile | |
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 'lang/sr-examples/Makefile')
-rw-r--r-- | lang/sr-examples/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/sr-examples/Makefile b/lang/sr-examples/Makefile index d26e651bec7..7a054c0f267 100644 --- a/lang/sr-examples/Makefile +++ b/lang/sr-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/26 22:45:11 is Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/26 23:39:32 schmonz Exp $ # DISTNAME= vs233 @@ -11,6 +11,9 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.cs.arizona.edu/sr/ COMMENT= The SR language compiler and run time system +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} ONLY_FOR_PLATFORM= NetBSD-*-* |