aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2014-01-11 17:46:33 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2014-01-11 17:46:33 +0000
commit257ee41338fa361d936d5d29b3954f46e3bcec92 (patch)
tree2f8ae2a36fa3a470da851493054d7f7fafb0b259 /UPDATING
parent069b2b2ffbbc2cefc777fdef1ecd4fdac97145a6 (diff)
downloadports-257ee41338fa361d936d5d29b3954f46e3bcec92.tar.gz
ports-257ee41338fa361d936d5d29b3954f46e3bcec92.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]
Notes
Notes: svn path=/head/; revision=339441
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
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