diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
commit | 463f43526a7b74edae99d0ed1a9ef0ad86a43c45 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /lang/sbcl | |
parent | 9ebb944a7e3010cbaea6c9ae2c64a8b0cb52b6c3 (diff) | |
download | pkgsrc-463f43526a7b74edae99d0ed1a9ef0ad86a43c45.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/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 7f9a38d1596..a417cfd44b3 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:27 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/26 23:39:32 schmonz Exp $ DISTNAME= ${PKGNAME}-source PKGNAME= sbcl-0.9.1 @@ -10,6 +10,9 @@ MAINTAINER= jonb@NetBSD.org HOMEPAGE= http://www.sbcl.org/ COMMENT= SBCL, a Common Lisp implementation +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 # It should be possible to have SBCL working on amd64, powerpc, # sparc, alpha, mips, and HPPA hardware also, but they probably |