Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.0.0 19 Dec 2024 10:33:47 |
Jason E. Hale (jhale) |
devel/qtcreator: Fix build with Qt 6.7.3
This update was tested against Qt 6.8.1, but there was some unforseen
breakage with Qt 6.7.3 still in main. Consolidate two local patches into
a single patch from upstream.
Reported by: pkg-fallout |
15.0.0 17 Dec 2024 05:54:05 |
Jason E. Hale (jhale) |
devel/qtcreator: Update to 15.0.0
Fixes build with Qt 6.8.x [1]
Announcement: https://www.qt.io/blog/qt-creator-15-released
PR: 283290 [1] |
14.0.2_1 02 Nov 2024 16:14:51 |
Jason E. Hale (jhale) |
devel/qtcreator: Really fix build with LLVM 19
Clang >= 19.1.0-rc1 enables C++17 relaxed template template argument
matching by default. The workaround in qtcreator before this was the
case is now causing build failures.
Add upstream patch to fix build of the clang-format plugin with
clang-format19.
MFH: 2024Q4 |
14.0.2_1 31 Oct 2024 19:42:21 |
Adriaan de Groot (adridg) |
devel/qtcreator: repair build on 15-CURRENT
The (unused) move-constructor of BaseSqliteResultRange is
ill-formed because it mentions a field that does not exist. |
14.0.2 14 Oct 2024 15:10:51 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 14.0.2 release.
This is a minor bugfix release.
Changes: https://www.qt.io/blog/qt-creator-14.0.2-released
PR: 282058 |
14.0.1 21 Aug 2024 07:00:52 |
Jason E. Hale (jhale) |
devel/qtcreator: Squash some warnings
-Wmaybe-unititialized is specific to GCC.
warning: unknown warning option '-Werror=maybe-uninitialized'; did you
mean '-Werror=uninitialized'? [-Wunknown-warning-option]
PR: 280924 |
14.0.1 21 Aug 2024 07:00:52 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 14.0.1 release.
Changes: https://www.qt.io/blog/qt-creator-14.0.1-released
PR: 280924 |
14.0.0 05 Aug 2024 15:31:24 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 14.0.0
Fix SQLite alloca option. The build of the bundled SQLite was previously
fixed by disabling the SQLITE_USE_ALLOCA option. Improve the fix by
setting better build defines and change the faulty line in SQLite, thus
enabling the alloca option as recommended upstream.
Changes: https://www.qt.io/blog/qt-creator-14-released
PR: 280469 |
13.0.2 12 Jun 2024 09:38:37 |
Jason E. Hale (jhale) |
devel/qtcreator: Update to 13.0.2
https://www.qt.io/blog/qt-creator-13.0.2-released |
13.0.1 16 May 2024 04:48:26 |
Jason E. Hale (jhale) |
devel/qtcreator: Update to 13.0.1
https://www.qt.io/blog/qt-creator-13.0.1-released |
13.0.0 22 Apr 2024 15:17:42 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 13.0.0 release.
Additional changes by jhale:
- Add LIBSECRET option to handle libsecret support in the bundled
qtkeychain library
- Fix pkg-plist when WITH_DEBUG is set
- Set environment when building docs to eliminate warnings about
a UTF-8 LOCALE not being set
Changes: https://www.qt.io/blog/qt-creator-13-released
PR: 278200 |
12.0.2 10 Feb 2024 21:07:47 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 12.0.2 release.
Changes: https://www.qt.io/blog/qt-creator-12.0.2-released
PR: 276926 |
12.0.1 24 Dec 2023 19:31:51 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 12.0.1 release
Build with base compiler, but llvm17 is still required for clangd
integration and formatting.
Changes: https://www.qt.io/blog/qt-creator-12.0.1-released
PR: 275815 |
12.0.0_1 12 Dec 2023 19:44:16 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Use llvm17 as recommended
QtCreator would crash in the settings dialog if not rebuilt after
an update of Qt packages to 6.6.1 release. Make build and run depend
on llvm17 as recommended upstream, for better clangd compatibility:
https://www.qt.io/blog/qt-creator-12-c-code-model-update
Since llvm17 seems to be more strict about non-standard alloca stack
allocation, patch that out of the internal SQLite build config. This
matches the config of databases/sqlite3 in ports.
PR: 275636 |
12.0.0 26 Nov 2023 12:53:20 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 12.0.0 release.
Remove USES_LOCALE as it is now set globally in Mk/Uses/qt.mk for all
Qt6 ports. (jhale)
Changes: https://www.qt.io/blog/qt-creator-12-released
PR: 275285 |
11.0.3 29 Sep 2023 21:42:37 |
Jason E. Hale (jhale) |
devel/qtcreator: Update to 11.0.3
https://www.qt.io/blog/qt-creator-11.0.3-released |
11.0.2 18 Aug 2023 06:06:51 |
Tobias C. Berner (tcberner) Author: Florian Walpen |
devel/qtcreator: Update to 11.0.2 release.
Changes: https://www.qt.io/blog/qt-creator-11.0.2-released
PR: 273186 |
11.0.1 11 Aug 2023 08:13:27 |
Jason E. Hale (jhale) |
devel/qtcreator: Update to 11.0.1
https://www.qt.io/blog/qt-creator-11.0.1-released |
11.0.0 30 Jul 2023 20:15:30 |
Jason E. Hale (jhale) |
devel/qtcreator: Silence locale warnings
Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information. |
11.0.0 30 Jul 2023 20:15:29 |
Jason E. Hale (jhale) Author: Florian Walpen |
devel/qtcreator: Update to 11.0.0 release.
Changes: https://www.qt.io/blog/qt-creator-11-released
PR: 272715 |
10.0.2_1 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
10.0.2 20 Jun 2023 20:40:18 |
Adriaan de Groot (adridg) |
devel/qtcreator: update to 10.0.2, patch release |
10.0.0_1 19 May 2023 05:37:34 |
Tobias C. Berner (tcberner) |
devel/qtcreator: depend on split out databases/qt6-base_sqldriver |
10.0.0_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
10.0.0 16 Apr 2023 00:29:40 |
Tobias C. Berner (tcberner) Author: Florian Walpen |
devel/qtcreator: Update to 10.0.0 release.
Changes: https://www.qt.io/blog/qt-creator-10-released
PR: 270825 |
9.0.2 04 Mar 2023 05:40:24 |
Tobias C. Berner (tcberner) |
devel/qtcreator: cleanup |
9.0.2 04 Mar 2023 05:40:24 |
Tobias C. Berner (tcberner) Author: Florian Walpen |
devel/qtcreator: Update to 9.0.2 release, Qt6 build
Changelogs:
* https://www.qt.io/blog/qt-creator-9-released
* https://www.qt.io/blog/qt-creator-9.0.1-released
* https://www.qt.io/blog/qt-creator-9.0.2-released
PR: 269028 |
8.0.2 18 Dec 2022 00:15:01 |
Tobias C. Berner (tcberner) |
devel/qtcreator: convert to USES=llvm |
8.0.2 14 Nov 2022 12:18:56 |
Adriaan de Groot (adridg) Author: Florian Walpen |
devel/qtcreator: update to 8.0.2 and improve robustness
PR: 267256
PR: 266389
Reported by: alt2600@icould.com, Florian Walpen |
8.0.1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0.1 14 Aug 2022 22:31:45 |
Adriaan de Groot (adridg) Author: Florian Walpen |
devel/qtcreator: update to 8.0.1 latest upstream
Update Qt Creator to release 8.0.1, see the release announcements:
https://www.qt.io/blog/qt-creator-8-released
https://www.qt.io/blog/qt-creator-8.0.1-released-1
While here, cleanup the list of shebang files and omit QmlDesigner
resources from being installed. QmlDesigner only builds with Qt 6.2+.
PR: 265437
Obtained from: Florian Walpen |
7.0.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.0.2 26 May 2022 18:11:38 |
Tobias C. Berner (tcberner) |
devel/qtcreator: update to 7.0.2 |
7.0.1 18 May 2022 19:49:51 |
Tobias C. Berner (tcberner) |
devel/qtcreator: prepare for KF5-5.94
PR: 263968 |
7.0.1 27 Apr 2022 16:21:28 |
Tobias C. Berner (tcberner) |
devel/qtcreator: update to 7.0.1 |
7.0.0 14 Apr 2022 18:56:01 |
Tobias C. Berner (tcberner) |
devel/qtcreator: update to 7.0.0
Announcement:
https://www.qt.io/blog/qt-creator-7-released |
6.0.2 19 Mar 2022 16:26:58 |
Tobias C. Berner (tcberner) |
devel/qtcreator: fix build on i386
The issue was noted in the exp-run for KF5-5.92 but is unrelated to it.
PR: 262522
Upstream PR: https://bugreports.qt.io/browse/QTCREATORBUG-26910
Submitted by: Christophe Giboudeaux <christophe@krop.fr> |
6.0.2 15 Mar 2022 20:32:43 |
Adriaan de Groot (adridg) |
devel/qtcreator: update to 6.0.2, cmake build
Update to most-recent release and switch the build to CMake
(which matches the general migration of Qt to using CMake for
builds). While here, drop the qbs dependency because qbs is
broken with newer clang.
Thanks to Florian for a carefully-written update and PR.
Obtained From: Florian Walpen
PR: 262078 |
5.0.3_1 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
5.0.3_1 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. |
5.0.3 17 Nov 2021 00:26:19 |
Adriaan de Groot (adridg) Author: Florian Walpen |
devel/qtcreator: Fix incomplete update to 5.0.3.
A partial update to qtcreator 5.0.3 snuck in with the update to
KDE Frameworks. Thank you to Florian Walpen for finishing the work.
Pointy hat: adridg
PR: 259751
Reported by: Peter TKATCHENKO |
5.0.3 14 Nov 2021 16:38:45 |
Adriaan de Groot (adridg) Author: Tobias C. Berner |
KDE: Update KDE Frameworks to 5.88.0
Saturday, 13 November 2021
KDE today announces the release of KDE Frameworks 5.88.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full changelog:
https://kde.org/announcements/frameworks/5/5.88.0/
Exp-run by: antoine
PR: 259817 |
4.13.3_2 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 |
4.13.3_1 23 Apr 2021 10:28:27 |
Adriaan de Groot (adridg) |
devel/qtcreator: fix general weirdness
- there were REINPLACE_CMDs that did nothing, because the
replaced strings were (no longer) in the files being edited.
- a .bak file (from REINPLACE_CMD) was left in the plist.
- testport failed in check-plist because the install target
tries to strip(1) a text file (!?) and that leaves behind
an empty `ecp.<random>` file in the dirname of the file
being stripped. |
4.13.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.13.3 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
4.13.3 04 Jan 2021 06:22:31 |
pkubaj |
devel/qtcreator: remove not necessary anymore CXXFLAGS |
4.13.3 20 Nov 2020 20:23:53 |
tcberner |
devel/qtcreator: update to 4.13.3 |
4.13.2 03 Oct 2020 08:28:58 |
tcberner |
devel/qtcreator: update to 4.13.2 |
4.13.1 27 Sep 2020 07:05:42 |
tcberner |
devel/qtcreator: update to 4.13.1
Announcement:
https://www.qt.io/blog/qt-creator-4.13.1-released |
4.12.4 23 Sep 2020 19:16:28 |
linimon |
Add CXXFLAGS_powerpc64le=-maltivec to attempt to build on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
4.12.4 08 Jul 2020 13:58:37 |
tcberner |
devel/qtcreator: update to 4.12.4 |
4.12.3 29 Jun 2020 04:35:32 |
lbartoletti |
devel/qtcreator: Update to 4.12.3
- Update to 4.12.3
- Add license
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25384 |
4.12.2 03 Jun 2020 16:57:58 |
tcberner |
devel/qtcreator: update to 4.12.2 |
4.12.1 25 May 2020 12:57:17 |
tcberner |
devel/qtcreator: update to 4.12.1 |
4.11.2 11 May 2020 20:11:41 |
jbeich |
Adapt LLVM_DEFAULT downgrades to the new version scheme in devel/llvm10
$ DEFAULT_VERSIONS=llvm=90 make -V LLVM_DEFAULT -C graphics/mesa-dri
80
$ DEFAULT_VERSIONS=llvm=10 make -V LLVM_DEFAULT -C graphics/mesa-dri
10
PR: 245178
Reported by: mi
Approved by: x11 (zeising), maintainer timeout (2 months)
MFH: 2020Q2 (for llvm10 users)
Differential Revision: https://reviews.freebsd.org/D24222 |
4.11.2 13 Apr 2020 20:22:55 |
tcberner |
Remove Webengine from default options on ppc64
- This is another followup to r531601, which updated WebEngine,
but does not yet support ppc64.
Submitted by: pkubaj |
4.11.2 05 Apr 2020 08:06:01 |
tcberner |
devel/qtcreator: update to 4.11.2 |
4.11.1 14 Mar 2020 08:35:27 |
tcberner |
devel/qtcreator: update to 4.11.1 |
4.11.0_1 23 Feb 2020 19:57:57 |
tcberner |
devel/qtcreator: remove lock on python2 |
4.11.0 13 Dec 2019 21:14:39 |
tcberner |
devel/qtcreator: update to 4.11.0 |
4.10.2 04 Dec 2019 17:39:07 |
pkubaj |
KDE5 ports: enable WEBENGINE on powerpc64 elfv2 by default
FreeBSD 13 soon switches to elfv2 abi on powerpc64, where qt5-webengine works.
PR: 242430
Approved by: tcberner (maintainer, mentor) |
4.10.2 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
4.10.2 06 Nov 2019 16:36:43 |
tcberner |
devel/qtcreator: update to 4.10.2
Announcement:
https://www.qt.io/blog/qt-creator-4.10.2-released |
4.10.1 02 Nov 2019 20:25:40 |
pkubaj |
devel/qtcreator: fix packaging with GCC architectures
Remove explicit PORTDOCS from pkg-plist.
PR: 241451
Approved by: tcberner (maintainer, mentor), linimon (mentor) |
4.10.1 16 Oct 2019 15:12:25 |
tcberner |
devel/qtcreator: update to 4.10.1 |
4.9.2_1 11 Oct 2019 15:08:43 |
adridg |
Restore @comment from r513194 that was lost in the 5.13 update.
This file is nondeterministically generated; use a trick to deal with it.
PR: 241198
Reported by: transitive@gmail.com |
4.9.2_1 01 Oct 2019 04:13:31 |
tcberner |
Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782 |
4.9.2_1 29 Sep 2019 07:21:25 |
tcberner |
devel/qtcreator: comment non-deterministically built file
- the file seems to be generated for me on 13, but not on 11.
- there are reports of it also failing on 13.
- solution: ignore it.
PR: 240756 |
4.9.2_1 21 Sep 2019 16:43:53 |
pkubaj |
devel/qtcreator: Fix packaging when using GCC
utils-eventcode-members.html and utils-eventcode.html don't exist when qtcreator
is built with GCC.
PR: 240298
Approved by: tcberner (maintainer, mentor) |
4.9.2_1 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
4.9.2_1 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
4.9.2_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 |
4.9.2 29 Jun 2019 07:24:01 |
tcberner |
devel/qtcreator: update to 4.9.2 |
4.9.1 29 May 2019 20:08:02 |
tcberner |
devel/qtcreator: update to 4.9.1 (with it qbs to 1.31.1) |
4.9.0 19 Apr 2019 06:51:01 |
tcberner |
devel/qtcreator: update to 4.9.0
Announcement:
https://blog.qt.io/blog/2019/04/15/qt-creator-4-9-0-released/ |
4.8.2_1 30 Mar 2019 21:05:21 |
tcberner |
devel/qtcreator: fix plist on GCC based architectures
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
4.8.2_1 30 Mar 2019 20:12:19 |
tcberner |
devel/qtcreator: add missing USES=gl |
4.8.2_1 22 Mar 2019 19:18:06 |
tcberner |
devel/qtcreator: make www/qt5-webengine optional
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
4.8.2_1 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
4.8.2 02 Mar 2019 19:19:57 |
tcberner |
devel/qtcreator: update to 4.8.2 |
4.8.1 18 Jan 2019 20:16:20 |
tcberner |
devel/qtcreator: update to 4.8.1 |
4.8.0_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 ) |
4.8.0 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 |
4.6.2_4 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 |
4.6.2_3 04 Nov 2018 19:00:54 |
tcberner |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
4.6.2_2 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
4.6.2_2 25 Sep 2018 20:12:03 |
tcberner |
Update Qt5 to 5.11.2
PR: 231560
Exp-run by: antoine |
4.6.2_1 09 Sep 2018 11:12:15 |
tcberner |
Update Qt5 to 5.11.1
Big thanks to
* brnrd for the libressl patches in net/qt5-network
* jhale for fixing the bulk load of ports
PR: 230884
Exp-run by: antoine |
4.6.2 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 |
4.6.2 17 Jun 2018 15:57:39 |
tcberner |
Update devel/qtcreator to 4.6.2
While here, fix a typo in devel/qbs's Makefile. |
4.6.1 05 May 2018 19:48:02 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.6.1 and 1.11.1 respectively. |
4.6.0 28 Apr 2018 10:10:12 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.6.0 and 1.11.0 |
4.5.1_1 13 Apr 2018 11:56:51 |
adridg |
Massage devel/qtcreator to not crash on opening files.
The patch describes itself as a hack. It is.
PR: 226224
Reported by: jt@ixsystems.com
Approved by: tcberner (mentor, implicit) |
4.5.1 15 Feb 2018 17:42:10 |
tcberner |
Update devel/qtcreator and devel/qbs to 4.5.1 and 1.10.1. |
4.5.0_1 06 Jan 2018 21:30:33 |
rakuco |
Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.
And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").
New port: accessibility/qt5-speech
Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
and specify configuration checks that can be done when qmake is invoked. (Only the first 15 lines of the commit message are shown above ) |
4.5.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 |
4.4.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 |