Port details on branch 2024Q1 |
- go-devel Go programming language (development version)
- g20240208 lang =0 g20240208Version of this port present on the latest quarterly branch.
- Maintainer: go@FreeBSD.org
- Port Added: 2024-03-06 22:24:15
- Last Update: 2024-03-06 22:05:14
- Commit Hash: 60c3d7f
- 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/go-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go-devel
- pkg install go-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1707649478
SHA256 (go-freebsd-arm64-go1.20.tar.xz) = 674e0a9bce8b64dcc085b000eb83ae880e96be1ee47dad6ec86c82dbe5550623
SIZE (go-freebsd-arm64-go1.20.tar.xz) = 32640640
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:
- Slave ports:
-
- lang/go120
- lang/go121
- lang/go122
- lang/go123
- 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 go-devel-g20240208:
====> 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_go-devel
- 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) |
Commit | Credits | Log message |
g20240208 06 Mar 2024 22:05:14 |
Ashish SHUKLA (ashish) Author: Gleb Popov |
lang/go{-121,-devel}: Fix tests running under nobody user and mark
TESTING_UNSAFE.
(cherry picked from commit 71cdbc6f78821b56fee1ec282a4a0d31026f68f0) |
g20240208 06 Mar 2024 22:05:14 |
Ashish SHUKLA (ashish) |
lang/go*: Update to Go 1.22 snapshot
- Add overridable BUILD_DEPENDS on shells/bash, but only for Go 1.22+
- Since lang/go121 also depends on it, allow SHEBANG_FILES to be
overridden
- Re-roll the patch
- Update lang/go120 to co-exist with lang/go-devel update
- Update lang/go121 to co-exist with lang/go-devel update
PR: 277091
(cherry picked from commit ccd8e6b89786dd2e9e30bfe65887811f9ecb69d6) |