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
This commit is contained in:
parent
9d0799bd17
commit
89c2cf6861
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387855
1 changed files with 4 additions and 4 deletions
|
@ -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} && \
|
||||
|
|
Loading…
Reference in a new issue