summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-05-29 13:58:12 +0000
committerJohn Marino <marino@FreeBSD.org>2015-05-29 13:58:12 +0000
commit89c2cf68618c92fdd50b6ac4a39a2cca3f2fbc60 (patch)
tree923be04fa2520ce41936e3879f24e02d939db816 /lang/ocaml
parent9d0799bd17a17db048f40b24bd346aa01b31a421 (diff)
downloadfreebsd-ports-89c2cf68618c92fdd50b6ac4a39a2cca3f2fbc60.zip
lang/ocaml: Set BROKEN on 2 new ARCHES
The MIPS platforms can't build ocaml. Set it and rework the BROKEN for sparc64 while here. PR: 197127
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 315f5b931b3c..300d66297c40 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -18,6 +18,10 @@ LICENSE_NAME_QPL10= Q Public License, Version 1.0
LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE
LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+BROKEN_sparc64= ocamlc.opt seg-faults, please try to fix
+BROKEN_mips64= No ASM support
+BROKEN_mips= No ASM support
+
USES= cpe gmake tar:xz
CPE_VENDOR= inria
REINPLACE_ARGS= -i ""
@@ -99,10 +103,6 @@ PLIST_SUB+= PROF="@comment "
PLIST_SUB+= PROF=""
.endif
-.if ${OCAML_ARCH} == sparc64
-BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix
-.endif
-
post-extract:
.if ${PORT_OPTIONS:MDOCS}
@if ! (cd ${WRKDIR} && \