Date: Fri, 29 May 2015 13:58:12 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387855 - head/lang/ocaml Message-ID: <201505291358.t4TDwCCw074438@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291358.t4TDwCCw074438>