aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mdata-client
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 14:00:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 14:00:43 +0000
commita78aef718d69e62e911600e8f27f3b605a0c399c (patch)
tree363784d85948547564ab0295cb0bed163f1f3567 /net-mgmt/mdata-client
parent66b08a9fece43c3efbfb21717e013c635774c1e4 (diff)
downloadports-a78aef718d69e62e911600e8f27f3b605a0c399c.tar.gz
ports-a78aef718d69e62e911600e8f27f3b605a0c399c.zip
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472693
Diffstat (limited to 'net-mgmt/mdata-client')
-rw-r--r--net-mgmt/mdata-client/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/mdata-client/Makefile b/net-mgmt/mdata-client/Makefile
index 67f59b23ada5..91700553fdbf 100644
--- a/net-mgmt/mdata-client/Makefile
+++ b/net-mgmt/mdata-client/Makefile
@@ -10,9 +10,10 @@ COMMENT= Metadata tools for use within guests of the SmartOS
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_GITHUB= yes
-GH_ACCOUNT= joyent
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
USES= gmake
+USE_GITHUB= yes
+GH_ACCOUNT= joyent
.include <bsd.port.mk>