FreeBSD Bugzilla – Attachment 228168 Details for
Bug 258291
lang/go{-devel}: Respect CC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1.1 (use "git am")
0001-lang-go-respect-CC.patch (text/plain), 1.23 KB, created by
Evgenii Khramtsov
on 2021-09-25 11:24:19 UTC
(
hide
)
Description:
v1.1 (use "git am")
Filename:
MIME Type:
Creator:
Evgenii Khramtsov
Created:
2021-09-25 11:24:19 UTC
Size:
1.23 KB
patch
obsolete
>From ea8e034d4a10f561367ee475d15f713299c01548 Mon Sep 17 00:00:00 2001 >From: Evgeniy Khramtsov <evgeniy@khramtsov.org> >Date: Sat, 25 Sep 2021 01:47:44 +0300 >Subject: [PATCH] lang/go: respect CC > >PR: 258291 >--- > lang/go-devel/Makefile | 2 +- > lang/go/Makefile | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile >index cb5333e83664..011f6d0e07f7 100644 >--- a/lang/go-devel/Makefile >+++ b/lang/go-devel/Makefile >@@ -2,7 +2,7 @@ > > PORTVERSION= g20210902 > # Always set PORTREVISION and PORTEPOCH explicitly as otherwise they are inherited from lang/go >-PORTREVISION= 0 >+PORTREVISION= 1 > PORTEPOCH= 0 > MASTER_SITES= https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ > LOCAL/dmgk:bootstrap >diff --git a/lang/go/Makefile b/lang/go/Makefile >index edc64432f732..e5fd854bea27 100644 >--- a/lang/go/Makefile >+++ b/lang/go/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= go > PORTVERSION?= 1.17.1 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > PORTEPOCH?= 1 > CATEGORIES= lang > MASTER_SITES?= https://golang.org/dl/ \ >@@ -90,6 +90,7 @@ do-build: > GOARCH=${GOARCH_${ARCH}} \ > GO386=${GO386} \ > GOARM=${GOARM_${ARCH}} \ >+ CC=${CC} \ > ${SH} make.bash -v > > do-install: >-- >2.32.0 >
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:
2khramtsov
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 258291
:
227687
| 228168