diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
commit | c0440bda6b4b10acfc2e9dcd34f689807f39e66e (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /dns | |
parent | fef3d02fc15ae16547472eb1f71f009a47f998c0 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | dns/mdnsd/Makefile | 2 |
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 |