diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-09 19:21:47 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-09 19:21:47 +0000 |
commit | 95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4 (patch) | |
tree | 2f17906daabe8aacb42685612449acc32ac89853 /emulators | |
parent | 9f381fa1a89f1599bae192054acd500537bde0af (diff) | |
download | FreeBSD-ports-95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4.zip FreeBSD-ports-95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4.tar.gz |
Mark BROKEN due to changes in distfile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 9e450ea..817d240 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -18,12 +18,13 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= IA64 simulator (Intel(R) Architecture 64) +BROKEN= checksum mismatch USE_ZIP= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501103 -BROKEN= "does not build with latest gcc" +BROKEN+= "and does not build with latest gcc" .endif EXTRACT_BEFORE_ARGS= -qLa |