Bug 254945

Summary: lang/mecrisp-stellaris: fix build problems
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Some People CC: nc, rhurlin
Priority: --- Flags: fuz: maintainer-feedback+
fuz: merge-quarterly?
Version: Latest   
Hardware: arm   
OS: Any   
Attachments:
Description Flags
lang/mecrisp-stellaris: fix build problems fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2021-04-10 13:32:19 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-23 16:36:39 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-23 16:39:40 UTC
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(-)
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2021-04-23 16:40:06 UTC
Committed & MFH'd!