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: devel/py-qt5-pyqt/Makefile
SVNWeb

Number of commits found: 14

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Wed, 9 Nov 2022
[ 09:47 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:bac27439dc2f68e84f58879d3e32435e1eade2bc  commit hash:bac27439dc2f68e84f58879d3e32435e1eade2bc  commit hash:bac27439dc2f68e84f58879d3e32435e1eade2bc  bac2743  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
*/*pyqt*: Add pyqt6 ports

Reviewed by:		tcberner, lbartoletti, fluffy
Approved by:		kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision:	https://reviews.freebsd.org/D37191
[ 08:47 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:c162f8025170a7226d953398abec933407a1146b  commit hash:c162f8025170a7226d953398abec933407a1146b  commit hash:c162f8025170a7226d953398abec933407a1146b  c162f80 
devel/py-qt5-pyqt: Fix plist issue

PR:		267645
Approved by:	kde (tcberner)
Wed, 2 Nov 2022
[ 06:41 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  9f4f331  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
*/*: Update PyQt, Sip, QSCintlla2

PR:		267203
Exp-run by:	antoine
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)
Fri, 3 Jun 2022
[ 09:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d986d6c48f87a872cd06750fd76688006604cc31  commit hash:d986d6c48f87a872cd06750fd76688006604cc31  commit hash:d986d6c48f87a872cd06750fd76688006604cc31  d986d6c 
devel/py-qt5-pyqt: Use common pattern in *_DEPENDS for py-* ports

With hat:	python
Sun, 29 May 2022
[ 16:35 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:0be2439b8d8a0ea608adc817594826e8f4a13359  commit hash:0be2439b8d8a0ea608adc817594826e8f4a13359  commit hash:0be2439b8d8a0ea608adc817594826e8f4a13359  0be2439 
devel/py-qt5-pyqt: fix flavors use (+)

This ia s quick followup to commit 78e416d826472fd8eca9f3cf702e171914443273
which introduced hard dependency to py-dbus module with missed flavor pointers

Pointy hat to:	adridg
[ 11:16 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:78e416d826472fd8eca9f3cf702e171914443273  commit hash:78e416d826472fd8eca9f3cf702e171914443273  commit hash:78e416d826472fd8eca9f3cf702e171914443273  78e416d 
devel/py-qt5-pyqt: add DBus dependency

This makes DBus explicitly available when installing py-qt5-pyqt,
which is good for desktop use. Previously, building this with
DBus installed **and** pkgconfig and the Python DBus bindings
would trip up in `check-plist`.

PR:		261717
Reported by:	John Hein
Mon, 28 Mar 2022
[ 05:22 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:8f819385009c867643f1e393b4c86fd6726856eb  commit hash:8f819385009c867643f1e393b4c86fd6726856eb  commit hash:8f819385009c867643f1e393b4c86fd6726856eb  8f81938  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
devel/qscintilla-qt5: Update to 2.13.2

Change:
  - https://riverbankcomputing.com/news/QScintilla_2.13.2_Released
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
Thu, 27 Jan 2022
[ 20:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:354d8cf1c3384eebbd1bb165f686f5ddd9c7c837  commit hash:354d8cf1c3384eebbd1bb165f686f5ddd9c7c837  commit hash:354d8cf1c3384eebbd1bb165f686f5ddd9c7c837  354d8cf  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
*/*: Update qscintilla2 to 2.13.1

Changes:
  - https://riverbankcomputing.com/news/QScintilla_2.13.1_Released
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 14