From 5b460a6e6dcba3bf614469ba987dfba042c883e4 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 2 Jul 2018 04:00:29 +0000 Subject: Mark ports broken on mips64 that are already broken on powerpc64. In most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- net/delegate/Makefile | 2 ++ net/freeradius3/Makefile | 2 ++ net/ndproxy/Makefile | 2 ++ net/openvswitch/Makefile | 1 + 4 files changed, 7 insertions(+) (limited to 'net') diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 8b0126c27d6d..d4b9e3e6f696 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= General purpose TCP/IP proxy system +BROKEN_mips= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 +BROKEN_mips64= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 BROKEN_powerpc64= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 USES= gmake diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 2728062298ad..26de0d847500 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -17,6 +17,8 @@ COMMENT= Free RADIUS server implementation LICENSE= GPLv2 +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-date-time" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-date-time" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-date-time" LIB_DEPENDS= libgdbm.so:databases/gdbm \ diff --git a/net/ndproxy/Makefile b/net/ndproxy/Makefile index 36258931b4e4..e7e3d2902188 100644 --- a/net/ndproxy/Makefile +++ b/net/ndproxy/Makefile @@ -11,6 +11,8 @@ COMMENT= Implementation of IPv6 Neighbor Discovery proxy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to build: ndproxy.c:51: function declaration isn't a prototype +BROKEN_mips64= fails to build: ndproxy.c:51: function declaration isn't a prototype BROKEN_powerpc64= fails to build: ndproxy.c:51: function declaration isn't a prototype SUB_FILES= pkg-message diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 4649638c00c3..e12e7640b3bc 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -11,6 +11,7 @@ COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 +BROKEN_mips64= fails to compile: ofp-actions.h:486: flexible array member in otherwise empty struct BROKEN_powerpc64= fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -- cgit