non port: www/qupzilla-qt5/Makefile |
Number of commits found: 21 |
Tuesday, 19 Feb 2019
|
18:31 tcberner
www/qupzilla-qt5: mark deprecated (-> use www/falkon)
The project continues upstream as Falkon browser, part of KDE.
 |
Wednesday, 13 Feb 2019
|
06:03 tcberner
Give/take www/qupzilla-qt* to kde@
 |
Monday, 4 Feb 2019
|
21:44 rene
Return rezny@'s ports to the pool after his commit bit got safekept.
With hat: portmgr-secretary
 |
Friday, 18 Jan 2019
|
21:14 jbeich
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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)
 |
Tuesday, 25 Dec 2018
|
11:15 linimon
Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket)
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
 |
Tuesday, 15 May 2018
|
11:56 rakuco
Add an upstream patch to fix the build with Qt 5.10.
In file included from webtab/searchtoolbar.cpp:21:
../../build/ui_searchtoolbar.h:76:31: error: no viable conversion from
'QLatin1String' to 'const QKeySequence'
previous->setShortcut(QLatin1String("Ctrl+Shift+G"));
PR: 228213
 |
Friday, 22 Sep 2017
|
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Monday, 30 Jan 2017
|
14:55 rezny
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380
 |
Saturday, 7 Jan 2017
|
14:43 jbeich
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
 |
Saturday, 3 Dec 2016
|
22:24 jbeich
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
 |
Monday, 21 Nov 2016
|
12:15 tcberner
www/qupzilla-qt5: Correct the KWALLET option
The KWALLET option had been added based on early plans for KDE5. Now that the
KF5 ports are committed, correct the KWALLET option to match the new KF5 ports.
Also, convert USE_OPENSSL to USES=ssl and add missing USE_GL and USE_QT5
components identified by stage-QA.
PR: 214530
Submitted by: Matthew Rezny <matthew@reztek.cz> (maintainer)
Approved by: rakuco (mentor)
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 17 Nov 2015
|
11:19 danfe
Update QupZilla ports to version 1.8.9.
PR: 204610
Submitted by: olivierd
Approved by: maintainer
 |
Tuesday, 27 Oct 2015
|
13:44 mat
Update to 1.8.8.
PR: 203947
Submitted by: maintainer
Sponsored by: Absolight
 |
Thursday, 15 Oct 2015
|
14:14 mat
Update to 1.8.7.
PR: 203651
Submitted by: maintainer
Sponsored by: Absolight
 |
Wednesday, 19 Aug 2015
|
02:30 pgollucci
www/qupzilla-qt4(-qt5): add some dependencies, qt4-linguist->qt4-linguisttools
- USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
- Add USE_OPENSSL=yes.
- Add USE_XORG=x11 (or add NO_X11 instead).
- Regenerate patches.
- Bump PORTREVISION
PR: 201835
Submitted by: s3erios@gmail.com
Approved by: matthew@reztek.cz
 |
Thursday, 5 Feb 2015
|
22:54 brd
www/qupzilla-qt{4,5}: update to 1.8.6
PR: 197145
Submitted by: matthew@reztek.cz
Approved by: kwm
 |
Sunday, 18 Jan 2015
|
20:21 madpilot
- Create separate QT4 and QT5 ports for www/qupzilla
- Update to 1.8.5
PR: 196302
Submitted by: matthew at reztek.cz (maintainer)
 |
Number of commits found: 21 |