Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 07:55:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550250 - head/databases/leofs
Message-ID:  <202009270755.08R7tNkd007167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 07:55:23 2020
New Revision: 550250
URL: https://svnweb.freebsd.org/changeset/ports/550250

Log:
  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)

Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Sun Sep 27 07:44:15 2020	(r550249)
+++ head/databases/leofs/Makefile	Sun Sep 27 07:55:23 2020	(r550250)
@@ -12,16 +12,16 @@ COMMENT=	Highly scalable, fault-tolerant distributed f
 
 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
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009270755.08R7tNkd007167>