diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-05-18 12:27:43 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-05-18 12:27:43 +0000 |
commit | 70141f1a3ab47238520955db870f6e9a5a5d4103 (patch) | |
tree | 783c9065a947687b97911fc572d2fd9079551afb /graphics/qt5-opengl/Makefile | |
parent | 57824870548ec1b67b5b4691d7e9c16ca63ada69 (diff) | |
download | ports-70141f1a3ab47238520955db870f6e9a5a5d4103.tar.gz ports-70141f1a3ab47238520955db870f6e9a5a5d4103.zip |
Update the Qt5 ports to 5.10.1.
The work was done by tcberner and myself, with thanks to antoine for the
exp-run.
Not a lot to report compared to other Qt5 updates:
* net/qt5-network is still broken with LibreSSL. I said this in a commit
message ages ago but it bears repeating: upstream is open to adding support
for LibreSSL, but someone needs to step up to maintain it upstream, otherwise
things will continue to be broken all the time.
* www/qt5-webengine is a huge monster that is terrible to update, just like
www/chromium itself is. We (kde@) have decided to keep using the 5.9 series
for the time being, as it should be compatible with the rest of Qt anyway. It
was updated to 5.9.5, the latest 5.9 release at the time of writing.
PR: 228213
Notes
Notes:
svn path=/head/; revision=470288
Diffstat (limited to 'graphics/qt5-opengl/Makefile')
-rw-r--r-- | graphics/qt5-opengl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile index c7a2b23f1f94..1ae328cc5b50 100644 --- a/graphics/qt5-opengl/Makefile +++ b/graphics/qt5-opengl/Makefile @@ -2,7 +2,6 @@ PORTNAME= opengl DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- |