non port: devel/qbs/Makefile |
Number of commits found: 47 |
Monday, 27 Jun 2022
|
11:36 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
2fb224a |
Friday, 18 Mar 2022
|
19:38 Tobias C. Berner (tcberner)
devel/qbs: mark for removal
PR: 260802
1ef62d0 |
Tuesday, 15 Mar 2022
|
20:32 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.
b97a7f5 |
Friday, 17 Dec 2021
|
11:54 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.
7f39b57 |
Tuesday, 30 Nov 2021
|
00:29 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
9f62e71 |
Monday, 26 Jul 2021
|
16:31 Tobias C. Berner (tcberner)
devel/qbs: update to 1.19.2
dbfbf9e |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Friday, 18 Jun 2021
|
13:21 Tobias C. Berner (tcberner)
devel/qbs: update to 1.19.1
a6989ee |
Wednesday, 12 May 2021
|
13:51 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/
a41b29b |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 3 Sep 2020
|
13:18 tcberner
devel/qbs: update to 1.17.0
 |
Tuesday, 28 Apr 2020
|
17:56 tcberner
devel/qbs: update to 1.16.0
 |
Saturday, 14 Dec 2019
|
06:51 tcberner
devel/qbs: update to 1.15.0
 |
Saturday, 9 Nov 2019
|
07:05 tcberner
devel/qbs: update to 1.14.1
 |
Monday, 4 Nov 2019
|
22:20 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'.
 |
Saturday, 12 Oct 2019
|
20:50 rakuco
Update to 1.14.0.
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Wednesday, 29 May 2019
|
20:08 tcberner
devel/qtcreator: update to 4.9.1 (with it qbs to 1.31.1)
 |
Sunday, 28 Apr 2019
|
13:19 tcberner
devel/qbs: update to 1.13.0
 |
Wednesday, 16 Jan 2019
|
11:13 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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
 |
Sunday, 16 Dec 2018
|
14:49 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
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Thursday, 28 Jun 2018
|
17:39 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
 |
Sunday, 17 Jun 2018
|
15:57 tcberner
Update devel/qtcreator to 4.6.2
While here, fix a typo in devel/qbs's Makefile.
 |
Saturday, 5 May 2018
|
19:48 tcberner
Update devel/qtcreator and devel/qbs to 4.6.1 and 1.11.1 respectively.
 |
Saturday, 28 Apr 2018
|
10:10 tcberner
Update devel/qtcreator and devel/qbs to 4.6.0 and 1.11.0
 |
Thursday, 15 Feb 2018
|
17:42 tcberner
Update devel/qtcreator and devel/qbs to 4.5.1 and 1.10.1.
 |
Tuesday, 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
 |
Saturday, 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
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Friday, 14 Jul 2017
|
13:42 tcberner
Update devel/qbs to 1.8.1.
 |
Sunday, 4 Jun 2017
|
07:26 tcberner
Update devel/qbs to 1.8.0 and devel/qtcreator to 3.4.0
Differential Revision: https://reviews.freebsd.org/D10996
 |
Tuesday, 23 May 2017
|
05:03 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
 |
Wednesday, 3 May 2017
|
15:32 tcberner
Update devel/qbs to 1.7.2.
Reviewed by: rakuco, mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10521
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Thursday, 26 Jan 2017
|
11:26 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
 |
Thursday, 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)
 |
Friday, 11 Nov 2016
|
16:58 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)
 |
Saturday, 17 Sep 2016
|
09:46 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
as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
default (this is an upstream change). You can add "CONFIG -= c++11" to
your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
separately as a community release tarball. kde@ does not have an ETA for a
qt5-webengine port, as it requires a huge effort (and number of patches)
similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
release is 5.5.1.
Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
FreeBSD, replacing the outdated freebsd-g++ one that was moved to
unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
mkspecs. Instead of running the `configure' script, which requires a
compiler and adjustments to the mkspecs files and also ends up building a
new qmake binary, we now leverage USES=qmake to generate all the Makefiles
from the top-level qt.pro. Getting this to work requires some tricks,
though, and qt.conf.in has a longer explanation of what's being done.
Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.
New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2
Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.
PR: 211916
 |
Tuesday, 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
 |
Sunday, 10 Jul 2016
|
16:54 rakuco
Update to 1.5.2.
PR: 210899
Submitted by: Ralf Nolden <nolden@kde.org>
 |
16:52 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
 |
Friday, 10 Jun 2016
|
05:30 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)
 |
Saturday, 4 Jun 2016
|
12:10 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)
 |
Tuesday, 24 May 2016
|
19:43 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)
 |
Number of commits found: 47 |