Date: Mon, 13 May 2024 19:23:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: be6b8ffc7dc5 - 2024Q2 - sysutils/container-diff: Fix build on aarch64 Message-ID: <202405131923.44DJNpQA035235@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be6b8ffc7dc5bcb264734889504b8de478d37628 commit be6b8ffc7dc5bcb264734889504b8de478d37628 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-18 12:48:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 19:21:35 +0000 sysutils/container-diff: Fix build on aarch64 Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96 (cherry picked from commit cecb26d9e2656ebd2e0d45da6d806ac9a2950142) --- sysutils/container-diff/files/patch-aarch64 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sysutils/container-diff/files/patch-aarch64 b/sysutils/container-diff/files/patch-aarch64 new file mode 100644 index 000000000000..f35530eff731 --- /dev/null +++ b/sysutils/container-diff/files/patch-aarch64 @@ -0,0 +1,13 @@ +Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96 + +--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2024-04-18 11:16:31 UTC ++++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go +@@ -397,7 +397,7 @@ type FpReg struct { + } + + type FpReg struct { +- Fp_q [32]uint128 ++ Fp_q [512]uint8 + Fp_sr uint32 + Fp_cr uint32 + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131923.44DJNpQA035235>