diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2014-01-12 01:46:33 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2014-01-12 01:46:33 +0800 |
commit | 324c5236b888759ebda3ce7af2aba391da348ea0 (patch) | |
tree | 2f8ae2a36fa3a470da851493054d7f7fafb0b259 /UPDATING | |
parent | 5d776fa056c0b1c619072b2c1bc87f52687f2fd5 (diff) | |
download | freebsd-ports-gnome-324c5236b888759ebda3ce7af2aba391da348ea0.tar.gz freebsd-ports-gnome-324c5236b888759ebda3ce7af2aba391da348ea0.tar.zst freebsd-ports-gnome-324c5236b888759ebda3ce7af2aba391da348ea0.zip |
- 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]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |