Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 11:57:36 GMT
From:      Kimmo Paasiala <kpaasial@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174049: net/wireshark does not respect WITHOUT_GSSAPI
Message-ID:  <201212021157.qB2BvaCq097716@red.freebsd.org>
Resent-Message-ID: <201212021200.qB2C00vq051099@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212021157.qB2BvaCq097716>