<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/py-qt5-xmlpatterns, branch release/13.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-12-08T20:03:07Z</updated>
<entry>
<title>Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0</title>
<updated>2020-12-08T20:03:07Z</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2020-12-08T20:03:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=47b26d9293f196d71c39ba4d82df23d179884405'/>
<id>urn:sha1:47b26d9293f196d71c39ba4d82df23d179884405</id>
<content type='text'>
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 &amp; 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.

List of ports impacted by this change. Most of the patches have been integrated or are in the process of being integrated upstream:

- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre

A special note regarding calibre. New versions require sip&gt;=5, we update it to the latest version (thanks to madpilot@)

science/scidavis will remove the PyQt binding soon and there is no patch planned, so we remove the python option (ok makc@)

While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6, ...)

Thanks to tcberner and adridg!

[1] https://www.riverbankcomputing.com/static/Docs/sip/

PR:                250853
Exp-run by:        antoine
</content>
</entry>
<entry>
<title>Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5</title>
<updated>2020-10-05T15:50:03Z</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2020-10-05T15:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2933bb22c330742a9a771b8a84abb127fc3e8cbc'/>
<id>urn:sha1:2933bb22c330742a9a771b8a84abb127fc3e8cbc</id>
<content type='text'>
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip &gt;= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>Update py-sip to 4.19.21 and qscintilla2 to 2.11.4</title>
<updated>2020-04-11T05:04:40Z</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2020-04-11T05:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ead0a2f780c6bb97aebad39ec6f625495fc1d0c'/>
<id>urn:sha1:5ead0a2f780c6bb97aebad39ec6f625495fc1d0c</id>
<content type='text'>
  - Update py-sip to 4.19.21
  - Update qscintilla2 to 2.11.4
  - Replace MASTER_SITE_RIVERBANK with https versions
  - Replace QSCI2_DISTNAME to match with the new one

PR:		245308
Approved by:	tcberner (mentor)
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>Update PyQt5 to 5.12.1</title>
<updated>2019-04-05T23:05:20Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2019-04-05T23:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eaee14a38fd679296cff1e8b5b2969783f97c9ac'/>
<id>urn:sha1:eaee14a38fd679296cff1e8b5b2969783f97c9ac</id>
<content type='text'>
- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1

- From this version on www/py-qt5-webengine is unbundled and ships its own distfile

PR:		236894
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>Fix Qt5 symbol version scripts to put the catch-all clause first.  When</title>
<updated>2019-01-16T11:13:44Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2019-01-16T11:13:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b'/>
<id>urn:sha1:1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b</id>
<content type='text'>
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
</content>
</entry>
<entry>
<title>Update PyQt5 to 5.11.3</title>
<updated>2018-12-16T15:25:40Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-12-16T15:25:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b9ead510b93009bc304fd2a11651dd18130ce1d6'/>
<id>urn:sha1:b9ead510b93009bc304fd2a11651dd18130ce1d6</id>
<content type='text'>
- sip         upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5       upgrade to 5.11.3

This has been worked on by arrowd and myself.

PR:		233954
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>pyqt: Change install directories for Python flavor support</title>
<updated>2018-11-22T20:18:37Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-11-22T20:18:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc8a667aa283dbd1c377aa55dd4b47568cebc6b9'/>
<id>urn:sha1:cc8a667aa283dbd1c377aa55dd4b47568cebc6b9</id>
<content type='text'>
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
</content>
</entry>
<entry>
<title>Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk</title>
<updated>2018-06-28T17:39:53Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-06-28T17:39:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1a1d38bf9ef78334b640d30046388a9c055c3a9'/>
<id>urn:sha1:b1a1d38bf9ef78334b640d30046388a9c055c3a9</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Update the QScintilla2 ports to 2.10.4</title>
<updated>2018-04-29T16:19:44Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-04-29T16:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ddd37ce3fd969630889a9a1f05ed33c3fbf0d92e'/>
<id>urn:sha1:ddd37ce3fd969630889a9a1f05ed33c3fbf0d92e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update py-sip to 4.19.8 and qscintilla2 to 2.10.3</title>
<updated>2018-03-12T18:06:51Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-03-12T18:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf2ff32ee726e487876aaa9cef988776592062b2'/>
<id>urn:sha1:cf2ff32ee726e487876aaa9cef988776592062b2</id>
<content type='text'>
PR:		226487
Exp-run by:	antoine
</content>
</entry>
</feed>
