Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 18:40:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481387 - head/net-mgmt/mdata-client
Message-ID:  <201810061840.w96IeJQP010349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810061840.w96IeJQP010349>