FreeBSD Bugzilla – Attachment 211281 Details for
Bug 243803
www/gitlab-pages: fix build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
www_gitlab-pages.diff (text/plain), 1.66 KB, created by
Mikael Urankar
on 2020-02-02 16:25:16 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2020-02-02 16:25:16 UTC
Size:
1.66 KB
patch
obsolete
>Index: www/gitlab-pages/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go >=================================================================== >--- www/gitlab-pages/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (nonexistent) >+++ www/gitlab-pages/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (working copy) >@@ -0,0 +1,24 @@ >+From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001 >+From: Tobias Klauser <tklauser@distanz.ch> >+Date: Fri, 25 Oct 2019 21:13:51 +0200 >+Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64 >+ >+CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a >+type uint128. This type doesn't exist in Go. >+ >+Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b >+Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 >+Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> >+TryBot-Result: Gobot Gobot <gobot@golang.org> >+Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> >+--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-08-18 13:42:05 UTC >++++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go >+@@ -397,7 +397,7 @@ type Reg struct { >+ } >+ >+ type FpReg struct { >+- Fp_q [32]uint128 >++ Fp_q [512]uint8 >+ Fp_sr uint32 >+ Fp_cr uint32 >+ } > >Property changes on: www/gitlab-pages/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
swills
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 243803
: 211281