aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 38a1707253d7..d266d795644b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20160525:
+ AFFECTS: Users of devel/qtcreator
+ AUTHOR: nolden@kde.org
+
+ QBS (Qt Build System) was previously shipped as part of qtcreator, now
+ it is independently available as devel/qbs. However, on upgrading
+ qtcreator to 3.6.1, the depends will detect qbs through a previously
+ installed qtcreator port and will not build/install correctly
+ (devel/qbs won't be installed automatically as depends)
+
+ The solution is to pkg remove qtcreator, then building works correctly.
+
20160523:
AFFECTS: Users of databases/db6
AUTHOR: mandree@FreeBSD.org