diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2014-01-11 17:46:33 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2014-01-11 17:46:33 +0000 |
commit | 257ee41338fa361d936d5d29b3954f46e3bcec92 (patch) | |
tree | 2f8ae2a36fa3a470da851493054d7f7fafb0b259 /UPDATING | |
parent | 069b2b2ffbbc2cefc777fdef1ecd4fdac97145a6 (diff) | |
download | ports-257ee41338fa361d936d5d29b3954f46e3bcec92.tar.gz ports-257ee41338fa361d936d5d29b3954f46e3bcec92.zip |
Notes
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 |