non port: devel/qt6/Makefile |
Number of commits found: 11 |
Sunday, 26 May 2024
|
06:58 Jason E. Hale (jhale)
science/qt6-quick3dphysics: Fix patch stage
Mk/Uses/qt.mk: Fix typo that lead to my test builds excluding this
port and to not register it as a LIB_DEPENDS in consumers. [1] Nothing
currently depends on this, but the devel/qt6 metaport technically should,
so I'm bumping its PORTREVISION so that science/qt6-quick3dphysics is
registered as a dependency.
Reported by: pkg-fallout
MFH: 2024Q2
Pointy hat to: my 7 months ago self who added this port [1]
4b17f0c |
Sunday, 3 Dec 2023
|
22:17 Tobias C. Berner (tcberner)
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'
To depend on phonon, you now need
USES= kde:<ver>
USE_KDE=phonon
if you want to depend on the backend, also add
USE_KDE= phonon-backend
b2a438e |
10:04 Tobias C. Berner (tcberner)
devel/qt6: do not depend on phonon
- phonon4 is living in qt.mk at the moment, but it should rather live in
kde.mk
- phonon4 does not install to ${QT_LIBDIR}, which is however, what qt.mk
assumes, when contructing the qt-phonon4_PATH. So phonon4:run is
pointing to an invalid location.
Reported by: fluffy
8c9f377 |
Wednesday, 4 Oct 2023
|
00:08 Jason E. Hale (jhale)
Qt6: Update to 6.5.3
As a patch release, Qt 6.5.3 does not introduce any new features but
contains more than 500 bug fixes, security updates, and other
improvements on top of Qt 6.5.2 release. See more information about
the most important changes and bug fixes from Qt 6.5.3 release note.
Annoucement: https://www.qt.io/blog/qt-6.5.3-released
Release
note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.3/release-note.md
b27916d |
Friday, 29 Sep 2023
|
04:10 Tobias C. Berner (tcberner)
comms/qt6-connectivity: new port
cb2e2b6 |
Thursday, 27 Jul 2023
|
22:10 Jason E. Hale (jhale)
Qt: Update Qt6 to 6.5.2
As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.
Announcement: https://www.qt.io/blog/qt-6.5.2-released-1
Release
note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
66b0e05 |
Wednesday, 26 Jul 2023
|
19:58 Loïc Bartoletti (lbartoletti)
devel/qt6: bump dependent ports
8071dcb |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Sunday, 11 Sep 2022
|
14:38 Felix Palmen (zirias)
Mk/Uses/qt.mk: Fix metaports after USE_QT change
devel/qt5 and devel/qt6 use a generated USE_QT that wasn't caught by
commit ddae4e92d8313a1461145e3b4f0232fe463feaee:
Mk/Uses: always use colon for build/run suffix
Fix it manually.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36524
1b674b6 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 22 Aug 2022
|
17:38 Tobias C. Berner (tcberner)
devel/qt6: new port -- metaport for Qt 6
- while here, fix components for lottie and languageserver.
eed7716 |
Number of commits found: 11 |