Port details |
- go117 Go programming language
- 1.17.12 lang
=0 1.17.12Version of this port present on the latest quarterly branch. - Maintainer: go@FreeBSD.org
 - Port Added: 2022-04-05 02:45:06
- Last Update: 2022-08-02 18:19:22
- Commit Hash: d927b13
- License: BSD3CLAUSE
- WWW:
- https://golang.org
- Description:
- Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
WWW: https://golang.org
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: go117
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386
- distinfo:
- TIMESTAMP = 1657714392
SHA256 (go1.17.12.src.tar.gz) = 0d51b5b3f280c0f01f534598c0219db5878f337da6137a9ee698777413607209
SIZE (go1.17.12.src.tar.gz) = 22205674
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: lang/go-devel
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for go117-1.17.12:
====> Options available for the single GOAMD64: you have to select exactly one of them
V1=on: Use baseline x86-64 instruction set
V2=off: V1 instructions plus CMPXCHG16B, LAHF, SAHF, POPCNT, SSE*
V3=off: V2 instructions plus AVX*, BMI*, F16C, FMA, LZCNT, MOVBE, OSXSAVE
V4=off: V3 instructions plus AVX512*
===> Use 'make config' to modify these settings
- Options name:
- lang_go117
- USES:
- cpe shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/go-devel |
Commit | Credits | Log message |
1.17.12 02 Aug 2022 18:19:22
    |
Dmitri Goutnik (dmgk)  |
lang/go117: Remove outdated port
Unsupported by upstream, not used in the ports tree. |
1.17.12 20 Jul 2022 14:22:15
    |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
1.17.12 14 Jul 2022 12:39:44
    |
Dmitri Goutnik (dmgk)  |
lang/go117: Update to 1.17.12
Changes: https://go.dev/doc/devel/release#go1.17.minor
Security: a4f2416c-02a0-11ed-b817-10c37b4ac2ea |
1.17.11 07 Jun 2022 12:48:52
    |
Dmitri Goutnik (dmgk)  |
lang/go117: Update to 1.17.11
Security: 15888c7e-e659-11ec-b7fe-10c37b4ac2ea |
1.17.10 06 Jun 2022 18:19:10
    |
Dmitri Goutnik (dmgk)  |
*/*: Introduce versioned Go ports
- Mk/Uses/go.mk: add support for selecting Go port version in USES=go;
- 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 |
1.17.10 16 May 2022 18:37:03
    |
Dmitri Goutnik (dmgk)  |
lang/go117: Update to 1.17.10
Changes: https://go.dev/doc/devel/release#go1.17.minor
PR: 263993
Approved by: ygy (maintainer)
Security: a1360138-d446-11ec-8ea1-10c37b4ac2ea |
1.17.9 03 May 2022 12:14:17
    |
Dmitri Goutnik (dmgk)  |
lang/{go,go117,go-devel}: Update bootstrap to go1.17.9
Switch to the newer go1.17.9 bootstrap with backported CL346872
[1,2], fixes ports 259709.
[1] https://go-review.googlesource.com/c/go/+/346872/
[2] https://github.com/golang/go/issues/48112
PR: 263726
PR: 259709
Approved by: ygy@ (maintainer) |
1.17.9 03 May 2022 12:14:17
    |
Dmitri Goutnik (dmgk)  |
lang/go117: Update to 1.17.9
Changes: https://go.dev/doc/devel/release#go1.17.minor
PR: 263724
Approved by: ygy@ (maintainer)
Security: 61bce714-ca0c-11ec-9cfc-10c37b4ac2ea |
1.17.8 22 Apr 2022 17:08:44
    |
Guangyuan Yang (ygy)  |
lang/go117: Fix distinfo for aarch64
MFH: 2022Q2 (build fix) |
1.17.8 05 Apr 2022 08:39:40
    |
Antoine Brodin (antoine)  |
lang/go117: fix PKGBASE collision |
1.17.8 05 Apr 2022 02:36:14
    |
Guangyuan Yang (ygy)  |
lang/go117: Add back go 1.17 for compatibility
Some ports have dependencies that are not compatible with go 1.18 yet.
Add 1.17 back to allow these ports to build. |