Port details |
- go124 Go programming language
- 1.24.2 lang
=1 1.24.1_3Version of this port present on the latest quarterly branch. - Maintainer: go@FreeBSD.org
 - Port Added: 2025-03-06 17:00:07
- Last Update: 2025-04-02 02:03:48
- Commit Hash: 0cd2398
- People watching this port, also watch:: go123, openbox, veloren-weekly, headscale, tmux
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/go124/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go124
- pkg install go124
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go124
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1743558664
SHA256 (go1.24.2.src.tar.gz) = 9dc77ffadc16d837a1bf32d99c624cb4df0647cee7b119edd9e7b1bcc05f2e00
SIZE (go1.24.2.src.tar.gz) = 30787666
Packages (timestamps in pop-ups are UTC):
- Master port: lang/go-devel
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- This port is required by:
- for Build
-
- databases/redis_exporter
- deskutils/noti
- devel/buildkite-agent
- devel/buildkite-cli
- devel/gocritic
- devel/goreleaser
- dns/godns
- for Fetch
-
- databases/redis_exporter
- devel/buildkite-agent
- devel/buildkite-cli
- devel/gocritic
- devel/goreleaser
- dns/godns
- dns/zns
Configuration Options:
- ===> The following configuration options are available for go124-1.24.2:
====> 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_go124
- 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.24.2 02 Apr 2025 02:03:48
    |
Adam Weinberger (adamw)  |
lang/go124: Update to 1.24.2 |
1.24.1_3 07 Mar 2025 17:12:35
    |
Baptiste Daroussin (bapt)  |
lang/go-devel: fix a4327166148114c314ae5dd6f9c7e6776178e0ac
There was a typo in the initial commit
Also the glob is on the file name not on the path, to use the hammer
and a wild glob, anyway golang has no external dependencies anyway |
1.24.1_2 07 Mar 2025 06:04:45
    |
Gleb Popov (arrowd)  |
lang/go{120,121,122,123,-devel}: Revert "Stop install Linux test binaries"
This reverts commit a9d50d18293658481ab9badf19ddc0dda84628b0.
A better solution was committed in a4327166148114c314ae5dd6f9c7e6776178e0ac
PR: 285151
Reported by: fuz |
1.24.1_1 06 Mar 2025 19:24:20
    |
Baptiste Daroussin (bapt)  |
golang: do not collect data from wrong freebsd binary
Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D49260 |
1.24.1 06 Mar 2025 16:59:19
    |
Adam Weinberger (adamw)  Author: Denis Shaposhnikov |
lang/go124: Add port
PR: 284764 |