From 7ab311a60d206d93046ec1f3e3d054021c97d9d5 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 27 Sep 2020 07:55:23 +0000 Subject: [PATCH] Mark BROKEN on powerpc64le the same as on powerpc64. While here, move the BROKEN/ARCH lines to appease portlint. Approved by: portmgr (tier-2 blanket) --- databases/leofs/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index db54d2817c26..ad983b350bb4 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -12,6 +12,10 @@ COMMENT= Highly scalable, fault-tolerant distributed file system LICENSE= APACHE20 +BROKEN_aarch64= Does not compile: fatal error: lzo/lzo1x.h file not found +NOT_FOR_ARCHS= powerpc64 powerpc64le sparc64 +NOT_FOR_ARCHS_REASON= does not build: error Please implement AtomicPointer for this platform + BUILD_DEPENDS= ${LOCALBASE}/lib/erlang21/bin/erlc:lang/erlang-runtime21 \ ${LOCALBASE}/bin/cmake:devel/cmake \ ${LOCALBASE}/lib/libcheck.a:devel/check @@ -19,10 +23,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/erlang21/bin/erlc:lang/erlang-runtime21 \ USE_GITHUB= yes GH_ACCOUNT= leo-project -BROKEN_aarch64= Does not compile: fatal error: lzo/lzo1x.h file not found -NOT_FOR_ARCHS= powerpc64 sparc64 -NOT_FOR_ARCHS_REASON= does not build: error Please implement AtomicPointer for this platform - LEOFS_USER= leofs LEOFS_GROUP= leofs USERS= ${LEOFS_USER}