Created attachment 223984 [details] lang/mecrisp-stellaris: fix build problems Due to an oversight on my part, lang/mecrisp-stellaris does not build on the cluster. The attached patch fixes this issue and also addresses incorrect cache synchronisation that causes crashes on some processors. It also adds support for building on aarch64 FreeBSD >= 13. Please merge into quarterly if possible.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a19295b952c805bea86aea01125d6180eccb7a2 commit 4a19295b952c805bea86aea01125d6180eccb7a2 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-04-23 16:34:45 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-04-23 16:36:24 +0000 lang/mecrisp-stellaris: fix build problems PR: 254945 Submitted by: Robert Clausecker <fuz AT fuz DOT su> (maintainer) MFH: 2021Q2 lang/mecrisp-stellaris/Makefile | 29 +++++++++++----------- ...sp-stellaris-source_freebsd-ra_terminal.s (new) | 25 +++++++++++++++++++ lang/mecrisp-stellaris/pkg-message (new) | 8 ++++++ 3 files changed, 48 insertions(+), 14 deletions(-)
A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=56268cfe681dca6bd3163229f9cf8fa3995752d7 commit 56268cfe681dca6bd3163229f9cf8fa3995752d7 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-04-23 16:34:45 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-04-23 16:38:07 +0000 lang/mecrisp-stellaris: fix build problems PR: 254945 Submitted by: Robert Clausecker <fuz AT fuz DOT su> (maintainer) MFH: 2021Q2 (cherry picked from commit 4a19295b952c805bea86aea01125d6180eccb7a2) lang/mecrisp-stellaris/Makefile | 29 +++++++++++----------- ...sp-stellaris-source_freebsd-ra_terminal.s (new) | 25 +++++++++++++++++++ lang/mecrisp-stellaris/pkg-message (new) | 8 ++++++ 3 files changed, 48 insertions(+), 14 deletions(-)
Committed & MFH'd!