diff options
-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 9dd2db8f38bc..cce82b87d552 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 6a25d7657b22..4b5c0f4183dc 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 af95387af162..970e0f8c1912 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 dc18812918b0..b3f011ef3f71 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 834bf20d8d71..ec527e1e3752 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 d0cdd531e926..c3675277bd0b 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 |