diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /net | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'net')
-rw-r--r-- | net/aoe/Makefile | 1 | ||||
-rw-r--r-- | net/ipsvd/Makefile | 1 | ||||
-rw-r--r-- | net/isboot-kmod/Makefile | 1 | ||||
-rw-r--r-- | net/l2tpd/Makefile | 1 | ||||
-rw-r--r-- | net/linknx/Makefile | 1 | ||||
-rw-r--r-- | net/openmpi2/Makefile | 1 | ||||
-rw-r--r-- | net/py-libnet/Makefile | 1 | ||||
-rw-r--r-- | net/spread-j/Makefile | 1 | ||||
-rw-r--r-- | net/zerotier/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/net/aoe/Makefile b/net/aoe/Makefile index a0d02a708e94..5b2d44406dcc 100644 --- a/net/aoe/Makefile +++ b/net/aoe/Makefile @@ -13,6 +13,7 @@ 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_armv7= fails to compile: redefinition of frame BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative BROKEN_sparc64= fails to compile: redefinition of frame diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile index c849c31afef2..d2d3bc0d296d 100644 --- a/net/ipsvd/Makefile +++ b/net/ipsvd/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING BROKEN_armv6= fails to install: Checking udpsvd... drop: unable to read from socket: bad address +BROKEN_armv7= fails to install: Checking udpsvd... drop: unable to read from socket: bad address BROKEN_mips64= fails to install: tcpsvd failed WRKSRC= ${WRKDIR}/net/${DISTNAME} diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 667d95e99186..48f2160162b1 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -13,6 +13,7 @@ COMMENT= Kernel module enabling iSCSI boot LICENSE= BSD2CLAUSE BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 +BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative USES= kmod uidfix diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 361f7820d895..154c80c9b878 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -11,6 +11,7 @@ MAINTAINER= sobomax@FreeBSD.org COMMENT= Implementation of the layer two tunneling protocol BROKEN_armv6= fails to link: undefined reference to check_control +BROKEN_armv7= fails to link: undefined reference to check_control USES= compiler:nestedfct diff --git a/net/linknx/Makefile b/net/linknx/Makefile index a34aed1ce7f3..a2a5b7507ae3 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault +BROKEN_armv7= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_mips64= fails to configure: checking for GNU Pth... Segmentation fault diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 612b87482947..a39b6f4ab0bf 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ libmunge.so:security/munge BROKEN_armv6= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory +BROKEN_armv7= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory BROKEN_sparc64= fails to compile on sparc64 HAS_CONFIGURE= yes diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index fcd527aaef66..be9f9b6d6d2b 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnet.so:net/libnet BROKEN_armv6= fails to package: lib.freebsd-11.0-RELEASE-p1-armv6-2.7/libnet.so: No such file or directory +BROKEN_armv7= fails to package: lib.freebsd-11.0-RELEASE-p1-armv7-2.7/libnet.so: No such file or directory BROKEN_aarch64= fails to package: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libnet.so: No such file or directory BROKEN_mips64= fails to package: lib.freebsd-11.0-RELEASE-p1-mips64-2.7/libnet.so: No such file or directory BROKEN_powerpc64= fails to package: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory diff --git a/net/spread-j/Makefile b/net/spread-j/Makefile index b4404267bcdf..a3bfb6965f6b 100644 --- a/net/spread-j/Makefile +++ b/net/spread-j/Makefile @@ -15,6 +15,7 @@ COMMENT= Java client library for the Spread Group Communication System BUILD_DEPENDS= ${ANT}:devel/apache-ant BROKEN_armv6= fails to package: java/docs/*.html: No such file or directory +BROKEN_armv7= fails to package: java/docs/*.html: No such file or directory USE_JAVA= YES JAVA_VERSION= 1.6+ diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index cc65e8e670dd..9235cabb5dc4 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL-3 BROKEN_armv6= fails to link: Source object ext/arm32-neon-salsa2012-asm/salsa2012.o has EABI version 0, but target zerotier-one has EABI version 5 +BROKEN_armv7= fails to link: Source object ext/arm32-neon-salsa2012-asm/salsa2012.o has EABI version 0, but target zerotier-one has EABI version 5 BROKEN_powerpc64= fails to compile: clang: not found USES= gmake compiler:c11 |