non port: devel/py-qt5-pyqt/Makefile |
Number of commits found: 19 |
Saturday, 29 Jun 2024
|
05:02 Jason E. Hale (jhale)
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket)
ad593a9 |
Saturday, 2 Dec 2023
|
02:09 Jason E. Hale (jhale)
devel/py-qt5-pyqt: Disable QtWebKit bindings
www/qt5-webkit is set to expire 2023-12-31 and we no longer have ports
that require the QtWebKit python bindings.
PR: 273866
Reported by: <rkoberman@gmail.com>
2133960 |
Sunday, 29 Oct 2023
|
20:37 Jason E. Hale (jhale)
Revert "devel/py-qt5-pyqt: mark DEPRECATED"
This reverts commit ccfab50ca9f05c3e7f61c3c3dd45f99a6b205cc9.
devel/py-qt5-pyqt is not going anywhere for the time being. @kde will
remove support for www/qt5-webkit from this port on or before its
EXPIRATION_DATE arrives. The WebKit module is easily disabled and there
are very few ports that rely on it. Maintainers have been notified.
6ce9030 |
Thursday, 26 Oct 2023
|
17:57 Muhammad Moinur Rahman (bofh)
devel/py-qt5-pyqt: mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket)
ccfab50 |
Monday, 16 Oct 2023
|
23:57 Jason E. Hale (jhale)
PyQt5: Update to latest versions
- PyQt5: Update to 5.15.10
- PyQt-builder: Update to 1.15.3
- PyQt5-sip: Update to 12.13.0
- sip: Update to 6.7.12
08cac15 |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Wednesday, 9 Nov 2022
|
09:47 Guido Falsi (madpilot)
*/*pyqt*: Add pyqt6 ports
Reviewed by: tcberner, lbartoletti, fluffy
Approved by: kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision: https://reviews.freebsd.org/D37191
bac2743 |
08:47 Guido Falsi (madpilot)
devel/py-qt5-pyqt: Fix plist issue
PR: 267645
Approved by: kde (tcberner)
c162f80 |
Wednesday, 2 Nov 2022
|
06:41 Loïc Bartoletti (lbartoletti)
*/*: Update PyQt, Sip, QSCintlla2
PR: 267203
Exp-run by: antoine
9f4f331 |
Sunday, 11 Sep 2022
|
10:20 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
ddae4e9 |
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 |
Friday, 3 Jun 2022
|
09:01 Po-Chuan Hsieh (sunpoet)
devel/py-qt5-pyqt: Use common pattern in *_DEPENDS for py-* ports
With hat: python
d986d6c |
Sunday, 29 May 2022
|
16:35 Dima Panov (fluffy)
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
0be2439 |
11:16 Adriaan de Groot (adridg)
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
78e416d |
Monday, 28 Mar 2022
|
05:22 Loïc Bartoletti (lbartoletti)
devel/qscintilla-qt5: Update to 2.13.2
Change:
- https://riverbankcomputing.com/news/QScintilla_2.13.2_Released
8f81938 |
Monday, 7 Mar 2022
|
17:39 Loïc Bartoletti (lbartoletti)
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
2d8f8573 |
Thursday, 27 Jan 2022
|
20:12 Loïc Bartoletti (lbartoletti)
*/*: Update qscintilla2 to 2.13.1
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.1_Released
354d8cf |
06:12 Loïc Bartoletti (lbartoletti)
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 )
4f0a5e1 |
Number of commits found: 19 |