aboutsummaryrefslogtreecommitdiff
path: root/devel/dmucs
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 15:07:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 15:07:11 +0000
commit6a67297b00f28d20f684532b58f2d9697007357d (patch)
tree63c89da74eed9e490571d2f4431a86387cc1eb81 /devel/dmucs
parent9056a15c1ff18b634b9d9587dd40b44cd24bbfd3 (diff)
downloadports-6a67297b00f28d20f684532b58f2d9697007357d.tar.gz
ports-6a67297b00f28d20f684532b58f2d9697007357d.zip
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441847
Diffstat (limited to 'devel/dmucs')
-rw-r--r--devel/dmucs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile
index 1728969d93c0..79d786868919 100644
--- a/devel/dmucs/Makefile
+++ b/devel/dmucs/Makefile
@@ -10,11 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Distributed Multi-User Compilation System (for use with distcc)
+BROKEN_armv6= fails to compile: passing char * to parameter of incompatible type __builtin_va_list
+BROKEN_aarch64= fails to compile: passing char * to parameter of incompatible type __builtin_va_list
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost
-BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list
-
.include <bsd.port.mk>