aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-06-18 11:49:09 +0800
committerlinimon <linimon@FreeBSD.org>2018-06-18 11:49:09 +0800
commitc0440bda6b4b10acfc2e9dcd34f689807f39e66e (patch)
tree011ecedd5c814f5703e586c87086601a7a0634a4 /dns
parentfef3d02fc15ae16547472eb1f71f009a47f998c0 (diff)
downloadfreebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.gz
freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.zst
freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.zip
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsdbq/Makefile2
-rw-r--r--dns/mdnsd/Makefile2
2 files changed, 4 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
diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile
index a3b9826cab5d..1d2f49eb6105 100644
--- a/dns/mdnsd/Makefile
+++ b/dns/mdnsd/Makefile
@@ -15,6 +15,8 @@ COMMENT= Advertise a service via Rendezvous
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wpedantic"
+
USES= cmake:outsource
USE_GITHUB= yes
GH_ACCOUNT= Pro