Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 21:09:05 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426633 - head/net/cloud-init
Message-ID:  <201611202109.uAKL95sw069568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 20 21:09:05 2016
New Revision: 426633
URL: https://svnweb.freebsd.org/changeset/ports/426633

Log:
  Mark as x86-only due to dependency on dmidecode.
  
  From the maintainer:
  
  FreeBSD support is not high on the list of things that upstream is
  working on ... dmidecode is used as a fallback to try and figure out
  if cloud-init is running on RHEV or VSPHERE.  I would rather not try to
  patch the existing source code since upstream is multiple versions ahead
  (all of them are unfortunately broken on FreeBSD).
  
  Approved by:	maintainer

Modified:
  head/net/cloud-init/Makefile

Modified: head/net/cloud-init/Makefile
==============================================================================
--- head/net/cloud-init/Makefile	Sun Nov 20 21:03:08 2016	(r426632)
+++ head/net/cloud-init/Makefile	Sun Nov 20 21:09:05 2016	(r426633)
@@ -37,6 +37,9 @@ USE_PYTHON=	autoplist distutils
 
 PYDISTUTILS_INSTALLARGS+=	"--init-system=sysvinit_freebsd"
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	currently depends on dmidecode which is x86-only
+
 post-build:
 	@cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg
 



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