diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 16:38:05 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 16:38:05 +0000 |
commit | 2ec67421f4376be4d6cfc0848fd1d2393eec2ae6 (patch) | |
tree | 4e5973645970eb1a065243b5b20e745189a397d4 | |
parent | b6776fa5dd2c51c1a18b94829a57ea2a8b1661b7 (diff) | |
download | FreeBSD-ports-2ec67421f4376be4d6cfc0848fd1d2393eec2ae6.zip FreeBSD-ports-2ec67421f4376be4d6cfc0848fd1d2393eec2ae6.tar.gz |
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
-rw-r--r-- | lang/modula-3-lib/Makefile | 4 | ||||
-rw-r--r-- | lang/modula-3/Makefile | 4 | ||||
-rw-r--r-- | net/cvsup/Makefile | 4 | ||||
-rw-r--r-- | print/virtualpaper/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index 22ae0b0..d78b88d 100644 --- a/lang/modula-3-lib/Makefile +++ b/lang/modula-3-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.10 1998/06/06 20:32:03 jdp Exp $ +# $Id: Makefile,v 1.11 1998/09/18 01:02:02 jdp Exp $ # DISTNAME= modula-3-lib-3.6 @@ -17,6 +17,8 @@ DISTFILES= m3-fbsd-src-3.6.tar.gz \ MAINTAINER= jdp@polstra.com +BROKEN_ELF= lots of errors + NO_WRKSUBDIR= yes SCRIPTS_ENV+= MAJOR=${major} PKGDIR=${PKGDIR} PLIST=${PLIST} diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 51c297f..f0794e3 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 diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 19c26d0..66a8103 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 diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index b613f36..a694329 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.7 1998/08/26 20:44:12 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/09 10:05:55 asami Exp $ # DISTNAME= virtualpaper-1.4 @@ -13,6 +13,8 @@ DISTFILES= sources.tar.Z MAINTAINER= jdp@FreeBSD.org +BROKEN_ELF= depends on modula-3 + BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib |