git: be6b8ffc7dc5 - 2024Q2 - sysutils/container-diff: Fix build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 19:23:51 UTC
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 + }