svn commit: r494666 - in head/net: tshark wireshark wireshark/files

Craig Leres leres at freebsd.org
Sun Mar 10 16:23:14 UTC 2019


On 3/4/19 4:02 PM, Joe Marcus Clarke wrote:
> Author: marcus
> Date: Tue Mar  5 01:02:00 2019
> New Revision: 494666
> URL:https://svnweb.freebsd.org/changeset/ports/494666
> 
> Log:
>    Update to 3.0.0.
>    
>    Note: the GTK+ UI is now gone.  Qt 5 is all that remains.

Note that sharkd links against libwscodecs:

     # ldd /usr/local/bin/sharkd | fgrep found
             libwscodecs.so.2 => not found (0)

But this shared library is only present when GUI is enabled:

     # grep libwscodecs pkg-plist
     %%GUI%%lib/libwscodecs.so
     %%GUI%%lib/libwscodecs.so.2
     %%GUI%%lib/libwscodecs.so.2.0.0

(Sucks that upstream removed GTK+ support...)

		Craig


More information about the svn-ports-all mailing list