Summary: | Mk/Uses/go.mk: Remove support for installing Go libs and sources; add initial modules support | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitri Goutnik <dmgk> |
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | jlaffaye |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://reviews.freebsd.org/D19570 | ||
Bug Depends on: | 236502 | ||
Bug Blocks: |
Description
Dmitri Goutnik
2019-03-13 13:49:38 UTC
A commit references this bug: Author: tobik Date: Mon Apr 8 16:46:38 UTC 2019 New revision: 498386 URL: https://svnweb.freebsd.org/changeset/ports/498386 Log: Mk/Uses/go.mk: Remove support for installing Go libs and sources All ports that depend on it have been removed in r497504. - Restrict build to only main packages by adding -buildmode=exe to GO_BUILDFLAGS - Add initial support for building in module-aware mode PR: 236509 Submitted by: Dmitri Goutnik <dg@syrec.org> Reviewed by: 0mp, jlaffaye, tobik Approved by: jlaffaye (maintainer) Differential Revision: https://reviews.freebsd.org/D19570 Changes: head/Mk/Uses/go.mk |