From 2ec67421f4376be4d6cfc0848fd1d2393eec2ae6 Mon Sep 17 00:00:00 2001 From: jseger Date: Mon, 12 Oct 1998 16:38:05 +0000 Subject: Mark BROKEN for ELF. Depends on modula-3 which is BROKEN: *** *** runtime error: *** Segmentation violation - possible attempt to dereference NIL *** *** runtime error: *** ASSERT failed *** file "../src/runtime/common/RTHeapMap.m3", line 35 *** Abort trap - core dumped *** error code 134 (ignored) missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6 followed by many more errors --- lang/modula-3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/modula-3') diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 51c297f0e93..f0794e34ae6 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra # -# $Id: Makefile,v 1.23 1998/09/18 01:02:00 jdp Exp $ +# $Id: Makefile,v 1.24 1998/10/09 01:41:15 asami Exp $ # DISTNAME= modula-3-3.6 @@ -14,6 +14,8 @@ MAINTAINER= jdp@polstra.com DEPENDS= ${PORTSDIR}/lang/modula-3-lib +BROKEN_ELF= depends on modula-3-lib + WRKSRC= ${WRKDIRPREFIX}${PORTSDIR}/lang/modula-3-lib/work NO_CHECKSUM= yes NO_BUILD= yes -- cgit