diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 00:38:05 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 00:38:05 +0800 |
commit | 2ec67421f4376be4d6cfc0848fd1d2393eec2ae6 (patch) | |
tree | 4e5973645970eb1a065243b5b20e745189a397d4 /lang/modula-3 | |
parent | b6776fa5dd2c51c1a18b94829a57ea2a8b1661b7 (diff) | |
download | freebsd-ports-gnome-2ec67421f4376be4d6cfc0848fd1d2393eec2ae6.tar.gz freebsd-ports-gnome-2ec67421f4376be4d6cfc0848fd1d2393eec2ae6.tar.zst freebsd-ports-gnome-2ec67421f4376be4d6cfc0848fd1d2393eec2ae6.zip |
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
Diffstat (limited to 'lang/modula-3')
-rw-r--r-- | lang/modula-3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 51c297f0e934..f0794e34ae67 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $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 |