notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/qupzilla-qt5/Makefile

Number of commits found: 21

Tuesday, 19 Feb 2019
18:31 tcberner search for other commits by this committer
www/qupzilla-qt5: mark deprecated (-> use www/falkon)

The project continues upstream as Falkon browser, part of KDE.
Original commitRevision:493375 
Wednesday, 13 Feb 2019
06:03 tcberner search for other commits by this committer
Give/take www/qupzilla-qt* to kde@
Original commitRevision:492825 
Monday, 4 Feb 2019
21:44 rene search for other commits by this committer
Return rezny@'s ports to the pool after his commit bit got safekept.

With hat:	portmgr-secretary
Original commitRevision:492170 
Friday, 18 Jan 2019
21:14 jbeich search for other commits by this committer
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
Original commitRevision:490671 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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)
Original commitRevision:490472 
Tuesday, 25 Dec 2018
11:15 linimon search for other commits by this committer
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)
Original commitRevision:488313 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Tuesday, 15 May 2018
11:56 rakuco search for other commits by this committer
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
Original commitRevision:470012 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Monday, 30 Jan 2017
14:55 rezny search for other commits by this committer
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
Original commitRevision:432850 
Saturday, 7 Jan 2017
14:43 jbeich search for other commits by this committer
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
Original commitRevision:430796 
Saturday, 3 Dec 2016
22:24 jbeich search for other commits by this committer
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)
Original commitRevision:427743 
Monday, 21 Nov 2016
12:15 tcberner search for other commits by this committer
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)
Original commitRevision:426707 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 17 Nov 2015
11:19 danfe search for other commits by this committer
Update QupZilla ports to version 1.8.9.

PR:		204610
Submitted by:	olivierd
Approved by:	maintainer
Original commitRevision:401808 
Tuesday, 27 Oct 2015
13:44 mat search for other commits by this committer
Update to 1.8.8.

PR:		203947
Submitted by:	maintainer
Sponsored by:	Absolight
Original commitRevision:400238 
Thursday, 15 Oct 2015
14:14 mat search for other commits by this committer
Update to 1.8.7.

PR:		203651
Submitted by:	maintainer
Sponsored by:	Absolight
Original commitRevision:399339 
Wednesday, 19 Aug 2015
02:30 pgollucci search for other commits by this committer
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
Original commitRevision:394673 
Thursday, 5 Feb 2015
22:54 brd search for other commits by this committer
www/qupzilla-qt{4,5}: update to 1.8.6

PR:		197145
Submitted by:	matthew@reztek.cz
Approved by:	kwm
Original commitRevision:378501 
Sunday, 18 Jan 2015
20:21 madpilot search for other commits by this committer
- Create separate QT4 and QT5 ports for www/qupzilla
- Update to 1.8.5

PR:		196302
Submitted by:	matthew at reztek.cz (maintainer)
Original commitRevision:377345 

Number of commits found: 21