From owner-freebsd-stable@FreeBSD.ORG Thu Apr 10 13:52:31 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C39331065670 for ; Thu, 10 Apr 2008 13:52:31 +0000 (UTC) (envelope-from gunnar@bsd-gf.sr.se) Received: from dart.sr.se (dart.SR.SE [134.25.0.132]) by mx1.freebsd.org (Postfix) with ESMTP id 555058FC27 for ; Thu, 10 Apr 2008 13:52:30 +0000 (UTC) (envelope-from gunnar@bsd-gf.sr.se) Received: from honken.sr.se (honken.sr.se [134.25.128.27]) by dart.sr.se (8.13.8/8.13.8) with ESMTP id m3ADqLav043354; Thu, 10 Apr 2008 15:52:26 +0200 (CEST) (envelope-from gunnar@bsd-gf.sr.se) Received: from bsd-gf.sr.se (bsd-gf.sr.se [134.25.191.27]) by honken.sr.se (8.13.6/8.13.6) with ESMTP id m3ADqGwI077170; Thu, 10 Apr 2008 15:52:16 +0200 (CEST) (envelope-from gunnar@bsd-gf.sr.se) Received: from bsd-gf.sr.se (localhost [127.0.0.1]) by bsd-gf.sr.se (8.14.2/8.14.2) with ESMTP id m3ADqM7M053193; Thu, 10 Apr 2008 15:52:22 +0200 (CEST) (envelope-from gunnar@bsd-gf.sr.se) Received: (from gunnar@localhost) by bsd-gf.sr.se (8.14.2/8.14.2/Submit) id m3ADqM4L053192; Thu, 10 Apr 2008 15:52:22 +0200 (CEST) (envelope-from gunnar) Date: Thu, 10 Apr 2008 15:52:22 +0200 From: Gunnar Flygt To: Dimitry Andric Message-ID: <20080410135222.GA53047@sr.se> Mail-Followup-To: Gunnar Flygt , Dimitry Andric , freebsd-stable@freebsd.org References: <20080410112456.GA51666@sr.se> <47FE005C.1080201@andric.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47FE005C.1080201@andric.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Gunnar Flygt Subject: Re: FreeBSD 7.0 WITHOUT Heimdal X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gunnar Flygt List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 13:52:31 -0000 On Thu, Apr 10, 2008 at 01:56:12PM +0200, Dimitry Andric wrote: > On 2008-04-10 13:24, Gunnar Flygt wrote: > > In earlier version of FreeBSD I've been able to NOT include the heimdal > > delivered with the system, by providing the flag NO_KERBEROS=yes in > > /etc/make.conf > > > > In 7.0 there is no detection of such a flag. > > All the NO_XXX flags have been obsoleted, use WITHOUT_KERBEROS=yes > instead. See src.conf(5) for more information. Much better place than /etc/make.conf Thanks for the info. Gunnar