diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-21 05:09:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-21 05:09:05 +0800 |
commit | a55563458d9185aac53cd6c902e02494c1ce56d8 (patch) | |
tree | 9653da9306ffa59128dbdb8903c8d2cb34f3f70d /net | |
parent | 2fc73826368e10e126572273097f23b9ccc577fe (diff) | |
download | freebsd-ports-gnome-a55563458d9185aac53cd6c902e02494c1ce56d8.tar.gz freebsd-ports-gnome-a55563458d9185aac53cd6c902e02494c1ce56d8.tar.zst freebsd-ports-gnome-a55563458d9185aac53cd6c902e02494c1ce56d8.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/cloud-init/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |