Mark as broken on powerpc and sparc64: not ported to the former, and
fails to install on the latter. Hat: portmgr
This commit is contained in:
parent
9ea7ce4a25
commit
c289dbe576
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285427
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-ac
|
|||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
NOT_FOR_ARCHS= powerpc
|
||||
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64: divide-by-zero error
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
MAKE_ARGS+= MODEL=64
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue