aboutsummaryrefslogtreecommitdiff
path: root/databases/leofs
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 07:55:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 07:55:23 +0000
commit7ab311a60d206d93046ec1f3e3d054021c97d9d5 (patch)
treeeee625223debe5dcc70512cd78d55c85f23dc866 /databases/leofs
parent56ba7b05c4e8affe47389fa7943e200ccd4c0693 (diff)
downloadports-7ab311a60d206d93046ec1f3e3d054021c97d9d5.tar.gz
ports-7ab311a60d206d93046ec1f3e3d054021c97d9d5.zip
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)
Notes
Notes: svn path=/head/; revision=550250
Diffstat (limited to 'databases/leofs')
-rw-r--r--databases/leofs/Makefile8
1 files 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}