aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-08 04:02:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-08 04:02:41 +0000
commitd76c7ec95e0662ae429fa3eb4e92d5fd917e9767 (patch)
tree655fdc50d79565debd924d19520879b0bc1cf427 /UPDATING
parent92f3418b506b3634731940b06595c56fb4844d69 (diff)
downloadports-d76c7ec95e0662ae429fa3eb4e92d5fd917e9767.tar.gz
ports-d76c7ec95e0662ae429fa3eb4e92d5fd917e9767.zip
Add the notice to UPDATING that math/suitesparse can only be built when it isn't installed.
Requested by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Notes
Notes: svn path=/head/; revision=469350
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 37f13e4ec17a..68375c616c64 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ 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.
+20180507:
+ AFFECTS: users of math/suitesparse who build it locally
+ AUTHOR: yuri@FreeBSD.org
+
+ The suitesparse needs to be uninstalled before math/suitesparse can be
+ correctly built. This is true for the version 5.2.0 and prior versions.
+
20180505:
AFFECTS: users of www/gitea
AUTHOR: stb@lassitu.de