Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2018 04:00:29 +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: r473699 - in head: audio/faac audio/faad benchmarks/sipp cad/alliance cad/freehdl comms/sunxi-tools databases/fastdb databases/gnats4 databases/virtuoso devel/astyle devel/bcc devel/css...
Message-ID:  <201807020400.w6240T05028643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jul  2 04:00:29 2018
New Revision: 473699
URL: https://svnweb.freebsd.org/changeset/ports/473699

Log:
  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)

Modified:
  head/audio/faac/Makefile
  head/audio/faad/Makefile
  head/benchmarks/sipp/Makefile
  head/cad/alliance/Makefile
  head/cad/freehdl/Makefile
  head/comms/sunxi-tools/Makefile
  head/databases/fastdb/Makefile
  head/databases/gnats4/Makefile
  head/databases/virtuoso/Makefile
  head/devel/astyle/Makefile
  head/devel/bcc/Makefile
  head/devel/cssc/Makefile
  head/devel/py-pycapsicum/Makefile
  head/dns/dnsdbq/Makefile
  head/games/bunnysay/Makefile
  head/games/redorblack/Makefile
  head/graphics/animorph/Makefile
  head/irc/charybdis/Makefile
  head/irc/psybnc/Makefile
  head/lang/ecl/Makefile
  head/lang/harbour/Makefile
  head/lang/mosml/Makefile
  head/lang/newlisp-devel/Makefile
  head/lang/qore/Makefile
  head/lang/racket-minimal/Makefile
  head/mail/archiveopteryx-devel/Makefile
  head/mail/archiveopteryx/Makefile
  head/mail/isync/Makefile
  head/mail/milter-callback/Makefile
  head/mail/spamdyke/Makefile
  head/math/pari/Makefile
  head/math/rexx-regmath/Makefile
  head/misc/libpostal/Makefile
  head/multimedia/mkvalidator/Makefile
  head/multimedia/oscam/Makefile
  head/net-mgmt/chillispot/Makefile
  head/net-mgmt/ipv6calc/Makefile
  head/net-p2p/libswift/Makefile
  head/net/delegate/Makefile
  head/net/freeradius3/Makefile
  head/net/ndproxy/Makefile
  head/net/openvswitch/Makefile
  head/news/nntpcache/Makefile
  head/security/honggfuzz/Makefile
  head/security/pam_ssh_agent_auth/Makefile
  head/security/py-pysha3/Makefile
  head/security/py-python-nss/Makefile
  head/security/sha1collisiondetection/Makefile
  head/sysutils/cbsd/Makefile
  head/sysutils/cmogstored/Makefile
  head/sysutils/fusefs-libs3/Makefile
  head/sysutils/incron/Makefile
  head/sysutils/smart/Makefile
  head/textproc/ffe/Makefile
  head/www/gatling/Makefile
  head/www/logtools/Makefile
  head/www/mod_authnz_crowd/Makefile
  head/www/mod_md-devel/Makefile
  head/www/pecl-http/Makefile
  head/x11-wm/cde/Makefile

Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/audio/faac/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_FILE_ISO=	${WRKSRC}/README
 LICENSE_PERMS_ISO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_mips=		fails to build: quantize.c:152: error: initializer element is not constant
+BROKEN_mips64=		fails to build: quantize.c:152: error: initializer element is not constant
 BROKEN_powerpc64=	fails to build: quantize.c:152: error: initializer element is not constant
 
 USES=		gmake libtool

Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/audio/faad/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,8 @@ COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips=		fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16'
+BROKEN_mips64=		fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16'
 BROKEN_powerpc64=	fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16'
 
 USES=		autoreconf gmake libtool

Modified: head/benchmarks/sipp/Makefile
==============================================================================
--- head/benchmarks/sipp/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/benchmarks/sipp/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,11 +12,13 @@ COMMENT=	SIP benchmarking and testing tool
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	help2man:misc/help2man
-
+BROKEN_mips=		fails to compile: stat.hpp:307: error: ISO C++ does not support long long
+BROKEN_mips64=		fails to compile: stat.hpp:307: error: ISO C++ does not support long long
 BROKEN_powerpc64=	fails to compile: stat.hpp:307: error: ISO C++ does not support long long
 BROKEN_SSL=		openssl-devel
 BROKEN_SSL_REASON_openssl-devel=	configure: error: ssl library missing
+
+BUILD_DEPENDS=	help2man:misc/help2man
 
 PLIST_FILES=	bin/sipp man/man1/sipp.1.gz
 

Modified: head/cad/alliance/Makefile
==============================================================================
--- head/cad/alliance/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/cad/alliance/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -18,6 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 BROKEN_aarch64=		fails to link: collect2: error: ld returned 1 exit status
+BROKEN_mips=		fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
+BROKEN_mips64=		fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
 BROKEN_powerpc64=	fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
 
 CONFLICTS_INSTALL=	fspclient-*

Modified: head/cad/freehdl/Makefile
==============================================================================
--- head/cad/freehdl/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/cad/freehdl/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://freehdl.seul.org/~enaroska/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free VHDL simulator
 
+BROKEN_mips=		fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
+BROKEN_mips64=		fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
 BROKEN_powerpc64=	fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03"
 
 USES=		gmake pathfix libtool makeinfo perl5 pkgconfig

Modified: head/comms/sunxi-tools/Makefile
==============================================================================
--- head/comms/sunxi-tools/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/comms/sunxi-tools/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Tools to help hacking Allwinner devices
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_mips=		fails to build: unrecognized command line option "-Wno-unused-result"
+BROKEN_mips64=		fails to build: unrecognized command line option "-Wno-unused-result"
 BROKEN_powerpc64=	fails to build: unrecognized command line option "-Wno-unused-result"
 
 USES=		gmake pkgconfig

Modified: head/databases/fastdb/Makefile
==============================================================================
--- head/databases/fastdb/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/databases/fastdb/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Main Memory Relational Database Management Sy
 
 LICENSE=	MIT
 
+BROKEN_mips=		fails to compile: unrecognized command line option "-std=gnu++03"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-std=gnu++03"
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-std=gnu++03"
 
 USES=		gmake dos2unix

Modified: head/databases/gnats4/Makefile
==============================================================================
--- head/databases/gnats4/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/databases/gnats4/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ PKGNAMESUFFIX=	4
 MAINTAINER=	portmaster@bsdforge.com
 COMMENT=	GNATS, the GNU Problem Report Management System
 
+BROKEN_mips=		Does not build: error: conflicting types for yy_scan_string
+BROKEN_mips64=		Does not build: error: conflicting types for yy_scan_string
 BROKEN_powerpc64=	Does not build: error: conflicting types for yy_scan_string
 
 GNU_CONFIGURE=	yes

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/databases/virtuoso/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,18 +14,18 @@ COMMENT=	Universal SQL/Application Server
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gawk:lang/gawk\
-		htmldoc:textproc/htmldoc\
-		flex>2.5.4:textproc/flex\
-		gperf>=3.0.3:devel/gperf
-LIB_DEPENDS=	libxml2.so:textproc/libxml2
-
 BROKEN_aarch64=		Fails to link: missing sbrk
+BROKEN_mips64=		Does not compile: error: DV_INT_TAG_WORD undeclared
 BROKEN_powerpc64=	Does not compile: error: DV_INT_TAG_WORD undeclared
 BROKEN_sparc64=		Does not compile: error: DV_INT_TAG_WORD undeclared
-
 NOT_FOR_ARCHS=	arm armv6 armv7 i386 mips powerpc
 NOT_FOR_ARCHS_REASON=	can only be built on 64bit platforms
+
+BUILD_DEPENDS=	gawk:lang/gawk\
+		htmldoc:textproc/htmldoc\
+		flex>2.5.4:textproc/flex\
+		gperf>=3.0.3:devel/gperf
+LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=		gmake libtool readline uidfix ssl
 

Modified: head/devel/astyle/Makefile
==============================================================================
--- head/devel/astyle/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/devel/astyle/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,8 @@ COMMENT=	Source code indenter and formatter for C, C++
 LICENSE=	MIT
 LICENSE_FILE=	${WRKDIR}/astyle/LICENSE.md
 
+BROKEN_mips=		fails to build: unrecognized command line option "-std=c++11"
+BROKEN_mips64=		fails to build: unrecognized command line option "-std=c++11"
 BROKEN_powerpc64=	fails to build: unrecognized command line option "-std=c++11"
 
 USES=		compiler:c++11-lang dos2unix gmake

Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/devel/bcc/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,6 +14,8 @@ COMMENT=	Bruce's C compiler (with as and ld); can do 1
 LICENSE=	GPLv2
 
 BROKEN_aarch64=		fails to link: error adding symbols: File in wrong format
+BROKEN_mips=		fails to compile: unrecognized command line option "-m32"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-m32"
 BROKEN_powerpc64=	fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc
 
 USES=		uidfix

Modified: head/devel/cssc/Makefile
==============================================================================
--- head/devel/cssc/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/devel/cssc/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,8 @@ COMMENT=	Workalike for the source code control system 
 
 LICENSE=	GPLv3
 
+BROKEN_mips=		fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
+BROKEN_mips64=		fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
 BROKEN_powerpc64=	does not build: undefined reference to fmax
 
 GNU_CONFIGURE=	yes

Modified: head/devel/py-pycapsicum/Makefile
==============================================================================
--- head/devel/py-pycapsicum/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/devel/py-pycapsicum/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Python interface to capsicum security
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_mips=		fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
+BROKEN_mips64=		fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
 BROKEN_powerpc64=	fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
 
 USES=		python

Modified: head/dns/dnsdbq/Makefile
==============================================================================
--- head/dns/dnsdbq/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/dns/dnsdbq/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,8 @@ LICENSE_COMB=		multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/Apache-2.0
 LICENSE_FILE_ISCL=	${WRKSRC}/ISC
 
+BROKEN_mips=		fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype
+BROKEN_mips64=		fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype
 BROKEN_powerpc64=	fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype
 
 LIB_DEPENDS=	libjansson.so:devel/jansson \

Modified: head/games/bunnysay/Makefile
==============================================================================
--- head/games/bunnysay/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/games/bunnysay/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,9 +12,7 @@ COMMENT=	Bunny Sign for terminals with UTF-8 support
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++11
-
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 
 ALL_TARGET=	bunnysay
 

Modified: head/games/redorblack/Makefile
==============================================================================
--- head/games/redorblack/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/games/redorblack/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Simple card game to test fortune and probabil
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_mips=		fails to compile: deckClass.h: error: random: No such file or directory
+BROKEN_mips64=		fails to compile: deckClass.h: error: random: No such file or directory
 BROKEN_powerpc64=	fails to compile: deckClass.h: error: random: No such file or directory
 
 PLIST_FILES=	bin/redorblack

Modified: head/graphics/animorph/Makefile
==============================================================================
--- head/graphics/animorph/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/graphics/animorph/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Morphing engine for MakeHuman
 
 LICENSE=	LGPL21
 
+BROKEN_mips=		fails to compile: unrecognized command line option "-std=gnu++03"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-std=gnu++03"
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-std=gnu++03"
 
 GNU_CONFIGURE=	yes

Modified: head/irc/charybdis/Makefile
==============================================================================
--- head/irc/charybdis/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/irc/charybdis/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Powerful IRC daemon, based on ircd-ratbox
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips=		Does not build: undefined reference to le32toh
+BROKEN_mips64=		Does not build: undefined reference to le32toh
 BROKEN_powerpc64=	Does not build: undefined reference to le32toh
 
 CONFLICTS=	ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \

Modified: head/irc/psybnc/Makefile
==============================================================================
--- head/irc/psybnc/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/irc/psybnc/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,8 @@ COMMENT=	Powerful IRC bouncer
 
 LICENSE=	GPLv1+ # though COPYING is GPLv2
 
+BROKEN_mips=		Does not build: exec(clang) failed (No such file or directory)
+BROKEN_mips64=		Does not build: exec(clang) failed (No such file or directory)
 BROKEN_powerpc64=	Does not build: exec(clang) failed (No such file or directory)
 
 USES=		dos2unix ssl

Modified: head/lang/ecl/Makefile
==============================================================================
--- head/lang/ecl/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/ecl/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,10 +12,12 @@ COMMENT=	ANSI Common Lisp implementation
 
 LICENSE=	LGPL20
 
-LIB_DEPENDS=	libgmp.so:math/gmp
+BROKEN_aarch64=		fails to compile: error: unknown type name AO_TS_t
+BROKEN_mips=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_powerpc64=	fails to link: undefined reference to fmodl
 
-BROKEN_aarch64=		Does not compile: error: unknown type name AO_TS_t
-BROKEN_powerpc64=	Does not link: undefined reference to fmodl
+LIB_DEPENDS=	libgmp.so:math/gmp
 
 MAKE_JOBS_UNSAFE=	yes
 USES=		gmake perl5 tar:tgz

Modified: head/lang/harbour/Makefile
==============================================================================
--- head/lang/harbour/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/harbour/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,13 +10,15 @@ MASTER_SITES=	SF/${PORTNAME}-project/source/${PORTVERS
 MAINTAINER=	m.tsatsenko@gmail.com
 COMMENT=	Open source Clipper-compatible compiler
 
+BROKEN_mips=		does not build: clang: Command not found
+BROKEN_mips64=		does not build: clang: Command not found
+BROKEN_powerpc64=	does not build: clang: Command not found
+BROKEN_sparc64=		does not compile: assertion failed
+
 LIB_DEPENDS=	libslang.so:devel/libslang2\
 		libpcre.so:devel/pcre
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-BROKEN_powerpc64=	does not build: clang: Command not found
-BROKEN_sparc64=		does not compile on sparc64: assertion failed
 
 PORTDOCS=	*.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog
 

Modified: head/lang/mosml/Makefile
==============================================================================
--- head/lang/mosml/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/mosml/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -9,13 +9,15 @@ CATEGORIES=	lang
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Lightweight implementation of Standard ML
 
+BROKEN_mips=		does not configure: this architecture seems to be neither big endian nor little endian
+BROKEN_mips64=		does not configure: this architecture seems to be neither big endian nor little endian
+BROKEN_powerpc64=	does not configure: this architecture seems to be neither big endian nor little endian
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libgdbm.so:databases/gdbm
 
 GH_ACCOUNT=	kfl
 USE_GITHUB=	yes
-
-BROKEN_powerpc64=	does not configure: this architecture seems to be neither big endian nor little endian
 
 RESTRICTED=	Restrictions on for-profit distribution
 

Modified: head/lang/newlisp-devel/Makefile
==============================================================================
--- head/lang/newlisp-devel/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/newlisp-devel/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,9 +13,11 @@ COMMENT=	LISP like scripting language
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libffi.so:devel/libffi
+BROKEN_mips=		fails to compile: unrecognized command line option "-m64"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-m64"
+BROKEN_powerpc64=	fails to build: error: redefinition of typedef CPPFunction
 
-BROKEN_powerpc64=	does not build: error: redefinition of typedef CPPFunction
+LIB_DEPENDS=	libffi.so:devel/libffi
 
 CONFLICTS=	newlisp-[0-9]*
 

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/qore/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,16 +10,18 @@ COMMENT=	Qore Programming Language
 
 LICENSE=	MIT
 
+BROKEN_armv6=		fails to compile: calling a private constructor of class 'ReferenceNode'
+BROKEN_armv7=		fails to compile: calling a private constructor of class 'ReferenceNode'
+BROKEN_mips=		fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0'
+BROKEN_mips64=		fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0'
+BROKEN_powerpc=		fails to build
+BROKEN_powerpc64=	fails to compile: unsupported relocation against r1
+
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libmpfr.so:math/mpfr
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 		${LOCALBASE}/bin/bison:devel/bison \
 		${LOCALBASE}/bin/bash:shells/bash
-
-BROKEN_armv6=		fails to compile: calling a private constructor of class 'ReferenceNode'
-BROKEN_armv7=		fails to compile: calling a private constructor of class 'ReferenceNode'
-BROKEN_powerpc=		fails to build
-BROKEN_powerpc64=	fails to compile: unsupported relocation against r1
 
 USES=	gmake iconv libtool:build pathfix autoreconf ssl
 USE_LDCONFIG=	yes

Modified: head/lang/racket-minimal/Makefile
==============================================================================
--- head/lang/racket-minimal/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/lang/racket-minimal/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -19,14 +19,14 @@ COMMENT=	Interactive, integrated, graphical Scheme pro
 
 LICENSE=	LGPL3
 
-LIB_DEPENDS=	libffi.so:devel/libffi
-
 BROKEN_armv6=		fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
 BROKEN_armv7=		fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
 BROKEN_i386=		fails to build: Seg fault (internal error) at 0x606060a
 BROKEN_powerpc64=	fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
-NOT_FOR_ARCHS=		aarch64 aarch64 sparc64
+NOT_FOR_ARCHS=		aarch64 aarch64 mips mips64 sparc64
 NOT_FOR_ARCHS_REASON=	not yet ported to this arch
+
+LIB_DEPENDS=	libffi.so:devel/libffi
 
 MAKE_JOBS_UNSAFE=yes
 

Modified: head/mail/archiveopteryx-devel/Makefile
==============================================================================
--- head/mail/archiveopteryx-devel/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/mail/archiveopteryx-devel/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,9 +12,11 @@ COMMENT=	Advanced PostgreSQL-based IMAP/POP server
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	jam:devel/jam
-
+BROKEN_mips=		fails to build: /bin/sh: clang: not found
+BROKEN_mips64=		fails to build: /bin/sh: clang: not found
 BROKEN_powerpc64=	Does not build: /bin/sh: clang: not found
+
+BUILD_DEPENDS=	jam:devel/jam
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	aox

Modified: head/mail/archiveopteryx/Makefile
==============================================================================
--- head/mail/archiveopteryx/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/mail/archiveopteryx/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Advanced PostgreSQL-based IMAP/POP server
 
 LICENSE=	MIT
 
+BROKEN_mips=		fails to build: /bin/sh: clang: not found
+BROKEN_mips64=		fails to build: /bin/sh: clang: not found
 BROKEN_powerpc64=	fails to build: /bin/sh: clang: not found
 
 BUILD_DEPENDS=	jam:devel/jam

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/mail/isync/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Maintain local copies of remote IMAP folders 
 
 LICENSE=	GPLv2
 
+BROKEN_mips=		fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
+BROKEN_mips64=		fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
 BROKEN_powerpc64=	fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
 
 LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2

Modified: head/mail/milter-callback/Makefile
==============================================================================
--- head/mail/milter-callback/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/mail/milter-callback/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,9 +12,11 @@ COMMENT=	Milter to perform a envelope-from sender veri
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libspf2.so:mail/libspf2
+BROKEN_mips=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64=	fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
 
-BROKEN_powerpc64=	Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+LIB_DEPENDS=	libspf2.so:mail/libspf2
 
 USES=		tar:xz
 USE_RC_SUBR=	milter-callback

Modified: head/mail/spamdyke/Makefile
==============================================================================
--- head/mail/spamdyke/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/mail/spamdyke/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,9 +12,11 @@ COMMENT=	Qmail filter for monitoring and intercepting 
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp
+BROKEN_mips=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64=	fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
 
-BROKEN_powerpc64=	Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+RUN_DEPENDS=	${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp
 
 USES=		cpe qmail tar:tgz
 WRKSRC=		${WRKDIR}/${DISTNAME}/spamdyke

Modified: head/math/pari/Makefile
==============================================================================
--- head/math/pari/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/math/pari/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,6 +14,7 @@ COMMENT=	Mathematics library and advanced calculator p
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips64=		fails to link: mpker.c:(.text+0x33bc): relocation truncated to fit: R_MIPS_TLS_GD against 'PARI_SIGINT_block'
 BROKEN_powerpc64=	fails to link: intnum.o: relocation truncated to fit: R_PPC64_GOT_TLSGD16 against symbol 'avma' defined in .tbss section in init.o
 
 LIB_DEPENDS=	libgmp.so:math/gmp

Modified: head/math/rexx-regmath/Makefile
==============================================================================
--- head/math/rexx-regmath/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/math/rexx-regmath/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,6 +14,8 @@ COMMENT=	Two mathematics libraries for Rexx
 
 LICENSE=	MPL10
 
+BROKEN_mips=		fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types"
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types"
 
 BUILD_DEPENDS=	${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina

Modified: head/misc/libpostal/Makefile
==============================================================================
--- head/misc/libpostal/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/misc/libpostal/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Library for parsing/normalizing street addres
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips=		fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function'
+BROKEN_mips64=		fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function'
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-c++11-narrowing"
 
 RUN_DEPENDS=	curl:ftp/curl

Modified: head/multimedia/mkvalidator/Makefile
==============================================================================
--- head/multimedia/mkvalidator/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/multimedia/mkvalidator/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,8 +11,10 @@ COMMENT=	Command line tool to verify Matroska and WebM
 LICENSE=	BSD3CLAUSE BSD4CLAUSE GPLv2
 LICENSE_COMB=	multi
 
+BROKEN_mips=		fails to build: gmake[3]: mipsel-linux-gcc: Command not found
+BROKEN_mips64=		fails to build: gmake[3]: mipsel-linux-gcc: Command not found
 BROKEN_powerpc64=	does not compile: mkvtree.c: error: dereferencing pointer to incomplete type
-BROKEN_sparc64=	build broken on big endian architectures
+BROKEN_sparc64=		build broken on big endian architectures
 
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 

Modified: head/multimedia/oscam/Makefile
==============================================================================
--- head/multimedia/oscam/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/multimedia/oscam/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Softcam software to decrypt digital tv channe
 
 LICENSE=	GPLv3
 
+BROKEN_mips=		does not build: gmake: clang: Command not found
+BROKEN_mips64=		does not build: gmake: clang: Command not found
 BROKEN_powerpc64=	does not build: gmake: clang: Command not found
 
 USES=		gmake ssl tar:bzip2

Modified: head/net-mgmt/chillispot/Makefile
==============================================================================
--- head/net-mgmt/chillispot/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net-mgmt/chillispot/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,7 +12,9 @@ MASTER_SITES=	http://www.chillispot.info/download/ \
 MAINTAINER=	venture37@geeklan.co.uk
 COMMENT=	Wireless LAN Access Point Controller
 
-BROKEN_powerpc64=	Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64=	fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
 
 CONFLICTS=	coovachilli-[0-9]*
 

Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net-mgmt/ipv6calc/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Convert, change, and calculate with IPv6 addr
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips=		fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
+BROKEN_mips64=		fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
 BROKEN_powerpc64=	fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
 
 USES=		gmake perl5 shebangfix ssl

Modified: head/net-p2p/libswift/Makefile
==============================================================================
--- head/net-p2p/libswift/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net-p2p/libswift/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,9 +11,11 @@ COMMENT=	IETF Peer-to-Peer Streaming Peer Protocol imp
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=		libevent.so:devel/libevent
-
+BROKEN_mips=		fails to build: gmake: clang++: Command not found
+BROKEN_mips64=		fails to build: gmake: clang++: Command not found
 BROKEN_powerpc64=	fails to build: gmake: clang++: Command not found
+
+LIB_DEPENDS=		libevent.so:devel/libevent
 
 USE_GITHUB=		yes
 GH_TAGNAME=		dda307f

Modified: head/net/delegate/Makefile
==============================================================================
--- head/net/delegate/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net/delegate/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -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

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net/freeradius3/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -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 \

Modified: head/net/ndproxy/Makefile
==============================================================================
--- head/net/ndproxy/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net/ndproxy/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Implementation of IPv6 Neighbor Discovery pro
 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

Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/net/openvswitch/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -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}

Modified: head/news/nntpcache/Makefile
==============================================================================
--- head/news/nntpcache/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/news/nntpcache/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,14 +10,15 @@ MASTER_SITES=	http://www.xs4all.nl/~suelette/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	News caching/anti-spam/server-merging system
 
-# This may be set interactively at install-time.  NNTPCache will
-# cache news articles and related data in ${SPOOLDIR}/nntpcache.
-SPOOLDIR?=	/var/spool
+BROKEN_aarch64=		fails to link: missing sbrk
+BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_powerpc64=	fails to install: ./mmap_tests: Quit (core dumped)
 
 NO_CDROM=	Free for individuals and non-military, non-profit organisations only
 
-BROKEN_aarch64=		fails to link: missing sbrk
-BROKEN_powerpc64=	fails to install: ./mmap_tests: Quit (core dumped)
+# This may be set interactively at install-time.  NNTPCache will
+# cache news articles and related data in ${SPOOLDIR}/nntpcache.
+SPOOLDIR?=	/var/spool
 
 USES=		gmake autoreconf shebangfix
 GNU_CONFIGURE=	yes

Modified: head/security/honggfuzz/Makefile
==============================================================================
--- head/security/honggfuzz/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/security/honggfuzz/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	General-purpose fuzzer with simple, command-l
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips=		fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
+BROKEN_mips64=		fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
 BROKEN_powerpc64=	fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
 
 USES=		gmake

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/security/pam_ssh_agent_auth/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,7 +10,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PAM module which permits authentication via ssh-agent
 
 BROKEN_SSL=	openssl-devel
-BROKEN_powerpc64=	fails to build: ed25519-donna-portable.h: warning: ALIGN redefined
+BROKEN_mips64=		fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation!
+BROKEN_powerpc64=	fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined
 
 USES=		perl5 ssl tar:bzip2
 GNU_CONFIGURE=	yes

Modified: head/security/py-pysha3/Makefile
==============================================================================
--- head/security/py-pysha3/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/security/py-pysha3/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,6 +13,7 @@ COMMENT=	SHA-3 (Keccak) for Python
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips64=		fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
 BROKEN_powerpc64=	fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
 
 # Actually Python 2.7,3.4+

Modified: head/security/py-python-nss/Makefile
==============================================================================
--- head/security/py-python-nss/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/security/py-python-nss/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -15,6 +15,8 @@ LICENSE_FILE_LGPL21+ =	${WRKSRC}/LICENSE.lgpl
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/LICENSE.gpl
 LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.mpl
 
+BROKEN_mips=		fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
+BROKEN_mips64=		fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
 BROKEN_powerpc64=	fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions
 
 LIB_DEPENDS=	libnspr4.so:devel/nspr \

Modified: head/security/sha1collisiondetection/Makefile
==============================================================================
--- head/security/sha1collisiondetection/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/security/sha1collisiondetection/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,14 +14,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BROKEN_aarch64=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
 BROKEN_armv6=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
 BROKEN_armv7=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
+BROKEN_mips=		fails to compile: cc1: unrecognized command line option -std=c90
+BROKEN_mips64=		fails to compile: cc1: unrecognized command line option -std=c90
 BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -std=c90
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	cr-marcstevens
 
-USE_LDCONFIG=	yes
-
 USES=		gmake libtool:build
+USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/sha1dcsum \
 		bin/sha1dcsum_partialcoll \

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/sysutils/cbsd/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,6 +10,8 @@ COMMENT=	Yet another FreeBSD Jail and Bhyve Management
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips=		fails to link: cannot find -lc++
+BROKEN_mips64=		fails to link: cannot find -lc++
 BROKEN_powerpc64=	fails to link: cannot find -lc++
 
 RUN_DEPENDS=	rsync:net/rsync \

Modified: head/sysutils/cmogstored/Makefile
==============================================================================
--- head/sysutils/cmogstored/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/sysutils/cmogstored/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,7 +12,9 @@ COMMENT=	Alternative mogstored implementation for Mogi
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build: internal compiler error: Segmentation fault
+BROKEN_mips=		failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
+BROKEN_mips64=		failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
+BROKEN_powerpc64=	fails to build: internal compiler error: Segmentation fault
 
 PLIST_FILES=	sbin/cmogstored \
 		man/man1/cmogstored.1.gz

Modified: head/sysutils/fusefs-libs3/Makefile
==============================================================================
--- head/sysutils/fusefs-libs3/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/sysutils/fusefs-libs3/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	FUSE library version 3 for filesystems implem
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+BROKEN_mips=		fails to compile: unrecognized command line option "-Wno-unused-result"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-Wno-unused-result"
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-unused-result"
 
 USES=		meson

Modified: head/sysutils/incron/Makefile
==============================================================================
--- head/sysutils/incron/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/sysutils/incron/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -15,6 +15,8 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE-GPL
 LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE-LGPL
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-X11
 
+BROKEN_mips=		fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
+BROKEN_mips64=		fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
 BROKEN_powerpc64=	fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify

Modified: head/sysutils/smart/Makefile
==============================================================================
--- head/sysutils/smart/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/sysutils/smart/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -9,6 +9,8 @@ COMMENT=	Output disk SMART values
 
 LICENSE=	ISCL
 
+BROKEN_mips=		fails to compile: libsmart.c:241: storage size of 's' isn't constant
+BROKEN_mips64=		fails to compile: libsmart.c:241: storage size of 's' isn't constant
 BROKEN_powerpc64=	fails to compile: libsmart.c:241: storage size of 's' isn't constant
 IGNORE_FreeBSD_10=	Requires FreeBSD 11 or later
 

Modified: head/textproc/ffe/Makefile
==============================================================================
--- head/textproc/ffe/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/textproc/ffe/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Flat file extractor
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_mips=		fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
+BROKEN_mips64=		fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
 BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
 
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \

Modified: head/www/gatling/Makefile
==============================================================================
--- head/www/gatling/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/www/gatling/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,9 +11,11 @@ COMMENT=	High performance webserver with scalability b
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
-
+BROKEN_mips=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
+BROKEN_mips64=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
 BROKEN_powerpc64=	fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
+
+BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
 
 USES=		gmake ssl tar:xz
 USE_RC_SUBR=	gatling

Modified: head/www/logtools/Makefile
==============================================================================
--- head/www/logtools/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/www/logtools/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -11,6 +11,8 @@ COMMENT=	Useful tools to deal with CLF files (Common L
 
 LICENSE=	GPLv2
 
+BROKEN_mips=		fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory
+BROKEN_mips64=		fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory
 BROKEN_powerpc64=	fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory
 
 USES=		tar:tgz

Modified: head/www/mod_authnz_crowd/Makefile
==============================================================================
--- head/www/mod_authnz_crowd/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/www/mod_authnz_crowd/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -13,11 +13,13 @@ COMMENT=	Apache 2.2+ module to use Atlassian Crowd for
 
 LICENSE=	APACHE20
 
+BROKEN_mips=		fails to build: error: curl/curl.h: No such file or directory
+BROKEN_mips64=		fails to build: error: curl/curl.h: No such file or directory
+BROKEN_powerpc64=	fails to build: error: curl/curl.h: No such file or directory
+
 LIB_DEPENDS=	libsvn_client-1.so:devel/subversion \
 		libcurl.so:ftp/curl
 RUN_DEPENDS=	${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn
-
-BROKEN_powerpc64=	Does not build: error: curl/curl.h: No such file or directory
 
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib

Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/www/mod_md-devel/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -14,7 +14,9 @@ COMMENT=	Early experience LetsEncrypt module for Apach
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to compile: md_json.c:29: expected [error|warning|ignored] after '#pragma GCC diagnostic'
+BROKEN_mips=		fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic
+BROKEN_mips64=		fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic
+BROKEN_powerpc64=	fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic
 
 LIB_DEPENDS=	libaprutil-1.so:devel/apr1 \
 		libcurl.so:ftp/curl \

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/www/pecl-http/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -12,6 +12,8 @@ COMMENT=	Extended HTTP Support
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_mips=		fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
+BROKEN_mips64=		fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
 BROKEN_powerpc64=	fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
 IGNORE_WITH_PHP=	56
 

Modified: head/x11-wm/cde/Makefile
==============================================================================
--- head/x11-wm/cde/Makefile	Mon Jul  2 03:08:57 2018	(r473698)
+++ head/x11-wm/cde/Makefile	Mon Jul  2 04:00:29 2018	(r473699)
@@ -10,6 +10,7 @@ DISTNAME=	${PORTNAME}-src-${DISTVERSION}
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Common Desktop Environment
 
+BROKEN_mips64=		fails to build: ./config/imake/imake: No such file or directory
 BROKEN_powerpc64=	fails to build: ./config/imake/imake: No such file or directory
 
 BUILD_DEPENDS=	ksh93:shells/ksh93			\



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