ports/174049: net/wireshark does not respect WITHOUT_GSSAPI

Kimmo Paasiala kpaasial at gmail.com
Sun Dec 2 12:00:00 UTC 2012


>Number:         174049
>Category:       ports
>Synopsis:       net/wireshark does not respect WITHOUT_GSSAPI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 12:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kimmo Paasiala
>Release:        9-STABLE
>Organization:
>Environment:
FreeBSD whitezone.rdnzl.info 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r243704: Sat Dec  1 00:04:23 EET 2012     root at whitezone.rdnzl.info:/usr/obj/usr/src/sys/RDNZL  amd64
>Description:
net/wireshark does not respect WITHOUT_GSSAPI in /etc/make.conf. The kerberos support is compiled or not compiled in based only on autodetection by configure.
>How-To-Repeat:

>Fix:
Attached patch should make the port respect WITHOUT_GSSAPI.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 308076)
+++ Makefile    (working copy)
@@ -166,6 +166,10 @@
 CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
 .endif
 
+.if defined(WITHOUT_GSSAPI)
+CONFIGURE_ARGS+=--with-krb5=no
+.endif
+
 MAN1+= dumpcap.1 tshark.1
 MAN4+= wireshark-filter.4
 



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list