non port: devel/qbs/pkg-plist |
Number of commits found: 27 |
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, 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 |
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 |
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, 12 Oct 2019
|
20:50 rakuco
Update to 1.14.0.
 |
Sunday, 28 Apr 2019
|
13:19 tcberner
devel/qbs: update to 1.13.0
 |
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
 |
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
 |
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
 |
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
 |
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>
 |
Monday, 13 Jun 2016
|
16:20 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)
 |
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: 27 |