diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 11:48:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 11:48:20 +0000 |
commit | b0699189e6943a03b688634462a39f3141544806 (patch) | |
tree | de05af9afdffaef5632a0be246c724de0b1c6220 /lang | |
parent | Define __STRICT_ANSI__ when compiling glimpse so it will use <stdarg.h> (diff) |
Set this very bitrotted code to BROKEN. The last distfile is from
1993 (!). It only works on i386 and even then only on 4.x. See
perhaps instead the project at
http://call-with-current-continuation.org/chicken.html.
This port should be deleted in 3 months if no one steps forward to save it.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/schemetoc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 56813e3a2d23..4a0c2763d3fa 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C +BROKEN= "last distfile dates from 1993. Does not work on 5.x or non-i386" + USE_REINPLACE= yes USE_XLIB= yes INSTALLS_SHLIB= yes |