From a55563458d9185aac53cd6c902e02494c1ce56d8 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 20 Nov 2016 21:09:05 +0000 Subject: 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 --- net/cloud-init/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile index 80163382c5d9..2aa4d2a58239 100644 --- a/net/cloud-init/Makefile +++ b/net/cloud-init/Makefile @@ -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 -- cgit