summaryrefslogtreecommitdiff
path: root/lang/dmd2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 06:14:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 06:14:23 +0000
commitc289dbe576405b8cff1d94b49e4b19b73b47da3e (patch)
tree78c4a2289cc873d3e3d988a1b9733ac5aac89093 /lang/dmd2
parentMark as broken on powerpc and sparc64. (diff)
Mark as broken on powerpc and sparc64: not ported to the former, and
fails to install on the latter. Hat: portmgr
Notes
Notes: svn path=/head/; revision=285427
Diffstat (limited to 'lang/dmd2')
-rw-r--r--lang/dmd2/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile
index 83835f847c01..8a9d08d7d208 100644
--- a/lang/dmd2/Makefile
+++ b/lang/dmd2/Makefile
@@ -39,6 +39,13 @@ LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-ac
BROKEN= does not compile
.endif
+NOT_FOR_ARCHS= powerpc
+NOT_FOR_ARCHS_REASON= not yet ported to this architecture
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: divide-by-zero error
+.endif
+
.if ${ARCH} == "amd64"
MAKE_ARGS+= MODEL=64
.else