svn commit: r441784 - in head: emulators/adamem emulators/visualboyadvance-m ftp/ftpcopy mail/usendmail misc/bb sysutils/uschedule

Mark Linimon linimon at FreeBSD.org
Fri May 26 14:27:47 UTC 2017


Author: linimon
Date: Fri May 26 14:27:45 2017
New Revision: 441784
URL: https://svnweb.freebsd.org/changeset/ports/441784

Log:
  These ports fail the same way on armv6 as they do on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/adamem/Makefile
  head/emulators/visualboyadvance-m/Makefile
  head/ftp/ftpcopy/Makefile
  head/mail/usendmail/Makefile
  head/misc/bb/Makefile
  head/sysutils/uschedule/Makefile

Modified: head/emulators/adamem/Makefile
==============================================================================
--- head/emulators/adamem/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/emulators/adamem/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -11,7 +11,8 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports at 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

Modified: head/emulators/visualboyadvance-m/Makefile
==============================================================================
--- head/emulators/visualboyadvance-m/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/emulators/visualboyadvance-m/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -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

Modified: head/ftp/ftpcopy/Makefile
==============================================================================
--- head/ftp/ftpcopy/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/ftp/ftpcopy/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.ohse.de/uwe/ftp
 MAINTAINER=	mandree at 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

Modified: head/mail/usendmail/Makefile
==============================================================================
--- head/mail/usendmail/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/mail/usendmail/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -12,7 +12,8 @@ COMMENT=	Replacement for qmail's sendmai
 
 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}
 

Modified: head/misc/bb/Makefile
==============================================================================
--- head/misc/bb/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/misc/bb/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -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

Modified: head/sysutils/uschedule/Makefile
==============================================================================
--- head/sysutils/uschedule/Makefile	Fri May 26 14:16:31 2017	(r441783)
+++ head/sysutils/uschedule/Makefile	Fri May 26 14:27:45 2017	(r441784)
@@ -13,7 +13,9 @@ COMMENT=	Scheduler program, designed to 
 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


More information about the svn-ports-all mailing list