aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsdbq
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 03:49:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 03:49:09 +0000
commit836c2938d13dd8f3de8529a539c0e99b8b132537 (patch)
tree011ecedd5c814f5703e586c87086601a7a0634a4 /dns/dnsdbq
parentc4645f731a53ba79207bee6555d94df477deb0fc (diff)
downloadports-836c2938d13dd8f3de8529a539c0e99b8b132537.tar.gz
ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472670
Diffstat (limited to 'dns/dnsdbq')
-rw-r--r--dns/dnsdbq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dnsdbq/Makefile b/dns/dnsdbq/Makefile
index 3b29abb05754..4f9dc734471a 100644
--- a/dns/dnsdbq/Makefile
+++ b/dns/dnsdbq/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0
LICENSE_FILE_ISCL= ${WRKSRC}/ISC
+BROKEN_powerpc64= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype
+
LIB_DEPENDS= libjansson.so:devel/jansson \
libcurl.so:ftp/curl