From owner-svn-src-head@FreeBSD.ORG Thu Mar 29 11:32:58 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 3E513106566B; Thu, 29 Mar 2012 11:32:58 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DE4538FC0C; Thu, 29 Mar 2012 11:32:56 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so2418210bkc.13 for ; Thu, 29 Mar 2012 04:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5PiPMg52HJR1hqh1qRagjEGMNhU0+Ds2BS4h/MXsdKs=; b=seHWDKIcmNwirm6QNFek9kf8anXEs9NzFULXu1XqbofvTSDGQuGlKU6H7KRrEMjNa+ mGiUGAuNCPLZvlstKpXHuLzrbDdYW5c75M/SAZ2ceUeP1z/6rl/Ll1p+BqVOhZ+x3PX6 LL+ZJVP/nO4v4xQooDXXOsMq25wynvCkAFRTCNaZfHDBrnunwFs6vMSxUJFhE+dcgn2z mykzZzgSaO8YNluBX6uf+MgEJ63w/C/DWpQ1494Gv3YH1d+t/WtVMI6H7vG2W3qmYLfv HYT6iHqYJyzNWVaeng2jSEM7zpF6FUiA1HoEZh5retR4ZaZMckzL+rA52bhNfwcXeYMU ZekA== Received: by 10.204.148.89 with SMTP id o25mr13969773bkv.52.1333020775649; Thu, 29 Mar 2012 04:32:55 -0700 (PDT) Received: from [10.42.116.106] (proxy.ovh.net. [213.186.50.98]) by mx.google.com with ESMTPS id r14sm13013914bkv.11.2012.03.29.04.32.54 (version=SSLv3 cipher=OTHER); Thu, 29 Mar 2012 04:32:54 -0700 (PDT) Sender: Julien Laffaye Message-ID: <4F744865.2000200@freebsd.org> Date: Thu, 29 Mar 2012 13:32:53 +0200 From: Julien Laffaye User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Ivan Voras References: <201203220848.q2M8mia8015593@svn.freebsd.org> <20120325105958.GB61230@zxy.spb.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Slawa Olhovchenkov 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: Thu, 29 Mar 2012 11:32:58 -0000 On 03/27/2012 11:10 PM, Ivan Voras wrote: > On 25 March 2012 12:59, Slawa Olhovchenkov wrote: >> 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? > Judging from past experience, that would not be a good idea. > > However, libbsdsqlite is a *very* good idea, now that there's finally > one user it which cannot be hacked around :) It will help both present > development (the pkgng is also AFAIK using sqlite) and future > developments (all the little binary-blob databases in the system could > finally use something structured and future-proof). I will personally > teach any doubting Thomas on how wonderful sqlite and SQL in general > really is [*] ;) Just a reminder: pkgng does not install libsqlite3.so, the libpkg.so is statically linked against libsqlite3.a sqlite is an implementation detail of pkgng and is not visible.