Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jun 2022 18:22:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264336] [exp-run] Introduce versioned Go ports
Message-ID:  <bug-264336-7788-jBns88N6a8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264336-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264336-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264336

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D3012ca2179ceb0e389fbeb30a66f9fe=
60a3cf5a1

commit 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-05-29 21:45:43 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-06-06 18:19:10 +0000

    */*: Introduce versioned Go ports

    - Mk/Uses/go.mk: add support for selecting Go port version in USES=3Dgo;
    - Mk/bsd.default-versions.mk: add GO_DEFAULT;
    - convert lang/go-devel to the master and lang/go{117,118} to slave
      ports;
    - add lang/go meta-port that provides go and gofmt symlinks to the
      current default version.

    PR:             264336
    Reviewed by:    ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
    Differential Revision:  https://reviews.freebsd.org/D35346

 Mk/Scripts/qa.sh                                   |   3 +
 Mk/Uses/go.mk                                      |  35 +++---
 Mk/bsd.default-versions.mk                         |   2 +
 lang/Makefile                                      |   1 +
 lang/go-devel/Makefile                             | 131 +++++++++++++++++=
+---
 lang/go-devel/pkg-descr (new)                      |   4 +
 lang/go/Makefile                                   | 126 ++---------------=
---
 lang/go/pkg-descr                                  |   3 +
 lang/go117/Makefile                                |  28 ++---
 lang/go117/distinfo                                |   6 +-
 lang/go118/Makefile (new)                          |  22 ++++
 lang/{go =3D> go118}/distinfo                        |   2 +-
 .../patch-src_cmd_go_internal_modload_vendor.go    |   0
 13 files changed, 199 insertions(+), 164 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264336-7788-jBns88N6a8>