diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-25 19:21:13 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-25 19:21:13 +0000 |
commit | fe9a301f5d12a8128068e6570df482d33f441a3d (patch) | |
tree | e972acc785e3412a3e26a1034c4075e636b565c2 /UPDATING | |
parent | 9d24625be17f5b41c744817505c17e4f94cb40f7 (diff) |
devel/qtcreator: 3.6.0 -> 3.6.1
Changes:
http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6
- Please see UPDATING for the separation of devel/qbs from devel/qtcreator
Submitted by: Ralf Nolden <nolden@kde.org> (kde)
Notes
Notes:
svn path=/head/; revision=415857
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |