mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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)
This commit is contained in:
parent
56ba7b05c4
commit
7ab311a60d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550250
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user