Port details |
- go124 Go programming language
- 1.24.1_3 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: go@FreeBSD.org
 - Port Added: 2025-03-06 17:00:07
- Last Update: 2025-03-07 17:12:35
- Commit Hash: 6c97650
- 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 = 1741278429
SHA256 (go1.24.1.src.tar.gz) = 8244ebf46c65607db10222b5806aeb31c1fcf8979c1b6b12f60c677e9a3c0656
SIZE (go1.24.1.src.tar.gz) = 30777528
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for go124-1.24.1_3:
====> 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.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 |