Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.21.0_1 27 Jun 2022 11:36:20 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-25 lang/cmucl: Not supported upstream since 2017 and broken since
FreeBSD 12.1
2022-06-25 devel/qbs: Abandoned and not working with modern clang
2022-06-25 lang/cmucl-extra: lang/cmucl is not supported upstream since 2017 and
broken since FreeBSD 12.1
2022-06-25 security/protonvpn-cli: This version is deprecated and unsupported
upstream. The port needs an update, which would require a fair amount of effort.
Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead.
2022-06-27 sysutils/firstboot-growfs: A better version is available on all
FreeBSD version
2022-06-27 security/modsecurity3-apache: The project was not developed further
2022-06-29 net-mgmt/zabbix54-frontend: Unsupported by upstream
2022-06-29 net-mgmt/zabbix54-server: Unsupported by upstream |
1.21.0_1 18 Mar 2022 19:38:20 |
Tobias C. Berner (tcberner) |
devel/qbs: mark for removal
PR: 260802 |
1.21.0_1 15 Mar 2022 20:32:43 |
Adriaan de Groot (adridg) |
devel/qbs: mark BROKEN
(The build system) qbs fails to build when QScript is built with
clang13 and any kind of optimization. There's an upstream bug
for this,
https://bugreports.qt.io/browse/QBS-1684
but no resolution yet. Since QScript is -- maybe not *deprecated*,
but not-really-maintained -- unlikely to get fixes, we end up
with qbs blocking its one single consumer, qtcreator. But qtcreator
doesn't actually **need** qbs and can get by without.
So mark as broken, so that the package builders will stop complaining. |
1.21.0 17 Dec 2021 11:54:29 |
Adriaan de Groot (adridg) |
devel/qbs: update to 1.21, latest upstream
There's no release notes for this, but portscout spotted it
(and fedora packages it as well, already). Bump qtcreator,
which is the only consumer of the library / buildsystem. |
1.20.0 30 Nov 2021 00:29:19 |
Adriaan de Groot (adridg) |
devel/qbs: update to 1.20, latest upstream, and changed ports norms
- Bump version and fix build.
- See CHANGES, 20200115: ${PREFIX}/share/man is for manpages, so
remove the patch that put the manpages elsewhere, and update plist.
- When looking for qmake, look for suffixed names as well; we
stopped using qtchooser some time ago, and adopted a qmake-qt5.
Linux hosts do this with a check, we'll just `true` it in.
- Pull in an upstream patch to warn when there is no qmake;
massage it to look for suffixed qmakes as well.
PR: 258444
Reported by: yuri |
1.19.2 26 Jul 2021 16:31:14 |
Tobias C. Berner (tcberner) |
devel/qbs: update to 1.19.2 |
1.19.1_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.19.1 18 Jun 2021 13:21:06 |
Tobias C. Berner (tcberner) |
devel/qbs: update to 1.19.1 |
1.19.0 12 May 2021 13:51:04 |
Adriaan de Groot (adridg) |
devel/qbs: update to 1.19, latest upstream
qbs may be deprecated, but it still gets new releases until
it is **really** end-of-life. Release notes at
https://doc.qt.io/qbs/ |
1.17.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.17.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.17.0 03 Sep 2020 13:18:03 |
tcberner |
devel/qbs: update to 1.17.0 |
1.16.0 28 Apr 2020 17:56:57 |
tcberner |
devel/qbs: update to 1.16.0 |
1.15.0 14 Dec 2019 06:51:11 |
tcberner |
devel/qbs: update to 1.15.0 |
1.14.1 09 Nov 2019 07:05:54 |
tcberner |
devel/qbs: update to 1.14.1 |
1.14.0 04 Nov 2019 22:20:31 |
zeising |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
1.14.0 12 Oct 2019 20:50:31 |
rakuco |
Update to 1.14.0. |
1.13.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.13.1 29 May 2019 20:08:02 |
tcberner |
devel/qtcreator: update to 4.9.1 (with it qbs to 1.31.1) |
1.13.0 28 Apr 2019 13:19:46 |
tcberner |
devel/qbs: update to 1.13.0 |
1.12.2_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.12.2 16 Dec 2018 14:49:16 |
tcberner |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine |
1.11.1_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.11.1_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.11.1_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.11.1_1 17 Jun 2018 15:57:39 |
tcberner |
Update devel/qtcreator to 4.6.2
While here, fix a typo in devel/qbs's Makefile. |
1.11.1 05 May 2018 19:48:02 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.6.1 and 1.11.1 respectively. |
1.11.0 28 Apr 2018 10:10:12 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.6.0 and 1.11.0 |
1.10.1 15 Feb 2018 17:42:10 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.5.1 and 1.10.1. |
1.10.0 26 Dec 2017 18:45:20 |
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 |
1.9.0 16 Sep 2017 05:39:46 |
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 |
1.8.1_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.8.1 14 Jul 2017 13:42:39 |
tcberner |
Update devel/qbs to 1.8.1. |
1.8.0 04 Jun 2017 07:26:48 |
tcberner |
Update devel/qbs to 1.8.0 and devel/qtcreator to 3.4.0
Differential Revision: https://reviews.freebsd.org/D10996 |
1.7.2_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.7.2 03 May 2017 15:32:13 |
tcberner |
Update devel/qbs to 1.7.2.
Reviewed by: rakuco, mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10521 |
1.7.1_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.7.1 26 Jan 2017 11:26:19 |
rakuco |
Update to 1.7.1.
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: tcberner, rakuco
Differential Revision: https://reviews.freebsd.org/D9337 |
1.7.0 15 Dec 2016 17:10:37 |
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) |
1.6.1 29 Nov 2016 16:10:00 |
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 |
1.6.1 11 Nov 2016 16:58:20 |
tcberner |
Update devel/qbs to 1.6.1
While here, also add a PLIST_SUB for the .so-version, and fix up the
workaround for inplace updates, to use CONFIGURE_WRKSRC instead of
WRKSRC, as we are using qmake:outsource (see r422785).
Approved by: rakuco (mentor) |
1.6.0_1 17 Sep 2016 09:46:54 |
rakuco |
Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.
General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
being used. According to the discussion here:
https://codereview.qt-project.org/#/c/154800/
The Qt project is not opposed to LibreSSL, but does not want to mix
support for it into the OpenSSL backend code, especially as they move
towards supporting OpenSSL 1.1.
People interested in LibreSSL support are welcome to submit a separate
backend upstream, but are expected to maintain it. We (kde@) are not
opposed to carrying some patches authored by others in the future, as long (Only the first 15 lines of the commit message are shown above ) |
1.6.0 13 Sep 2016 20:54:45 |
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 |
1.5.2 10 Jul 2016 16:54:33 |
rakuco |
Update to 1.5.2.
PR: 210899
Submitted by: Ralf Nolden <nolden@kde.org> |
1.5.1_1 10 Jul 2016 16:52:09 |
rakuco |
Declare missing dependencies to pass `make stage-qa'.
Error: /usr/local/bin/qbs is linked to /usr/local/lib/libQt5Core.so.5 from
devel/qt5-core but it is not declared as a dependency
Warning: you need USE_QT5+=core
Error: /usr/local/bin/qbs-config-ui is linked to /usr/local/lib/.mesa/libGL.so
from graphics/libGL but it is not declared as a dependency
Warning: you need USE_GL+=gl
Error: /usr/local/lib/libqbscore.so.1.5.2 is linked to
/usr/local/lib/libQt5Network.so.5 from net/qt5-network but it is not declared as
a dependency
Warning: you need USE_QT5+=network
MFH: 2016Q3 |
1.5.1 13 Jun 2016 16:20:31 |
pi |
devel/qbs: don't use QT_LIBDIR
This is preparatory work for a later update to Qt5 which will change
the meaning of QT_LIBDIR. For qbs, which is not a Qt library, change
QT_LIBDIR -> lib now to avoid upcoming change.
PR: 210252
Submitted by: Adriaan de Groot <groot@kde.org> (kde) |
1.5.1 10 Jun 2016 05:30:58 |
pi |
devel/qbs: 1.5.0 -> 1.5.1
Changes: https://blog.qt.io/blog/2016/06/08/qt-creator-4-0-1-released/
- Allows compiling with GCC 6
PR: 210173
Submitted by: Ralf Nolden <nolden@kde.org> (kde) |
1.5.0 04 Jun 2016 12:10:13 |
pi |
devel/qbs: 1.4.5 -> 1.5.0
As part of the Qt Creator 4.0.0 release, QBS is also updated to
version 1.5.0.
This release contains the QBS documentation for importing into Qt
Creator's help viewer by adding the qbs.qch file from
LOCALBASE/share/doc/qbs to the help configuraton. Also included are
the HTML docs to qbs.
PR: 209974
Submitted by: Ralf Nolden <nolden@kde.org> (kde)
Reviewed by: Tobias C.Berner <tcberner@gmail.com> (kde) |
1.4.5 24 May 2016 19:43:59 |
pi |
New port: devel/qbs
QBS (Qt Build Suite) is a cross-platform build environment)
tailored to the needs of Qt developers. It is part of the
Qt Project.
WWW: https://wiki.qt.io/Qt_Build_Suite
Submitted by: Ralf Nolden <nolden@kde.org> (kde) |