svn commit: r439588 - head/databases/leofs

Mark Linimon linimon at FreeBSD.org
Thu Apr 27 22:40:52 UTC 2017


Author: linimon
Date: Thu Apr 27 22:40:50 2017
New Revision: 439588
URL: https://svnweb.freebsd.org/changeset/ports/439588

Log:
  Give powerpc64 failure its real error message.  It is the same as sparc64.
  
  Switch to NOT_FOR, because it is really a case of the implementation being
  missing, not just a bug.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Thu Apr 27 22:01:37 2017	(r439587)
+++ head/databases/leofs/Makefile	Thu Apr 27 22:40:50 2017	(r439588)
@@ -19,8 +19,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	leo-project
 
 BROKEN_aarch64=		Does not compile: fatal error: lzo/lzo1x.h file not found
-BROKEN_powerpc64=	Does not build
-BROKEN_sparc64=		Does not build: error Please implement AtomicPointer for this platform
+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


More information about the svn-ports-head mailing list