Date: Thu, 27 Apr 2017 22:40:50 +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: r439588 - head/databases/leofs Message-ID: <201704272240.v3RMeoss005023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704272240.v3RMeoss005023>