Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.15.16 23 Nov 2024 05:40:00 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.16
Update devel/pyside2* and devel/shiboken2 to 5.15.16
Update www/qt5-webengine to include the latest security fixes in
the chromium submodule [1]
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.16/release-note.md
MFH: 2024Q4
Security: 16e472d5-a8aa-11ef-b680-4ccc6adda413 [1] |
5.15.15 05 Sep 2024 18:26:08 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.15
Update devel/pyside2* and devel/shiboken2 to 5.15.15
Update www/qt5-webengine to include the latest security fixes in
the chromium submodule
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.15/release-note.md
MFH: 2024Q3
Security: 66907dab-6bb2-11ef-b813-4ccc6adda413 |
5.15.14 30 May 2024 14:20:40 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.14
Update devel/pyside2* and devel/shiboken to 5.15.14
Update devel/qt5-script* and www/qt5-webengine to 5.15.17
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.14/release-note.md |
5.15.13 31 Mar 2024 12:03:10 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.13
Update devel/pyside2* and devel/shiboken to 5.15.13
Update www/qt5-webengine to latest commit. Python 3.x support has been
integrated upstream, so local patches have been removed.
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.13/release-note.md |
5.15.12 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
5.15.12 30 Dec 2023 05:36:12 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.12
Update devel/pyside2* and devel/shiboken2 to 5.15.12
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.12/release-note.md |
5.15.11 14 Oct 2023 03:54:48 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.11
Update devel/pyside2* and devel/shiboken2 to 5.15.11
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.11/release-note.md |
5.15.10 25 Sep 2023 15:35:16 |
Jason E. Hale (jhale) |
Qt5: Update to 5.15.10
Update devel/qt5-script* and www/qt5-webengine to 5.15.15-lts
Update devel/pyside2* and devel/shiboken2 to 5.15.10
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.10/release-note.md
PR: 273934
Exp-run by: antoine |
5.15.2_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.15.2_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
5.15.2_2 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) |
5.15.2_2 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 ) |
5.15.2_2 22 Mar 2022 19:50:31 |
Dmitry Marakasov (amdmi3) |
devel/pyside2*: optionize webengine support
PR: 262558
Approved by: tcberner |
5.15.2_2 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
5.15.2_2 04 Jul 2021 16:55:16 |
Loïc Bartoletti (lbartoletti) |
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. |
5.15.2_1 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 |
5.15.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.15.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.15.2 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 |
5.15.2 10 Dec 2020 16:49:43 |
lbartoletti |
PySide pass maintainership to kde@
PySide is the "official" QT/Python-binding and should be under the same
maintainership as qt.
Approved by: cmt (via email) |
5.15.2 08 Dec 2020 20:03:07 |
lbartoletti |
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.
- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0
SIP is a collection of tools to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.
(Only the first 15 lines of the commit message are shown above ) |
5.15.1 02 Oct 2020 08:57:53 |
cmt |
update pyside2 to 5.15.1 |
5.15.0 04 Sep 2020 19:14:17 |
pkubaj |
devel/pyside2: disable webengine on non-x86
Port builds fine without webengine on powerpc64. |
5.15.0 08 Jul 2020 12:16:00 |
cmt |
remove leftovers from pyside2 ports
python 2 support was removed from these ports in r531621, but I forgot
to remove the python2/python3 switcheroo from pkg-plist back then. |
5.15.0 07 Jul 2020 12:53:08 |
cmt |
update pyside2 and friends to 5.15.0
following the Qt 5 upgrade.
bump cad/freecad for "needed shared library changed" |
5.14.2.2 28 May 2020 11:16:18 |
cmt |
update pyside2 to 5.14.2.2
https://lists.qt-project.org/pipermail/pyside/2020-May/002965.html |
5.14.2.1 18 May 2020 16:57:44 |
cmt |
pyside2 and friends: update to 5.14.2.1
Announcement:
https://lists.qt-project.org/pipermail/pyside/2020-April/002951.html |
5.14.2 13 Apr 2020 17:21:57 |
cmt |
update devel/pyside2 and friends to 5.14.2
following r531601 (Qt 5.14.2), PySide2 can be updated, too
- pyside2-tools don't bring their own pyside2-rcc and pyside2-uic but
use Qt's rcc and uic - patch cad/freecad to handle that
- remove Python 2 support: it's going to go away soon anyway, it did
complicate these ports a lot, and it would have required more
workarounds in FreeCAD when using Qt's rcc instead of the old pyside2-rcc.
- while here, do some polishing in freecad's makefile |
5.13.2_1 10 Nov 2019 20:45:18 |
cmt |
devel/pyside2: add more qt5 dependencies
Qt5RemoteObjects is an "optional" module for pyside2 - it will be picked
up automatically when qt5-remoteobjects is found during pyside2's build.
Add it to enable the full functionality of pyside2, and to avoid staging
errors in unclean environments. [1]
The Qt53DExtras module may pull in qt5-gamepad (another contaminated-
build-issue is suspected), depend on qt5-gamepad to avoid breakage in
case this had happened with qt53DExtras. [1]
While here, remove some now-obsolete staging area cleanup, the files are
not installed anymore by the port. [2]
PR: 241855
Reported by: rhurlin@gwdg.de [1] |
5.13.2 08 Nov 2019 23:01:13 |
cmt |
update "Qt for Python" to 5.13.2
that's shiboken2, pyside2, pyside2-tools
Announcement:
https://lists.qt-project.org/pipermail/pyside/2019-November/002803.html
The distfile now uses a slightly different naming. |
5.13.1 02 Oct 2019 18:38:27 |
cmt |
devel/pyside2 and friends: update to 5.13.1
Announcement:
https://lists.qt-project.org/pipermail/pyside/2019-September/002786.html
While here, pet portlint. Bump FreeCAD, pyside2's consumer |
5.12.3 18 May 2019 19:38:09 |
cmt |
update PySide2 ports to 5.12.3
Announcement: https://lists.qt-project.org/pipermail/pyside/2019-May/002734.html |
5.12.2 18 May 2019 14:43:34 |
cmt |
another stab at fixing the build of devel/pyside2
the QtWebEngineWidgets submodule depends on the QtWebEngineCore submodule,
but that internal dependency wasn't reflected in the CMakeLists. |
5.12.2 02 May 2019 18:53:45 |
cmt |
another shot at fixing pyside2's build
the failure is still not reproducable, but I'm still getting fallout
mails. the log files seem to be pointing at a build order problem,
that is, a undeclared dependency between targets. set MAKE_JOBS_UNSAFE
until I figured out what exactly is missing, and to get out some
packages, and to reduce fallout mails. |
5.12.2 12 Apr 2019 19:43:05 |
cmt |
blind-fix build of devel/pyside2
pyside2 fails to build on the package cluster, e.g.
http://beefy5.nyi.freebsd.org/data/120i386-default/498628/logs/py27-pyside2-5.12.2.log
I cannot reproduce that failure locally, but I sincerly hope that the
additional patch fixes it. Add a comment, else I'll forget that patch
is required.
While here, update the pre-existing patch file to reduce confusion when
looking at patch and code (patch was fine with the file, which did surprise
me). |
5.12.2 06 Apr 2019 15:06:44 |
cmt |
update pyside2 ports to 5.12.2
now that we have Qt 5.12.2, pyside2, pyside2-tools and shiboken2 follow |
5.12.1 15 Feb 2019 00:21:42 |
cmt |
devel/pyside2: fix dependencies in QtWebEngineWidgets
This fixes a failing build on some platforms (reproducable: 11.2 i386).
On most platforms, the build succeeded by pure luck only.
Reported by: pkg-fallout |
5.12.1 12 Feb 2019 10:25:44 |
tobik |
Clean up MASTER_SITE_SUBDIR usage |
5.12.1 10 Feb 2019 21:26:29 |
cmt |
pyside2 etc al: fix Python flavors
shared library (and other files, too) naming is very different between
python 2 and python 3 variants, this makes things harder than I would
like them to be.
Reported by: pkg-fallout |
5.12.1 09 Feb 2019 20:35:14 |
cmt |
add PySide2 - Python Binding for Qt5
keeping the organization of the old pyside ports, this is split in
pyside2, pyside2-tools and shiboken2 |