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 | d635736ba714f6cccd2e020af9520130b29a99a1 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /lang/smlnj | |
parent | 8d2bf2c1cda2e7f2804d18ff09da903afe95a2ed (diff) | |
download | pkgsrc-d635736ba714f6cccd2e020af9520130b29a99a1.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/smlnj')
-rw-r--r-- | lang/smlnj/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index bd5909a3d52..ee529bf38f4 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/08 09:52:15 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/26 23:39:32 schmonz Exp $ # DISTNAME= boot.${BOX}-unix @@ -29,6 +29,9 @@ MAINTAINER= richards+netbsd@CS.Princeton.EDU HOMEPAGE= http://www.smlnj.org/index.html COMMENT= Popular functional language from Bell Labs +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + SML_VERSION= 110.42 # Other mirror sites that generally carry only released versions of SML |