From owner-svn-ports-all@freebsd.org Wed May 2 13:37:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6A64FA9DFD; Wed, 2 May 2018 13:37:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE9D7A522; Wed, 2 May 2018 13:37:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76EF911A46; Wed, 2 May 2018 13:37:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42DbdIu052645; Wed, 2 May 2018 13:37:39 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42Dbd4X052644; Wed, 2 May 2018 13:37:39 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201805021337.w42Dbd4X052644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 2 May 2018 13:37:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468838 - head/net/wireshark X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: head/net/wireshark X-SVN-Commit-Revision: 468838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 13:37:39 -0000 Author: marcus Date: Wed May 2 13:37:39 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 Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Wed May 2 13:36:21 2018 (r468837) +++ head/net/wireshark/Makefile Wed May 2 13:37:39 2018 (r468838) @@ -103,7 +103,7 @@ DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \ 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