aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark-qt5
Commit message (Collapse)AuthorAgeFilesLines
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Drop gettext / iconv dependencies - they are not used here.Joe Marcus Clarke2015-11-161-2/+2
| | | | | | | | | | | | | | | | | | | - Drop obsolete THREADS / PCRE / X11 options. - Convert to OPTIONS helpers. - Allow to choose between various Kerberos implementations. - Add Lua 5.2 into supported versions list. - Restore GTK2 option. - Improve some descriptions. - Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files. - When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE. - RTP support is compiled into GTK+ GUI - disable it in other cases. - Bump PORTREVISION. PR: 204411 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=401779
* Add support for building wireshark with Qt 5 GUI support. Note: not all ofJoe Marcus Clarke2015-02-041-0/+11
the GTK+ features have been ported to Qt yet. PR: 196728 Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=378406