svn commit: r481387 - head/net-mgmt/mdata-client
Steve Wills
swills at FreeBSD.org
Sat Oct 6 18:40:19 UTC 2018
Author: swills
Date: Sat Oct 6 18:40:18 2018
New Revision: 481387
URL: https://svnweb.freebsd.org/changeset/ports/481387
Log:
net-mgmt/mdata-client: Set ONLY_FOR_ARCHS
and ONLY_FOR_ARCHS_REASON
Modified:
head/net-mgmt/mdata-client/Makefile (contents, props changed)
Modified: head/net-mgmt/mdata-client/Makefile
==============================================================================
--- head/net-mgmt/mdata-client/Makefile Sat Oct 6 18:31:41 2018 (r481386)
+++ head/net-mgmt/mdata-client/Makefile Sat Oct 6 18:40:18 2018 (r481387)
@@ -10,9 +10,8 @@ COMMENT= Metadata tools for use within guests of the S
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_mips= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
-BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= SmartOS only runs on amd64
USES= gmake
USE_GITHUB= yes
More information about the svn-ports-all
mailing list