From owner-svn-src-head@FreeBSD.ORG Sun Mar 25 10:59:34 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E665910657C2; Sun, 25 Mar 2012 10:59:34 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 20EB58FC18; Sun, 25 Mar 2012 10:59:33 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1SBlB0-000BcE-HR; Sun, 25 Mar 2012 14:59:58 +0400 Date: Sun, 25 Mar 2012 14:59:58 +0400 From: Slawa Olhovchenkov To: Stanislav Sedov Message-ID: <20120325105958.GB61230@zxy.spb.ru> References: <201203220848.q2M8mia8015593@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201203220848.q2M8mia8015593@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233294 - in head: . contrib/com_err crypto/heimdal crypto/heimdal/admin crypto/heimdal/appl crypto/heimdal/appl/afsutil crypto/heimdal/appl/ftp crypto/heimdal/appl/ftp/common crypto/he... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 10:59:35 -0000 On Thu, Mar 22, 2012 at 08:48:44AM +0000, Stanislav Sedov wrote: > - Heimdal's KDC now require sqlite to operate. We use the bundled version > and install it as libheimsqlite. If some other FreeBSD components will > require it in the future we can rename it to libbsdsqlite and use for these > components as well. Can some ports (svn, for example) use this library?