From 257ee41338fa361d936d5d29b3954f46e3bcec92 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Sat, 11 Jan 2014 17:46:33 +0000 Subject: - Change default location of Go packages to LOCALBASE/share/go This fixes problems like ports failing to build if the port is already installed [1] - Bump PORTREVISION of affected ports - Support the install target in bsd.go.mk - STAGE support for free! PR: ports/180003 [1] --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 898388cca2c2..78768e789492 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140111: + AFFECTS: users of lang/go + AUTHOR: jlaffaye@FreeBSD.org + + Third party Go packages installed via the ports tree are no longer installed + in GOROOT (PREFIX/go) but in a specific path: PREFIX/share/go + + Affected ports had their PORTREVISION bumped. + To reinstall these packages via the ports tree, it is needed to deinstall + them first (the build will fail if the `go` command detects that they + already exists in GOROOT). + + If you are using these third party Go packages for local Go development, + you have to add this new path to your GOPATH environment variable. + 20140107: AFFECTS: users of Qt 4 ports AUTHOR: makc@FreeBSD.org -- cgit v1.2.3