From 89c2cf68618c92fdd50b6ac4a39a2cca3f2fbc60 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 29 May 2015 13:58:12 +0000 Subject: 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 --- lang/ocaml/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/ocaml') 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} && \ -- cgit v1.2.3