1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Mark Linimon 2017-05-27 15:33:43 +00:00
parent d641f980b7
commit b9bf240d32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441849
6 changed files with 22 additions and 19 deletions

View File

@ -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

View File

@ -11,6 +11,7 @@ COMMENT= Cuse4BSD character device loopback driver for userspace
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

View File

@ -11,6 +11,11 @@ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
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/

View File

@ -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"

View File

@ -11,13 +11,14 @@ COMMENT= Drivers and tools for Meinberg PTP/GPS cards
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>

View File

@ -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