[Bug 227131] net/wireshark: port improvements (lz4/nghttp2/snappy weren't actually used, …)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 31 11:11:58 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227131

            Bug ID: 227131
           Summary: net/wireshark: port improvements (lz4/nghttp2/snappy
                    weren't actually used, …)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: greg at unrelenting.technology
             Flags: maintainer-feedback?(marcus at FreeBSD.org)
          Assignee: marcus at FreeBSD.org

Created attachment 191999
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191999&action=edit
wireshark.patch

So I just installed net/wireshark, opened the About box and noticed that it
said "without nghttp2, without lz4, without snappy".

Added --with-* for these libs, and it complained about not finding headers…

So, USES=localbase is required. (instead of only adding -I${LOCALBASE}/include
for the RTP option)

I also left the --with flags in the patch just to always make sure these
libraries are used (e.g. if someone tries to turn off localbase again.)

Plus, ipv6 and gcrypt are not options (anymore?), they're hard requirements.
(configure was warning about unknown flags).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list