aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-20 20:02:07 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-20 20:02:07 +0800
commit56d511a435a8db91cbb7081bd0f4fb30317ea7a2 (patch)
treef214fd97b3e397fb90830db2b455ad9033c3e640 /sysutils
parent4770a591dedae73a35dfec66e21ed33765da0890 (diff)
downloadfreebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.gz
freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.zst
freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.zip
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrdao/Makefile4
-rw-r--r--sysutils/lsof/Makefile2
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 1bcaa66d31e6..f34c7a6f5d55 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -13,6 +13,10 @@ COMMENT?= Record CD-R[W]s in disk-at-once mode
LICENSE= GPLv2
+BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+
GNU_CONFIGURE= yes
USE_CXXSTD= c++11
USES= alias gmake tar:bzip2
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 70fdb5fb38fc..8b6bc6518090 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -29,6 +29,8 @@ LICENSE_NAME=lsof
LICENSE_FILE=${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+BROKEN_powerpc64= fails to compile: sys/pcpu.h: error: size of array '__assert_0' is negative
+
#Please leave the below line in for the next clean up.
FIXUP_RELEASE= YES
.if defined(FIXUP_RELEASE)