FreeBSD Bugzilla – Attachment 203640 Details for
Bug 221297
lang/go: Fix arm build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for the current lang/go v2
go-1.12.2_1,1.patch (text/plain), 1.57 KB, created by
Dmitri Goutnik
on 2019-04-13 13:42:07 UTC
(
hide
)
Description:
Updated patch for the current lang/go v2
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-04-13 13:42:07 UTC
Size:
1.57 KB
patch
obsolete
>Index: lang/go/Makefile >=================================================================== >--- lang/go/Makefile (revision 498803) >+++ lang/go/Makefile (working copy) >@@ -3,11 +3,16 @@ > > PORTNAME= go > PORTVERSION= 1.12.2 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= lang > MASTER_SITES= https://golang.org/dl/ > DISTNAME= go${PORTVERSION}.src > >+PATCH_SITES= https://github.com/golang/go/commit/ >+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221297#c23 >+PATCHFILES= 3b6216ed0601c81fe42c2a4738d419afccb62163.patch:-p1 >+ > MAINTAINER= jlaffaye@FreeBSD.org > COMMENT= Go programming language > >@@ -40,6 +45,7 @@ > GOARCH=amd64 > .elif ${ARCH} == armv6 || ${ARCH} == armv7 > GOARCH=arm >+GOARM=${ARCH:C/armv//} > .else > IGNORE= unknown arch ${ARCH} > .endif >@@ -58,7 +64,7 @@ > GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ > GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ > GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ >- GO386=${GO386} \ >+ GO386=${GO386} GOARM=${GOARM} CGO_ENABLED=1 \ > ${SH} make.bash -v > ${RM} -r ${WRKSRC}/pkg/obj \ > ${WRKSRC}/pkg/bootstrap \ >Index: lang/go/distinfo >=================================================================== >--- lang/go/distinfo (revision 498803) >+++ lang/go/distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1554573274 >+TIMESTAMP = 1555155727 > SHA256 (go1.12.2.src.tar.gz) = af992580a4a609309c734d46fd4374fe3095961263e609d9b017e2dffc3b7b58 > SIZE (go1.12.2.src.tar.gz) = 21965624 >+SHA256 (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 87ccfc01b285ba5c4913f91e8b475b0a0ae713cc569746461c14bf37300dae5b >+SIZE (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 2293
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
Actions:
View
|
Diff
Attachments on
bug 221297
:
185109
|
186252
|
186253
|
186254
|
203615
|
203640
|
203671