summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-20 12:02:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-20 12:02:07 +0000
commit73a2d70934144e0597ca6a667908f5304f959009 (patch)
treef214fd97b3e397fb90830db2b455ad9033c3e640 /devel
parentUpdate to 3.4.6 (diff)
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441309
Diffstat (limited to 'devel')
-rw-r--r--devel/aarch64-binutils/Makefile4
-rw-r--r--devel/llvm34/Makefile3
-rw-r--r--devel/mingw32-gcc/Makefile2
3 files changed, 8 insertions, 1 deletions
diff --git a/devel/aarch64-binutils/Makefile b/devel/aarch64-binutils/Makefile
index 4e971f31d5a4..17733da0e19e 100644
--- a/devel/aarch64-binutils/Makefile
+++ b/devel/aarch64-binutils/Makefile
@@ -4,6 +4,10 @@ COMMENT= GNU binutils for AArch64 cross-development
PKGNAMEPREFIX= aarch64-
PLIST= ${.CURDIR}/pkg-plist
+BROKEN_mips= fails to configure: error: C compiler cannot create executables
+BROKEN_mips64= fails to configure: error: C compiler cannot create executables
+BROKEN_powerpc64= fails to configure: error: C compiler cannot create executables
+
MASTERDIR= ${.CURDIR}/../binutils
OPTIONS_DEFAULT= STATIC
diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile
index aa127b3b6acf..ed12000ca551 100644
--- a/devel/llvm34/Makefile
+++ b/devel/llvm34/Makefile
@@ -11,7 +11,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX}
MAINTAINER= brooks@FreeBSD.org
COMMENT= Low Level Virtual Machine
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not compile: libLLVMMipsCodeGen.a: sibling call optimization does not allow automatic multiple TOCs
+BROKEN_sparc64= does not compile: llvm::Function::lookupIntrinsicID() Function.cpp: internal compiler error: Abort trap
LLVM_SUFFIX= ${PORTVERSION:C/([0-9]\.[0-9]).*/\1/:S/.//g:C/r.//}
LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX}
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile
index 93372c52e7d6..532fc7946d62 100644
--- a/devel/mingw32-gcc/Makefile
+++ b/devel/mingw32-gcc/Makefile
@@ -22,6 +22,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc
+BROKEN_powerpc64= fails to configure: error: cannot compute suffix of object files: cannot compile
+
GCCVERSION= 4.8.1
SSP_UNSAFE= yes