Date: Sat, 31 Mar 2018 11:11:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyMjcxMzFdIG5ldC93aXJlc2hhcms6IHBvcnQgaW1wcm92?= =?UTF-8?B?ZW1lbnRzIChsejQvbmdodHRwMi9zbmFwcHkgd2VyZW4ndCBhY3R1YWxseSB1?= =?UTF-8?B?c2VkLCDigKYp?= Message-ID: <bug-227131-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227131 Bug ID: 227131 Summary: net/wireshark: port improvements (lz4/nghttp2/snappy weren't actually used, =E2=80=A6) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: greg@unrelenting.technology Flags: maintainer-feedback?(marcus@FreeBSD.org) Assignee: marcus@FreeBSD.org Created attachment 191999 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191999&action= =3Dedit 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= =E2=80=A6 So, USES=3Dlocalbase is required. (instead of only adding -I${LOCALBASE}/in= clude 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). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227131-13>