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 /net/cvsup/Makefile | |
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 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 19c26d0052bf..66a8103c91c3 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.26 1998/07/07 03:22:18 jdp Exp $ +# $Id: Makefile,v 1.27 1998/09/18 01:01:55 jdp Exp $ # DISTNAME= cvsup-15.4.2 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ MAINTAINER= jdp@FreeBSD.org +BROKEN_ELF= depends on mulda-3 + BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib |