non port: devel/qbs/pkg-plist |
SVNWeb
|
Number of commits found: 27 |
Mon, 27 Jun 2022
|
[ 11:36 Rene Ladan (rene) ] 2fb224a (Only the first 10 of 43 ports in this commit are shown above. )
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
|
Fri, 17 Dec 2021
|
[ 11:54 Adriaan de Groot (adridg) ] 7f39b57
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.
|
Tue, 30 Nov 2021
|
[ 00:29 Adriaan de Groot (adridg) ] 9f62e71
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
|
Wed, 12 May 2021
|
[ 13:51 Adriaan de Groot (adridg) ] a41b29b
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/
|
Thu, 3 Sep 2020
|
[ 13:18 tcberner ]
devel/qbs: update to 1.17.0
|
Tue, 28 Apr 2020
|
[ 17:56 tcberner ]
devel/qbs: update to 1.16.0
|
Sat, 14 Dec 2019
|
[ 06:51 tcberner ]
devel/qbs: update to 1.15.0
|
Sat, 12 Oct 2019
|
[ 20:50 rakuco ]
Update to 1.14.0.
|
Sun, 28 Apr 2019
|
[ 13:19 tcberner ]
devel/qbs: update to 1.13.0
|
Sun, 16 Dec 2018
|
[ 14:49 tcberner ] (Only the first 10 of 116 ports in this commit are shown above. )
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
|
Sat, 5 May 2018
|
[ 19:48 tcberner ]
Update devel/qtcreator and devel/qbs to 4.6.1 and 1.11.1 respectively.
|
Sat, 28 Apr 2018
|
[ 10:10 tcberner ]
Update devel/qtcreator and devel/qbs to 4.6.0 and 1.11.0
|
Thu, 15 Feb 2018
|
[ 17:42 tcberner ]
Update devel/qtcreator and devel/qbs to 4.5.1 and 1.10.1.
|
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.
|
Sun, 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
|
Wed, 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
|
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)
|
Fri, 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)
|
Sat, 17 Sep 2016
|
[ 09:46 rakuco ] (Only the first 10 of 105 ports in this commit are shown above. )
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 )
|
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>
|
Mon, 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)
|
Fri, 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)
|
Sat, 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)
|
Tue, 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 |