aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos17-client-static
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-31 08:16:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-31 08:16:46 +0000
commit068e708146da4c13816247a34c608d17f6a8520e (patch)
tree860855cd7ce07de7774e2d715950067314aaab06 /sysutils/bareos17-client-static
parent86a52c9ae2320cc8e06b18dd94fb772297027258 (diff)
downloadports-068e708146da4c13816247a34c608d17f6a8520e.tar.gz
ports-068e708146da4c13816247a34c608d17f6a8520e.zip
Mark these ports as BROKEN on powerpc64-13.
Workaround: use the latest version (bareos-*), which works. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=537127
Diffstat (limited to 'sysutils/bareos17-client-static')
-rw-r--r--sysutils/bareos17-client-static/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bareos17-client-static/Makefile b/sysutils/bareos17-client-static/Makefile
index d8b4aa4928ab..242948e2375f 100644
--- a/sysutils/bareos17-client-static/Makefile
+++ b/sysutils/bareos17-client-static/Makefile
@@ -5,6 +5,9 @@ PKGNAMESUFFIX= 17-client-static
COMMENT= Backup archiving recovery open sourced (static client)
+BROKEN_aarch64= Fails to link: missing sbrk
+BROKEN_FreeBSD_13_powerpc64= fails to compile: bsnprintf.c:621:16: static declaration of 'round' follows non-static declaration
+
CONFLICTS= bareos16-client-static-*
PLIST= ${.CURDIR}/pkg-plist
@@ -24,6 +27,4 @@ CONFIGURE_ARGS+= --enable-client-only \
--disable-build-stored \
--with-jansson=${LOCALBASE}
-BROKEN_aarch64= Fails to link: missing sbrk
-
.include "${MASTERDIR}/Makefile"