aboutsummaryrefslogtreecommitdiff
path: root/net/rsplib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
commitf1696c0036d9217bb6826834f7a36d1edc5503a2 (patch)
tree9332e3d29b9f67e05c02052339c1fc25be6de3b5 /net/rsplib
parent3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff)
downloadports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz
ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456719
Diffstat (limited to 'net/rsplib')
-rw-r--r--net/rsplib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/rsplib/Makefile b/net/rsplib/Makefile
index 93cf4837aa70..7a171b8684ab 100644
--- a/net/rsplib/Makefile
+++ b/net/rsplib/Makefile
@@ -12,6 +12,10 @@ COMMENT= RSerPool Framework and Example Applications
LICENSE= GPLv3
+BROKEN_aarch64= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
+BROKEN_armv6= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
+BROKEN_armv7= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode \
--enable-qt --with-qt-lib=${QT_LIBDIR} \