Date: Sat, 22 May 2021 02:42:38 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10ee34d965b0 - main - lang/smalltalk: mark BROKEN on riscv64 the same way as on aarch64. Message-ID: <202105220242.14M2gc3O054099@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=10ee34d965b0b06950172260d002f493a89221cf commit 10ee34d965b0b06950172260d002f493a89221cf Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-22 02:41:50 +0000 Commit: Mark Linimon <linimon@FreeBSD.org> CommitDate: 2021-05-22 02:41:50 +0000 lang/smalltalk: mark BROKEN on riscv64 the same way as on aarch64. Approved by: portmgr (tier-2 blanket) --- lang/smalltalk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index f03e5b17b231..c2fbd14471ba 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -11,6 +11,7 @@ COMMENT= GNU Smalltalk BROKEN_aarch64= Fails to link: undefined reference to sbrk BROKEN_powerpc64= Fails to build: gst-package: did not understand #~ +BROKEN_riscv64= Fails to link: undefined reference to sbrk BROKEN_sparc64= Fails to install BUILD_DEPENDS= zip:archivers/zip \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105220242.14M2gc3O054099>