notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
go127 Go programming language
1.27.0 langnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2026-08-19 17:42:31
Last Update: 2026-08-19 17:39:03
Commit Hash: 911d7d4
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. FreeBSD allows you to install multiple versions of Go at the same time. As a result, this package installs only versioned binaries (i.e. goXYZ, gofmtXYZ). To get unversioned names (go, gofmt, etc.) install the "go" package or the lang/go port.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/go127-1.27.0/catalog.mk
  2. /usr/local/share/licenses/go127-1.27.0/LICENSE
  3. /usr/local/share/licenses/go127-1.27.0/BSD3CLAUSE
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • go127>0:lang/go127
To install the port:
cd /usr/ports/lang/go127/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/go127
  • pkg install go127
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: go127
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
distinfo:
TIMESTAMP = 1787159271 SHA256 (go1.27.0.src.tar.gz) = 7002403d7cc44529ef6d26f69a44818263395ead7c16c05a5808ae047ebeb0e5 SIZE (go1.27.0.src.tar.gz) = 35080395

Expand this list (10 items)

Collapse this list.

SHA256 (go1.25.14.freebsd-arm64.tar.gz) = 46a58dfa6277db1a12426f92b0928d2d1e8593a23658d6988bc4944c75c928fa SIZE (go1.25.14.freebsd-arm64.tar.gz) = 57088475 SHA256 (go1.25.14.freebsd-amd64.tar.gz) = e85e6530832772dc5769b42e42cd5aa488dd20149a6792a4c0e87762164a60da SIZE (go1.25.14.freebsd-amd64.tar.gz) = 59634883 SHA256 (go1.25.14.freebsd-arm.tar.gz) = a8cbd74c4136028716feca03753a2546b6efa9902d3233f0d8ea19d09c02c373 SIZE (go1.25.14.freebsd-arm.tar.gz) = 58334469 SHA256 (go1.25.14.freebsd-386.tar.gz) = 35903a0a91de85d22f79e597c7bf3fd2780db74370b937f0e5880a57fa66aca9 SIZE (go1.25.14.freebsd-386.tar.gz) = 58308643 SHA256 (go1.25.14.freebsd-riscv64.tar.gz) = 38c91f48802de5ddfaf6a86aea6d8d5f129c0df776edd66ad1793f8c869c44c7 SIZE (go1.25.14.freebsd-riscv64.tar.gz) = 58188033

Collapse this list.


Packages (timestamps in pop-ups are UTC):
go127
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest----1.27.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-1.27.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for go127-1.27.0: ====> 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_go127
USES:
cpe shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://go.dev/dl/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.27.0
19 Aug 2026 17:39:03
commit hash: 911d7d4e652c587ecbac6d34963b7cf19ef75bf2commit hash: 911d7d4e652c587ecbac6d34963b7cf19ef75bf2commit hash: 911d7d4e652c587ecbac6d34963b7cf19ef75bf2commit hash: 911d7d4e652c587ecbac6d34963b7cf19ef75bf2 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
lang/go127: Add go 1.27

Changes:
  Go 1.27 now supports generic methods: a method declaration may declare
  its own type parameters. This widely anticipated change allows adding
  generic functions within the namespace of a particular data type where
  before one had to declare such functions with a scope of the entire
  package.

  A key in a struct literal may now be any valid field selector for the
  struct type, not just a (top-level) field name of the struct.

  Function type inference has been generalized to apply in all contexts
  where a generic function is assigned to a variable of (or converted
  to) a matching function type.

Number of commits found: 1