aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-22 01:15:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-22 01:15:19 +0000
commit4cb19e7f8736e7bc55f9efa09ac868abbe116836 (patch)
tree0c07443b478fb33416592bf0cae1d18b5907dd27 /sysutils
parent145e894e6883a8b63b5589242af55a01e36236d4 (diff)
downloadports-4cb19e7f8736e7bc55f9efa09ac868abbe116836.tar.gz
ports-4cb19e7f8736e7bc55f9efa09ac868abbe116836.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/osquery/Makefile2
-rw-r--r--sysutils/puppet5/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index b8a35f2d7e38..a5d5ec64fbbe 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -11,6 +11,8 @@ COMMENT= SQL powered OS instrumentation, monitoring, and analytics
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: the clang compiler does not support '-march=x86-64'
+
BUILD_DEPENDS= thrift>=0.11.0:devel/thrift \
bash>0:shells/bash \
linenoise-ng>0:devel/linenoise-ng \
diff --git a/sysutils/puppet5/Makefile b/sysutils/puppet5/Makefile
index 8218ec584b8d..e3abb0ccf01f 100644
--- a/sysutils/puppet5/Makefile
+++ b/sysutils/puppet5/Makefile
@@ -12,6 +12,8 @@ COMMENT= Configuration management framework written in Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to install: Could not load facter; cannot install
+
BUILD_DEPENDS= rubygem-hiera>=2.0:sysutils/rubygem-hiera \
rubygem-json_pure>=0:devel/rubygem-json_pure
RUN_DEPENDS= rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \