diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-26 14:27:45 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-26 14:27:45 +0000 |
commit | 24c8d0e220dad6ac991209ff10cb99fafd7cac7a (patch) | |
tree | fd4e5f3c8d34dbd68abe484dbeb179070ad7bca2 | |
parent | 1437ffb5bad0e7e56cd33a6c85340a0d389d737c (diff) | |
download | FreeBSD-ports-24c8d0e220dad6ac991209ff10cb99fafd7cac7a.zip FreeBSD-ports-24c8d0e220dad6ac991209ff10cb99fafd7cac7a.tar.gz |
These ports fail the same way on armv6 as they do on aarch64.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | emulators/adamem/Makefile | 3 | ||||
-rw-r--r-- | emulators/visualboyadvance-m/Makefile | 3 | ||||
-rw-r--r-- | ftp/ftpcopy/Makefile | 3 | ||||
-rw-r--r-- | mail/usendmail/Makefile | 3 | ||||
-rw-r--r-- | misc/bb/Makefile | 3 | ||||
-rw-r--r-- | sysutils/uschedule/Makefile | 4 |
6 files changed, 13 insertions, 6 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 9dd2db8..cce82b8 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -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 diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile index 6a25d76..4b5c0f4 100644 --- a/emulators/visualboyadvance-m/Makefile +++ b/emulators/visualboyadvance-m/Makefile @@ -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 diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index af95387..970e0f8 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -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 diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index dc18812..b3f011e 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -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} diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 834bf20..ec527e1 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -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 diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile index d0cdd53..c3675277 100644 --- a/sysutils/uschedule/Makefile +++ b/sysutils/uschedule/Makefile @@ -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 |