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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
go125 Go programming language
1.25.0 langnew! on this many watch lists=1 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: 2025-08-14 01:48:05
Last Update: 2025-08-14 01:46:02
Commit Hash: eb2548c
People watching this port, also watch:: snac, go123, openbox, veloren-weekly, 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.
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/go125-1.25.0/catalog.mk
  2. /usr/local/share/licenses/go125-1.25.0/LICENSE
  3. /usr/local/share/licenses/go125-1.25.0/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • go125>0:lang/go125
To install the port:
cd /usr/ports/lang/go125/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/go125
  • pkg install go125
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: go125
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
distinfo:
TIMESTAMP = 1755133141 SHA256 (go1.25.0.src.tar.gz) = 4bd01e91297207bfa450ea40d4d5a93b1b531a5e438473b2a06e18e077227225 SIZE (go1.25.0.src.tar.gz) = 31974753

Expand this list (10 items)

Collapse this list.

SHA256 (go1.24.6.freebsd-arm64.tar.gz) = 76a75ad5125217c268029c0ad9c7295cc7f6042fe9cba4bebf9a89f7f42ad8af SIZE (go1.24.6.freebsd-arm64.tar.gz) = 74459381 SHA256 (go1.24.6.freebsd-amd64.tar.gz) = 4983e2b10ae1f754e4eb07e1e589691c7e1d0dc428a92c16bd0e2ba03cc23ed9 SIZE (go1.24.6.freebsd-amd64.tar.gz) = 78239878 SHA256 (go1.24.6.freebsd-arm.tar.gz) = a8da621d8282a91ee17b257a46f2606391c019cc1a7d7be628638792ca8033ad SIZE (go1.24.6.freebsd-arm.tar.gz) = 76180805 SHA256 (go1.24.6.freebsd-386.tar.gz) = 9cd74ad74f3ad833e92529f2fd9b0d7d9ffaab46307eccadb0afcf9a1ba09553 SIZE (go1.24.6.freebsd-386.tar.gz) = 76141526 SHA256 (go1.24.6.freebsd-riscv64.tar.gz) = ac206417d8460662f26d46dc2ad0488b2f9e22039946069ba4b48a0cb646e8b0 SIZE (go1.24.6.freebsd-riscv64.tar.gz) = 75595860

Collapse this list.


Packages (timestamps in pop-ups are UTC):
go125
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.25.0--1.25.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.25.0--1.25.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Master port: lang/go-devel
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
This port is required by:
for Build
  1. net-mgmt/victoria-logs
for Fetch
  1. net-mgmt/victoria-logs

Configuration Options:
===> The following configuration options are available for go125-1.25.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_go125
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)
This is a slave port. You may also want to view the commits to the master port: lang/go-devel
CommitCreditsLog message
1.25.0
14 Aug 2025 01:46:02
commit hash: eb2548c374239e1c5041afd37835560946792013commit hash: eb2548c374239e1c5041afd37835560946792013commit hash: eb2548c374239e1c5041afd37835560946792013commit hash: eb2548c374239e1c5041afd37835560946792013 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
lang/go125: Add port

Introduction to Go 1.25ΒΆ

The latest Go release, version 1.25, arrives in August 2025, six months
after Go 1.24. Most of its changes are in the implementation of the
toolchain, runtime, and libraries. As always, the release maintains the
Go 1 promise of compatibility. We expect almost all Go programs to
continue to compile and run as before.

https://go.dev/doc/go1.25

Number of commits found: 1