From owner-svn-src-all@FreeBSD.ORG Sat Jun 14 12:30:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92006E8B; Sat, 14 Jun 2014 12:30:44 +0000 (UTC) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id CEB6A2C0F; Sat, 14 Jun 2014 12:30:43 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlYGAGo/nFNR8m3d/2dsb2JhbABagw1Sw20BgQIXdYQDAQEFOhwjEAsOBgQJJQ8qHgYTiEYBCM9bF45fB4RBAQOaPIFEkhWDQDs Received: from 221.109-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.109.221]) by relay.skynet.be with ESMTP; 14 Jun 2014 14:29:32 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s5ECTVl7001724; Sat, 14 Jun 2014 14:29:31 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sat, 14 Jun 2014 14:29:31 +0200 From: Tijl Coosemans To: Benjamin Kaduk Subject: Re: svn commit: r267441 - in head: include tools/build/mk Message-ID: <20140614142931.4033afa1@kalimero.tijl.coosemans.org> In-Reply-To: References: <201406131008.s5DA8IgS016938@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 12:30:44 -0000 On Fri, 13 Jun 2014 10:43:28 -0400 Benjamin Kaduk wrote: > On Fri, Jun 13, 2014 at 6:08 AM, Tijl Coosemans wrote: >> Author: tijl >> Date: Fri Jun 13 10:08:18 2014 >> New Revision: 267441 >> URL: http://svnweb.freebsd.org/changeset/base/267441 >> >> Log: >> Don't install GSS-API headers when the GSSAPI option has been disabled. >> Some ports assume GSS-API is supported when they find the headers. > > I am somewhat surprised that MK_GSSAPI=no does not disable the installation > of gssapi_krb5.h as well, which currently is controlled by MK_KERBEROS. > Does the infrastructure require that we pick one or the other, or could we > make it such that disabling either one disables the gssapi_krb5 > functionality? The GSSAPI option controls the compilation of lib/libgssapi and gssapi_krb5.h belongs to a different library under kerberos/.