Date: Sun, 12 Jan 2025 21:43:42 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ea4878d6a949 - main - japanese/py-SudachiPy: broken on powerpc, same as i386 Message-ID: <202501122143.50CLhgr3098296@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea4878d6a9493d59a97e0844a12c9a45a1ac14ab commit ea4878d6a9493d59a97e0844a12c9a45a1ac14ab Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 20:07:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:37:31 +0000 japanese/py-SudachiPy: broken on powerpc, same as i386 --- japanese/py-SudachiPy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index 5a766fb88878..f6a8ad96964e 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -12,6 +12,7 @@ WWW= https://github.com/WorksApplications/sudachi.rs LICENSE= APACHE20 BROKEN_i386= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible +BROKEN_powerpc= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhgr3098296>