aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2021-04-23 12:33:26 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2021-04-23 12:33:26 +0000
commit5bdb27cf6dc9d33428c6811f5149577cc917368e (patch)
treea7daad58f794349f923d8c3b2208e69a277756ea
parent4949db280da3af06af242d7653712f6bfd7693e7 (diff)
downloadports-5bdb27cf6dc9d33428c6811f5149577cc917368e.tar.gz
ports-5bdb27cf6dc9d33428c6811f5149577cc917368e.zip
databases/foundationdb*: ignore FreeBSD 11 due to upstream incompatibilities
-rw-r--r--databases/foundationdb-devel/Makefile1
-rw-r--r--databases/foundationdb/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/foundationdb-devel/Makefile b/databases/foundationdb-devel/Makefile
index a224e0216d9d..91872df7ccf1 100644
--- a/databases/foundationdb-devel/Makefile
+++ b/databases/foundationdb-devel/Makefile
@@ -11,6 +11,7 @@ COMMENT= Distributed, transactional key-value store
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_11= requires newer OpenSSL
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64
diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile
index 697d98385890..f863117dff0b 100644
--- a/databases/foundationdb/Makefile
+++ b/databases/foundationdb/Makefile
@@ -8,6 +8,7 @@ COMMENT= Distributed, transactional key-value store
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_11= requires newer OpenSSL
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64