From owner-cvs-all@FreeBSD.ORG Mon Dec 10 20:01:10 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A8C016A419; Mon, 10 Dec 2007 20:01:10 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id C3E6313C442; Mon, 10 Dec 2007 20:01:09 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lBAK17U4046519; Mon, 10 Dec 2007 23:01:07 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1197316867; bh=2uXLRY/3wxt4jyV4ZqbkpZURwmJrCqe7+ObZ0vS Yb8Q=; l=782; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=iidO2sql4KgSQBIzX8pdJkvFWZrP4eXh32TLvTHy WagN11eoGsuqYkiOr4CZIsJT4jfTBCrIrNmwn37miZU3yewAxxAB1XNt8sP/NmAF0i1 JVpLcM4cyEk6ixmFFqD9AxQNSAdqEF6nx9L03yxdE+vHV/9JdSBGTr22bWPYymn8= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lBAK17wU046518; Mon, 10 Dec 2007 23:01:07 +0300 (MSK) (envelope-from ache) Date: Mon, 10 Dec 2007 23:01:07 +0300 From: Andrey Chernov To: Doug Barton Message-ID: <20071210200107.GA46450@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Doug Barton , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200712101909.lBAJ9PeE059089@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712101909.lBAJ9PeE059089@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib Makefile src/share/mk bsd.own.mk src/tools/build/options WITHOUT_KERBEROS WITH_GSSAPI X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 20:01:10 -0000 On Mon, Dec 10, 2007 at 07:09:25PM +0000, Doug Barton wrote: > dougb 2007-12-10 19:09:24 UTC > > FreeBSD src repository > > Modified files: > lib Makefile > share/mk bsd.own.mk > tools/build/options WITHOUT_KERBEROS > Added files: > tools/build/options WITH_GSSAPI > Log: > Hide the building and installation of libgssapi behind the > WITHOUT_KERBEROS knob. While GSS can be used for other things > some third party software (most notably ports/x11/kdelibs3) > takes the presence of libgssapi as an indication that kerberos > is available, and attempts to link with the kerberos libs. If > they are not available, the build will fail. ObsoleteFiles.inc ? -- http://ache.pp.ru/