diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-10 03:21:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-10 03:21:47 +0800 |
commit | 95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4 (patch) | |
tree | 2f17906daabe8aacb42685612449acc32ac89853 /emulators | |
parent | 9f381fa1a89f1599bae192054acd500537bde0af (diff) | |
download | freebsd-ports-gnome-95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4.tar.gz freebsd-ports-gnome-95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4.tar.zst freebsd-ports-gnome-95eb198a6e2dcd866c4a84a028a1c37be2fb5ef4.zip |
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 9e450eaf8084..817d240b4113 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 |