diff options
author | pav <pav@FreeBSD.org> | 2003-12-20 00:28:07 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-20 00:28:07 +0000 |
commit | 062d05eece91990bbc88f41d2c04e2fa32851e56 (patch) | |
tree | 5b1343588f75d93e455130bbff58d520a60cf8a0 | |
parent | 87db50b756c24bb8f8eef37ce411c9e37caa26a4 (diff) | |
download | FreeBSD-ports-062d05eece91990bbc88f41d2c04e2fa32851e56.zip FreeBSD-ports-062d05eece91990bbc88f41d2c04e2fa32851e56.tar.gz |
- This port uses varargs functionality which can't be easily updated
to stdarg, so use gcc-2.95 on 5.x for now, unmark broken and give
maintainership to submitter.
PR: ports/60086
Submitted by: Erik Greenwald <erik@smluc.org>
-rw-r--r-- | lang/schemetoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 4a0c276..6baa34c 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -12,13 +12,12 @@ MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/ DISTNAME= 15mar93 EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.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 +USE_GCC= 2.95 INSTALLS_SHLIB= yes NO_WRKSUBDIR= yes MAN1= scc.1 sci.1 |