Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 15:33:43 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441849 - in head: comms/uartlirc multimedia/cuse4bsd-kmod net/aoe net/intel-em-kmod sysutils/mbgtools sysutils/pefs-kmod
Message-ID:  <201705271533.v4RFXhju070646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 27 15:33:43 2017
New Revision: 441849
URL: https://svnweb.freebsd.org/changeset/ports/441849

Log:
  Mark some ports failing on armv6: implicit declaration of function
  'cp15_pmccntr_get' is invalid in C99.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/uartlirc/Makefile
  head/multimedia/cuse4bsd-kmod/Makefile
  head/net/aoe/Makefile
  head/net/intel-em-kmod/Makefile
  head/sysutils/mbgtools/Makefile
  head/sysutils/pefs-kmod/Makefile

Modified: head/comms/uartlirc/Makefile
==============================================================================
--- head/comms/uartlirc/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/comms/uartlirc/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -13,8 +13,9 @@ EXTRACT_SUFX=	.shar
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Driver for "homebrew" serial LIRC receivers
 
-BROKEN_powerpc64=	Does not build: error: uart.h: No such file or directory
-BROKEN_sparc64=		Does not build
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
+BROKEN_powerpc64=	fails to compile: uart.h: No such file or directory
+BROKEN_sparc64=		fails to build
 
 USES=		kmod
 

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -11,6 +11,7 @@ COMMENT=	Cuse4BSD character device loopb
 
 CONFLICTS=	video4bsd-kmod*
 
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
 BROKEN_powerpc64=	fails to compile: pcpu.h: error: size of array '__assert_0' is negative
 
 KMODNAME=	cuse4bsd

Modified: head/net/aoe/Makefile
==============================================================================
--- head/net/aoe/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/net/aoe/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -11,6 +11,11 @@ DISTNAME=	${PORTNAME}-freebsd-${PORTVERS
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	FreeBSD driver for ATA over Ethernet (AoE)
 
+BROKEN_aarch64=		fails to compile: redefinition of frame
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
+BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
+BROKEN_sparc64=		fails to compile: redefinition of frame
+
 USES=	kmod
 
 WRKSRC=		${WRKDIR}/dev/aoe
@@ -18,11 +23,6 @@ KMODDIR=	${PREFIX}/lib/aoe
 
 USE_RC_SUBR=	aoe
 
-BROKEN_aarch64=		fails to compile: error: redefinition of frame
-BROKEN_armv6=		fails to compile: error: redefinition of frame
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
-BROKEN_sparc64=		fails to compile: error: redefinition of frame
-
 do-install:
 	${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
 	${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/

Modified: head/net/intel-em-kmod/Makefile
==============================================================================
--- head/net/intel-em-kmod/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/net/intel-em-kmod/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -8,11 +8,11 @@ MASTER_SITE_SUBDIR=	17509/eng
 MAINTAINER=	franco@opnsense.org
 COMMENT=	Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
 
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
+BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
+
 MASTERDIR=	${.CURDIR}/../intel-ixl-kmod
 PKGDIR=		${.CURDIR}
 DISTINFO_FILE=	${.CURDIR}/distinfo
 
-BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
-BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
-
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/mbgtools/Makefile
==============================================================================
--- head/sysutils/mbgtools/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/sysutils/mbgtools/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -11,13 +11,14 @@ COMMENT=	Drivers and tools for Meinberg 
 
 LICENSE=	BSD
 
+BROKEN_aarch64=		fails to compile: unused variables
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
+BROKEN_mips64=		fails to compile: unused variables
+BROKEN_powerpc64=	fails to compile: warning: mbg_dbg_data defined but not used
+BROKEN_sparc64=		fails to compile: error in structure definitions
+
 USE_RC_SUBR=	mbgsvcd
 
 USES=		kmod uidfix
 
-BROKEN_aarch64=		cannot compile: unused variables
-BROKEN_mips64=		cannot compile: unused variables
-BROKEN_powerpc64=	cannot compile: warning: mbg_dbg_data defined but not used
-BROKEN_sparc64=		cannot compile: error in structure definitions
-
 .include <bsd.port.mk>

Modified: head/sysutils/pefs-kmod/Makefile
==============================================================================
--- head/sysutils/pefs-kmod/Makefile	Sat May 27 15:28:05 2017	(r441848)
+++ head/sysutils/pefs-kmod/Makefile	Sat May 27 15:33:43 2017	(r441849)
@@ -16,10 +16,10 @@ MAKE_JOBS_UNSAFE=yes
 MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
 		NO_MANCOMPRESS=
 
-ONLY_FOR_ARCHS=	i386 amd64 armv6
-ONLY_FOR_ARCHS_REASON= untested on any other arch
-
-BROKEN_DragonFly=	does not build: don't know how to make vnode_if.h
+BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
+BROKEN_DragonFly=	fails to build: don't know how to make vnode_if.h
+ONLY_FOR_ARCHS=		i386 amd64 armv6
+ONLY_FOR_ARCHS_REASON=	untested on any other arch
 
 USES=		kmod uidfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705271533.v4RFXhju070646>