These ports fail the same way on armv6 as they do on aarch64.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cd0bcb6b03
commit
d32f1af461
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441784
6 changed files with 13 additions and 6 deletions
|
@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_XORG= sm x11 xau xext xfixes xi xrandr
|
||||
|
|
|
@ -13,7 +13,8 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= VBA-M_Beta_2
|
||||
|
|
|
@ -9,7 +9,8 @@ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
|
|||
MAINTAINER= mandree@FreeBSD.org
|
||||
COMMENT= Command line ftp tools for listing and mirroring
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -12,7 +12,8 @@ COMMENT= Replacement for qmail's sendmail drop-in
|
|||
|
||||
USES= qmail
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
WRKSRC= ${WRKDIR}/mail/${DISTNAME}
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libaa.so:graphics/aalib \
|
||||
libmikmod.so:audio/libmikmod
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/bb-1.3.0
|
||||
|
|
|
@ -13,7 +13,9 @@ COMMENT= Scheduler program, designed to replace cron(8) and at(1)
|
|||
BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools
|
||||
|
||||
BROKEN_aarch64= Fails to build: regparm is not valid on this platform
|
||||
BROKEN_aarch64= fails to build: regparm is not valid on this platform
|
||||
BROKEN_armv6= fails to build: regparm is not valid on this platform
|
||||
|
||||
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
|
||||
|
||||
TEST_TARGET= check
|
||||
|
|
Loading…
Reference in a new issue