Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 10:21:14 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4d23d072136 - main - games/anki: Mark as BROKEN on aarch64
Message-ID:  <202203301021.22UALEhl079782@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7

commit c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-30 10:13:42 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-30 10:13:42 +0000

    games/anki: Mark as BROKEN on aarch64
    
    * Now that devel/bazel can be built on aarch64, some of Anki's Bazel
      rule files still need to be adjusted accordingly.  This needs some
      time and testing thus mark it as BROKEN on aarch64 for now.
    
    MFH:            2022Q1
---
 games/anki/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/anki/Makefile b/games/anki/Makefile
index 5f9fd7227442..9daeae22380a 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Flashcard trainer with spaced repetition
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	needs adjustments (e.g. "//platforms:freebsd_arm64") for the shipped Bazel rules files to include several files during build.
+
 NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc
 NOT_FOR_ARCHS_REASON=	the bazel build framework supports only 64-bit systems.
 



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