From owner-svn-src-all@FreeBSD.ORG Fri Jun 13 14:43:29 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 643E8A8C; Fri, 13 Jun 2014 14:43:29 +0000 (UTC) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0901C230B; Fri, 13 Jun 2014 14:43:28 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id uy5so2953466obc.31 for ; Fri, 13 Jun 2014 07:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VZPTZ1TtXC3UNOWY8ynuyR4LVKitHwWIVrS3suJHj2w=; b=VdPn5JfFJoL6F5r0tBE/4TZmvdrtCxqe/xrjTzanwPMVmrU4N6Z6/dMoxUhCzxVc1F EnASHNdXhiAB3EewpTkh3yvnleBRycZ7zYZPDS+QPNOi3bnC3ERlv/NdOl23yVKvzmWT kZvI/DLQ9w2WXKmtatXIyl3nf7uZ/GFpCr85VPwHFsDhJVlG3i7WXG9+CzSJpY4nV83g jCN9Ht2H+XindWHWtRGiY3lEby3s6BGp8+CX9QIsdqPe5DWIV/H0k3O0iX644qMyGK/5 DMjHOliBhP5uJlFirglLxzJ4c89BgWIU1z7HqUmyrHqal7MOj8wspinciWdCSPDX4KLA wS1g== MIME-Version: 1.0 X-Received: by 10.60.62.174 with SMTP id z14mr3246567oer.61.1402670608304; Fri, 13 Jun 2014 07:43:28 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Fri, 13 Jun 2014 07:43:28 -0700 (PDT) In-Reply-To: <201406131008.s5DA8IgS016938@svn.freebsd.org> References: <201406131008.s5DA8IgS016938@svn.freebsd.org> Date: Fri, 13 Jun 2014 10:43:28 -0400 Message-ID: Subject: Re: svn commit: r267441 - in head: include tools/build/mk From: Benjamin Kaduk To: Tijl Coosemans Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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: Fri, 13 Jun 2014 14:43:29 -0000 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? -Ben