Summary: | net/wireshark 2.6.0 doesn't build with kerberos in base | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Marco Beishuizen <mbeis> | ||||
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lantw44, ohartmann, vvd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(marcus) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Marco Beishuizen
2018-05-01 19:39:40 UTC
Workaround:
> --- Makefile.orig
> +++ Makefile
> @@ -103,7 +103,7 @@
> libgcrypt.so:security/libgcrypt
>
> KRB_NONE_CONFIGURE_ON= --without-krb5
> -KRB_NONE_CONFIGURE_OFF= --with-krb5
> +KRB_NONE_CONFIGURE_OFF= --with-krb5 --with-krb5-crypto-openssl
> KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG}
>
> GTK2_CONFIGURE_ON= --with-gtk=2 --with-qt=no
Created attachment 192983 [details]
net/wireshark patch to make wireshark build with kerberos in base
Since the build with kerberos in base is a default option, I'm wondering how this could pass any test on CURRENT. The patch works for me. At least, I can compile and install the port on recent CURRENT via the traditional way and poudriere. A commit references this bug: Author: marcus Date: Wed May 2 13:37:39 UTC 2018 New revision: 468838 URL: https://svnweb.freebsd.org/changeset/ports/468838 Log: Fix build with base krb5. Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos. PR: 227908 Submitted by: mbeis Changes: head/net/wireshark/Makefile Committed, thanks! |