non port: devel/qbs/files |
SVNWeb
|
Number of commits found: 7 |
Tue, 26 Dec 2017
|
[ 18:45 tcberner ]
Update devel/qbs and devel/qtcreator to 1.10.0 and 4.5.0
Changelog:
http://blog.qt.io/blog/2017/12/07/qt-creator-4-5-0-released/
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13639
|
Sat, 16 Sep 2017
|
[ 05:39 tcberner ]
Update devel/qtcreator and devel/qbs to 4.4.0 and 1.9.0
https://blog.qt.io/blog/2017/09/05/qt-creator-4-4-0-released/
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12266
|
Fri, 14 Jul 2017
|
[ 13:42 tcberner ]
Update devel/qbs to 1.8.1.
|
Thu, 15 Dec 2016
|
[ 17:10 tcberner ]
Update devel/qtcreator to 4.2.0 and devel/qbs to 1.7.0
Changelog: http://blog.qt.io/blog/2016/12/14/qt-creator-4-2-released/
Approved by: rakuco (mentor)
|
Tue, 29 Nov 2016
|
[ 16:10 rakuco ]
Backport an upstream commit that fixes the build with libc++ 3.9.0.
Ever since LLVM 3.9.0 was imported into base, qbs was failing to build with an
error message like this:
In file included from
/wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/api/internaljobs.cpp:39:
In file included from
/wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/buildgraph/executor.h:45:
/usr/include/c++/v1/queue:400:5: error: static_assert failed ""
static_assert((is_same<_Tp, value_type>::value), "" );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/devel/qbs/work/qbs-src-1.6.1/src/lib/corelib/buildgraph/executor.h:156:12:
note: in instantiation of template class
'std::__1::priority_queue<qbs::Internal::Artifact *,
std::__1::vector<qbs::Internal::BuildGraphNode *,
std::__1::allocator<qbs::Internal::BuildGraphNode *> >,
qbs::Internal::Executor::ComparePriority>' requested here
Leaves m_leaves;
I don't think PORTREVISION needs to be bumped, as there shouldn't be any
difference on systems where the port was already building fine.
MFH: 2016Q4
|
Tue, 13 Sep 2016
|
[ 20:54 tcberner ]
Update devel/qbs to 1.6.0 and devel/qtcreator to 4.1.0
Summary:
* Update devel/qbs to 1.6.0
* Update devel/qtcreator to 4.1.0
* Add the QMAKE_LIBDIR_FLAGS hack we use in bsd.qt.mk for the Qt-ports.
This should hopefully make it possible to upgrade qbs & qtcreator
without deinstalling them first.
* As there is a qtcreator plugin linking against libqbscore.so, change
the RUN_- and BUILD_DEPENDS into a LIB_DEPENDS.
Test Plan: Tested in poudriere: 9.3 (32&64), 10.3 (32&64), 12 (64)
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7884
|
Sun, 10 Jul 2016
|
[ 16:54 rakuco ]
Update to 1.5.2.
PR: 210899
Submitted by: Ralf Nolden <nolden@kde.org>
|
Number of commits found: 7 |