mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Mark as broken on ia64/powerpc/sparc64 (same failure).
Hat: portmgr
This commit is contained in:
parent
dfb045e801
commit
b565fe4ada
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251533
@ -24,15 +24,15 @@ PORTDOCS= technote.txt license.txt whatsnew.txt order.htm \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= fails to install on ia64/powerpc/sparc64: File format not recognized
|
||||
.elif ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
.if !defined(HAVE_COMPAT_IA32_KERN)
|
||||
HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi
|
||||
.endif
|
||||
.if !defined(HAVE_COMPAT_IA32_KERN)
|
||||
IGNORE= requires a kernel with compiled-in IA32 compatibility
|
||||
.endif
|
||||
.elif ${ARCH} == "sparc64"
|
||||
BROKEN= fails to install on sparc64: File format not recognized
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user