svn commit: r387855 - head/lang/ocaml
John Marino
marino at FreeBSD.org
Fri May 29 13:58:13 UTC 2015
Author: marino
Date: Fri May 29 13:58:12 2015
New Revision: 387855
URL: https://svnweb.freebsd.org/changeset/ports/387855
Log:
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
Modified:
head/lang/ocaml/Makefile
Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile Fri May 29 13:18:20 2015 (r387854)
+++ head/lang/ocaml/Makefile Fri May 29 13:58:12 2015 (r387855)
@@ -18,6 +18,10 @@ LICENSE_NAME_QPL10= Q Public License, Ve
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} && \
More information about the svn-ports-all
mailing list