svn commit: r426633 - head/net/cloud-init

Mark Linimon linimon at FreeBSD.org
Sun Nov 20 21:09:06 UTC 2016


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
 


More information about the svn-ports-all mailing list