[Bug 278953] lang/go122: build fails on armv7 FreeBSD 13.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 May 2024 14:57:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278953

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 1ec501743bd9a626af211b4cab06751227a4d703
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-05-13 18:45:02 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-05-23 14:55:55 +0000

    lang/go122: fix build on armv7

    This backports a commit needed to get proper barriers during bootstrap
    when building Go with more than one job on armv7.

    Note that this only changes the behaviour when building the bootstrap
    toolchain.  Binaries generated using the toolchain are not affected
    and hence Go ports need not be bumped.

    PR:             278953
    Approved by:    portmgr (build fix blanket)
    Obtained from:  https://go-review.googlesource.com/c/go/+/562995
    See also:       https://github.com/golang/go/issues/65601
    MFH:            2024Q2

 lang/go122/Makefile                                |  3 ++-
 lang/go122/files/patch-src_cmd_dist_build.go (new) | 23 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.