notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/qt5-quick3d/Makefile
SVNWeb

Number of commits found: 12

Mon, 10 Apr 2023
[ 09:59 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:ad22fdf1d777a9cfaed08cc9e7f4be4e25098913  commit hash:ad22fdf1d777a9cfaed08cc9e7f4be4e25098913  commit hash:ad22fdf1d777a9cfaed08cc9e7f4be4e25098913  ad22fdf 
x11-toolkits/qt5-quick3d: unbreak after 020693c166d1

Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuick3DUtils
-version 5.15.8 -outdir
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
-builddir
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
sh: perl: not found

PR:		266007
Reported by:	antoine (via exp-run)
Thu, 29 Dec 2022
[ 11:52 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:3aeb8b79ba651293817ac01ea6f8e9119766017e  commit hash:3aeb8b79ba651293817ac01ea6f8e9119766017e  commit hash:3aeb8b79ba651293817ac01ea6f8e9119766017e  3aeb8b7  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Qt5: Update Qt 5 to 5.15.7

* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 19:34 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  commit hash:249f65e1d4a6484dfd743da56509352f0940cc5c  249f65e 
multimedia/assimp: Update 5.1.5 -> 5.2.4

Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
Sun, 2 Jan 2022
[ 08:47 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9  commit hash:6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9  commit hash:6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9  6b3bece  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Qt: Switch Qt5 to use KDE's Qt patch collection

From [1]
    What's this?

	This is a set of git repositories based on the last public
	commits available for Qt 5.15 branches with a curated collection
	of patches on top to ensure open source products can be used
	comfortably until users transition to their Qt 6-based ports.

    Which patches does it include?

	This collection of patches includes patches that fix at least
	one of the following:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 18 Dec 2021
[ 17:35 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b452cf359ea6344ebe8fd3bf0ef91029a9a8626f  commit hash:b452cf359ea6344ebe8fd3bf0ef91029a9a8626f  commit hash:b452cf359ea6344ebe8fd3bf0ef91029a9a8626f  b452cf3 
x11-toolkits/qt5-quick3d: switch to use bundled assimp

Quick3d is at the moment not compatible with assimp-5.1.0. In poudriere,
due to assimp not being available, the port was already built with the
bundled assimp version.

For builds in a non-clean-room environment, explitely specify, that we
want the bundled one too.

PR:		260355
Reported by:	Bertrand Petit <bsdpr@phoe.frmug.org>
Sun, 4 Jul 2021
[ 16:55 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  be86c4f  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
misc/qtchooser: remove

QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 21 Nov 2020
[ 18:18 tcberner search for other commits by this committer ] Original commit   Revision:556007 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Only define USE_LDCONFIG in devel/qt5-core

All the qt5-ports share the same library directory. devel/qt5-core is dependet
on
by all others.
So there is no need to add identical entries to libdata/ldconfig, and restart
the
ldconfig service on every pkg change of those ports.

Reported by:	bapt
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D27224
Thu, 20 Aug 2020
[ 12:37 lbartoletti search for other commits by this committer ] Original commit   Revision:545533 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
[NEW PORTS] x11-toolkits/qt5-quick3d and x11-toolkits/qt5-quicktimeline

Add QtQuick3D and QtQuick Timeline.

QtQuick3D
Description from Qt [1]:
Qt Quick 3D provides a high-level API for creating 3D content or UIs based on Qt
Quick. Rather than using an external engine which creates syncing issues, and
additional layers of abstraction, we provide extensions to the existing Qt Quick
scenegraph for spatial content, and a renderer for that extended scenegraph.
When using the Spatial scenegraph it is also be possible to mix Qt Quick 2D
content with 3D content.

QtQuick Timeline
Description from Qt [2]:

The Qt Quick Timeline module enables keyframe-based animations and
parameterization. This module is directly supported by Qt Design Studio and Qt
Quick Designer, with a timeline editor to create keyframe-based animations.

[1] https://doc.qt.io/qt-5/qtquick3d-index.html
[2] https://doc.qt.io/qt-5/qtquicktimeline-index.html

Approved by:	tcberner and swills (mentors)
Differential Revision:	https://reviews.freebsd.org/D25762

Number of commits found: 12