[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Sep 17 09:46:56 UTC 2016
New revision: 422306
URL: https://svnweb.freebsd.org/changeset/ports/422306

Log:
  Update the Qt5 ports to 5.6.1.

  This took longer than expected, but there are quite a few changes to the
  existing ports and a few new ones.

  General upstream changes:
  - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
being used. According to the discussion here:
https://codereview.qt-project.org/#/c/154800/
The Qt project is not opposed to LibreSSL, but does not want to mix
support for it into the OpenSSL backend code, especially as they move
towards supporting OpenSSL 1.1.
People interested in LibreSSL support are welcome to submit a separate
backend upstream, but are expected to maintain it. We (kde@) are not
opposed to carrying some patches authored by others in the future, as long
as they are not huge and destabilizing.
  - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
default (this is an upstream change). You can add "CONFIG -= c++11" to
your .pro. Qt 5.7 will require C++11.
  - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
separately as a community release tarball. kde@ does not have an ETA for a
qt5-webengine port, as it requires a huge effort (and number of patches)
similar to maintaining www/chromium itself.
  - x11-toolkits/qt5-declarative has been deprecated upstream. The last
release is 5.5.1.

  Relevant changes:
  - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
FreeBSD, replacing the outdated freebsd-g++ one that was moved to
unsupported/ (it still works though).
  - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
still in qtbase. The data files are now in the qt5-qdoc-data port.
  - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
mkspecs. Instead of running the `configure' script, which requires a
compiler and adjustments to the mkspecs files and also ends up building a
new qmake binary, we now leverage USES=qmake to generate all the Makefiles
from the top-level qt.pro. Getting this to work requires some tricks,
though, and qt.conf.in has a longer explanation of what's being done.
Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

  New ports:
  - comms/qt5-serialbus
  - devel/qt5-qdoc-data
  - x11-toolkits/qt5-quickcontrols2

  Big thanks to Adriaan de Groot (gr...@kde.org), tcberner@ and Loise Nolden
  (nol...@kde.org) for the huge amount of work they put into this
  patch. Loise in particular also sent quite a few changes upstream that were
  essential for this update to work.

  PR:   211916

Changes:
  head/Mk/bsd.qt.mk
  head/comms/Makefile
  head/comms/qt5-connectivity/pkg-plist
  head/comms/qt5-serialbus/
  head/comms/qt5-serialbus/Makefile
  head/comms/qt5-serialbus/pkg-plist
  head/devel/Makefile
  head/devel/qbs/Makefile
  head/devel/qbs/pkg-plist
  head/devel/qmake5/Makefile
  head/devel/qmake5/files/patch-configure
  head/devel/qmake5/files/patch-mkspecs__common__freebsd.conf
  head/devel/qmake5/files/patch-mkspecs__freebsd-g++__qmake.conf
  head/devel/qmake5/files/patch-mkspecs__unsupported__freebsd-clang__qmake.conf
  head/devel/qmake5/files/patch-mkspecs_freebsd-clang_qmake.conf
  head/devel/qmake5/files/patch-mkspecs_unsupported_freebsd-g++_qmake.conf
  head/devel/qmake5/pkg-plist
  head/devel/qt5/Makefile
  head/devel/qt5/distinfo
  head/devel/qt5/files/extrapatch-config.tests-unix-compile.test
  head/devel/qt5/files/extrapatch-config.tests_unix_libdl_libdl.pro
  head/devel/qt5/files/extrapatch-libtool
  head/devel/qt5-assistant/files/patch-src__src.pro
  head/devel/qt5-buildtools/pkg-plist
  head/devel/qt5-core/Makefile
  head/devel/qt5-core/files/patch-git_08be8691
  head/devel/qt5-core/files/patch-git_090bf50
  head/devel/qt5-core/files/patch-git_6552469
  head/devel/qt5-core/files/patch-git_680ec54a
  head/devel/qt5-core/files/patch-git_bfa53e1c6
  head/devel/qt5-core/files/patch-git_c8c4ad0
  head/devel/qt5-core/files/patch-git_c9998b8a
  head/devel/qt5-core/pkg-plist
  head/devel/qt5-designer/files/patch-src__src.pro
  head/devel/qt5-designer/pkg-plist
  head/devel/qt5-help/Makefile
  head/devel/qt5-help/files/patch-src__src.pro
  head/devel/qt5-linguist/files/patch-src__src.pro
  head/devel/qt5-linguisttools/files/patch-src__src.pro
  head/devel/qt5-location/files/
  head/devel/qt5-location/pkg-plist
  head/devel/qt5-qdbus/files/
  head/devel/qt5-qdbus/files/patch-src_src.pro
  head/devel/qt5-qdbusviewer/files/patch-src__src.pro
  head/devel/qt5-qdoc/Makefile
  head/devel/qt5-qdoc/files/
  head/devel/qt5-qdoc/files/patch-src_src.pro
  head/devel/qt5-qdoc/pkg-plist
  head/devel/qt5-qdoc-data/
  

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Antoine Brodin  changed:

   What|Removed |Added

   Assignee|anto...@freebsd.org |rak...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916
Bug 211916 depends on bug 212366, which changed state.

Bug 212366 Summary: [PATCH] editors/texmaker: Switch to system hunspell
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212366

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916
Bug 211916 depends on bug 212349, which changed state.

Bug 212349 Summary: [PATCH] editors/texstudio: Use system hunspell and quazip
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212349

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #9 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Sep  4 16:42:33 UTC 2016
New revision: 421344
URL: https://svnweb.freebsd.org/changeset/ports/421344

Log:
  Explicitly disable C++11 during the build.

  Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
  supports it, and the build currently does not work:

  ../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to
2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
  case Update::typeUpdateReadHistoryInbox:

  Note that Qt 5.7 will start requiring C++11 support, so this will need to be
  fixed properly in the future.

  PR:   211916

Changes:
  head/net-im/telegramqml/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Sep  4 14:30:15 UTC 2016
New revision: 421340
URL: https://svnweb.freebsd.org/changeset/ports/421340

Log:
  Update Phonon to 4.9.0.

  Release notes:
  - https://community.kde.org/Phonon/Releases/Core/4.9.0
  - https://community.kde.org/Phonon/Releases/GStreamer/4.9.0
  - https://community.kde.org/Phonon/Releases/VLC/0.9.0

  This release fixes the build with the upcoming Qt 5.6, which was failing like
  this:

  /usr/bin/c++   -O2 -pipe -fstack-protector -fno-strict-aliasing
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall
-W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common
-fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden
-Wno-return-type-c-linkage
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o  -o cmTC_08ed6
 
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o:(.qtversion[qt_version_tag]+0x0):
undefined reference to `qt_version_tag'

  Most of the work was done by tcberner@.

  PR:   211916

Changes:
  head/multimedia/phonon/Makefile
  head/multimedia/phonon/distinfo
  head/multimedia/phonon/pkg-plist
  head/multimedia/phonon-designerplugin/Makefile
  head/multimedia/phonon-gstreamer/Makefile
  head/multimedia/phonon-gstreamer/distinfo
  head/multimedia/phonon-gstreamer/files/patch-CMakeLists.txt
  head/multimedia/phonon-gstreamer/pkg-plist
  head/multimedia/phonon-vlc/Makefile
  head/multimedia/phonon-vlc/distinfo
  head/multimedia/qt5-phonon4/Makefile
  head/multimedia/qt5-phonon4/distinfo
  head/multimedia/qt5-phonon4/pkg-plist
  head/multimedia/qt5-phonon4-designerplugin/Makefile
  head/multimedia/qt5-phonon4-gstreamer/Makefile
  head/multimedia/qt5-phonon4-gstreamer/distinfo
  head/multimedia/qt5-phonon4-gstreamer/files/
  head/multimedia/qt5-phonon4-vlc/Makefile
  head/multimedia/qt5-phonon4-vlc/distinfo

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916
Bug 211916 depends on bug 210682, which changed state.

Bug 210682 Summary: net-p2p/retroshare: Update fixing connectivity problems in 
0.6.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210682

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Depends on||210682


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210682
[Bug 210682] net-p2p/retroshare: Update fixing connectivity problems in 0.6.0
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916
Bug 211916 depends on bug 212365, which changed state.

Bug 212365 Summary: [PATCH] net-p2p/retroshare: Add upstream patches to fix the 
build in C++11 mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212365

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Depends on||212366


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212366
[Bug 212366] [PATCH] editors/texmaker: Switch to system hunspell
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Depends on||212365


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212365
[Bug 212365] [PATCH] net-p2p/retroshare: Add upstream patches to fix the build
in C++11 mode
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #7 from Antoine Brodin  ---
New failures on 11.0:

+ {"origin"=>"editors/texmaker", "pkgname"=>"texmaker-4.5_2,3",
"phase"=>"build", "errortype"=>"clang"}
+ {"origin"=>"editors/texstudio", "pkgname"=>"texstudio-2.11.0",
"phase"=>"build", "errortype"=>"clang"}
+ {"origin"=>"lang/basic256", "pkgname"=>"basic256-1.1.4.0_1",
"phase"=>"build", "errortype"=>"bad_C++_code"}
+ {"origin"=>"multimedia/qt5-phonon4", "pkgname"=>"qt5-phonon4-4.8.3",
"phase"=>"configure", "errortype"=>"linker_error"}
+ {"origin"=>"net-im/libqtelegram-ae", "pkgname"=>"libqtelegram-ae-6.1",
"phase"=>"build", "errortype"=>"???"}
+ {"origin"=>"net-p2p/retroshare", "pkgname"=>"retroshare-0.6.0",
"phase"=>"build", "errortype"=>"???"}

Failure logs on 11.0:

http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/texmaker-4.5_2,3.log
http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/texstudio-2.11.0.log
http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/basic256-1.1.4.0_1.log
http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/qt5-phonon4-4.8.3.log
http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/libqtelegram-ae-6.1.log
http://package23.nyi.freebsd.org/data/110RC2amd64-default-PR211916/2016-09-02_13h48m34s/logs/errors/retroshare-0.6.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #6 from Antoine Brodin  ---
New failures on 10.1:

+ {"origin"=>"editors/texmaker", "pkgname"=>"texmaker-4.5_2,3",
"phase"=>"build", "errortype"=>"clang"}
+ {"origin"=>"editors/texstudio", "pkgname"=>"texstudio-2.11.0",
"phase"=>"build", "errortype"=>"clang"}
+ {"origin"=>"lang/basic256", "pkgname"=>"basic256-1.1.4.0_1",
"phase"=>"build", "errortype"=>"bad_C++_code"}
+ {"origin"=>"multimedia/qt5-phonon4", "pkgname"=>"qt5-phonon4-4.8.3",
"phase"=>"configure", "errortype"=>"linker_error"}
+ {"origin"=>"net-im/libqtelegram-ae", "pkgname"=>"libqtelegram-ae-6.1",
"phase"=>"build", "errortype"=>"???"}
+ {"origin"=>"net-p2p/retroshare", "pkgname"=>"retroshare-0.6.0",
"phase"=>"build", "errortype"=>"???"}

Failure logs on 10.1:

http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/texmaker-4.5_2,3.log
http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/texstudio-2.11.0.log
http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/basic256-1.1.4.0_1.log
http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/qt5-phonon4-4.8.3.log
http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/libqtelegram-ae-6.1.log
http://package23.nyi.freebsd.org/data/101i386-default-PR211916/2016-09-03_05h30m29s/logs/errors/retroshare-0.6.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Antoine Brodin  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #5 from Antoine Brodin  ---
New failures on 9.3:

+ {"origin"=>"devel/qtcreator", "pkgname"=>"qtcreator-4.0.3", "phase"=>"build",
"errortype"=>"process_failed"}
+ {"origin"=>"multimedia/qt5-phonon4", "pkgname"=>"qt5-phonon4-4.8.3",
"phase"=>"configure", "errortype"=>"linker_error"}

Failure logs on 9.3:

http://package23.nyi.freebsd.org/data/93amd64-default-PR211916/2016-09-01_08h43m50s/logs/errors/qtcreator-4.0.3.log
http://package23.nyi.freebsd.org/data/93amd64-default-PR211916/2016-09-01_08h43m50s/logs/errors/qt5-phonon4-4.8.3.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Depends on||212349


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212349
[Bug 212349] [PATCH] editors/texstudio: Use system hunspell and quazip
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Sep  3 11:45:42 UTC 2016
New revision: 421293
URL: https://svnweb.freebsd.org/changeset/ports/421293

Log:
  Explicitly disable C++11 during the build.

  Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
  supports it, and the build currently does not work:

 
../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10:
error: case value evaluates to 3100684255, which cannot be narrowed to type
'int' [-Wc++11-narrowing]
  case typeAccountDaysTTL: {

  Note that Qt 5.7 will start requiring C++11 support, so this will need to be
  fixed properly in the future.

  PR:   211916

Changes:
  head/net-im/libqtelegram-ae/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Depends on||212347


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212347
[Bug 212347] [PATCH] lang/basic256: Add patch (sent upstream) to drop 'using
namespace std'
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

--- Comment #3 from Antoine Brodin  ---
Those 3 ports will have to be hooked to the categories Makefiles:

comms/qt5-serialbus
devel/qt5-qdoc-data
x11-toolkits/qt5-quickcontrols2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Antoine Brodin  changed:

   What|Removed |Added

  Component|Individual Port(s)  |Ports Framework
 CC||freebsd-ports-bugs@FreeBSD.
   ||org, port...@freebsd.org
   Assignee|port...@freebsd.org |anto...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Attachment #173892|0   |1
is obsolete||

--- Comment #2 from Raphael Kubo da Costa  ---
Created attachment 174059
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174059=edit
Patch v2

I've rebased the patch on top of the latest trunk. Also available over


-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Attachment #173752|0   |1
is obsolete||

--- Comment #1 from Raphael Kubo da Costa  ---
Created attachment 173892
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173892=edit
Patch v1.5

Since this doesn't seem to have been processed yet, I've updated the patch and
the attachment with a build fix in qt5-core.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 211916] [exp-run] Update Qt to 5.6.1.

2016-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916

Bug ID: 211916
   Summary: [exp-run] Update Qt to 5.6.1.
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: port...@freebsd.org
  Reporter: rak...@freebsd.org
CC: k...@freebsd.org
 Flags: exp-run?

Created attachment 173752
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173752=edit
Patch v1

kde@ needs an exp-run for Qt 5.6.1.

The patch is available at
 and also
attached here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.