non port: devel/qscintilla2-qt5/pkg-plist |
SVNWeb
|
Number of commits found: 13 |
Mon, 31 Jul 2023
|
[ 16:42 Po-Chuan Hsieh (sunpoet) ] b498f23
devel/qscintilla2-qt5: Fix 5bcefb9d57ea5511961abf307b56fc804101423e
- Remove duplicate PLIST entry which is already added by USE_LDCONFIG
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: libdata/ldconfig/qscintilla2-qt5
===> Error: Plist issues found.
*** Error code 1
Approved by: portmgr (blanket)
|
Thu, 27 Jul 2023
|
[ 23:51 Jason E. Hale (jhale) ] 5bcefb9d5
devel/qscintilla2-qt5: Update to 2.14.1
|
Thu, 27 Jan 2022
|
[ 20:12 Loïc Bartoletti (lbartoletti) ] 354d8cf (Only the first 10 of 12 ports in this commit are shown above. )
*/*: Update qscintilla2 to 2.13.1
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.1_Released
|
Tue, 27 Jul 2021
|
[ 18:55 Loïc Bartoletti (lbartoletti) ] 8b9c482 (Only the first 10 of 49 ports in this commit are shown above. )
*/*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.0_Released
- https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
PR: 257308
Exp-run by: antoine
|
Mon, 8 Mar 2021
|
[ 06:49 lbartoletti ] (Only the first 10 of 100 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
|
Fri, 18 Oct 2019
|
[ 06:57 tcberner ]
PyQt: Update to 5.13.0
Updates
- PyQt to 5.13.0
- sip to 4.19.18
- qscintilla to 2.11.2
PR: 239023
Exp-run by: antoine
|
Fri, 5 Apr 2019
|
[ 23:05 tcberner ] (Only the first 10 of 45 ports in this commit are shown above. )
Update PyQt5 to 5.12.1
- 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
|
Sun, 16 Dec 2018
|
[ 15:25 tcberner ] (Only the first 10 of 52 ports in this commit are shown above. )
Update PyQt5 to 5.11.3
- 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
|
Mon, 12 Mar 2018
|
[ 18:06 tcberner ] (Only the first 10 of 54 ports in this commit are shown above. )
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR: 226487
Exp-run by: antoine
|
Sun, 18 Feb 2018
|
[ 09:55 rakuco ] (Only the first 10 of 71 ports in this commit are shown above. )
Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).
Thanks to antoine for the exp-run.
PR: 225928
|
Sat, 18 Feb 2017
|
[ 19:48 tcberner ] (Only the first 10 of 220 ports in this commit are shown above. )
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
|
Tue, 29 Nov 2016
|
[ 06:20 tcberner ] (Only the first 10 of 18 ports in this commit are shown above. )
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.
So only export it if QT_DIST is set.
PR: 210227
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8378
|
Sun, 13 Dec 2015
|
[ 21:56 rakuco ] (Only the first 10 of 126 ports in this commit are shown above. )
At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.
Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).
PR: 204672
|
Number of commits found: 13 |