diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /cad | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) | |
download | freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.zst freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.zip |
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)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 2 | ||||
-rw-r--r-- | cad/freehdl/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index acc97ec88783..f6a5ac0d8ef1 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -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-* diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 562718ca7be9..83581736e29e 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -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 |