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/h

2012-03-25 Thread Slawa Olhovchenkov
On Thu, Mar 22, 2012 at 08:48:44AM +, 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

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/h

2012-03-27 Thread Ivan Voras
On 25 March 2012 12:59, Slawa Olhovchenkov wrote: > On Thu, Mar 22, 2012 at 08:48:44AM +, 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

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/h

2012-03-28 Thread Doug Barton
On 3/27/2012 2:10 PM, Ivan Voras wrote: > It will help both present > development (the pkgng is also AFAIK using sqlite) All of the stuff that pkgng relies on (including the tool itself) are going to be in the ports collection, where they belong. We should have moved pkg_* there years ago, but thi

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/h

2012-03-29 Thread Slawa Olhovchenkov
On Wed, Mar 28, 2012 at 08:36:00PM -0700, Doug Barton wrote: > On 3/27/2012 2:10 PM, Ivan Voras wrote: > > It will help both present > > development (the pkgng is also AFAIK using sqlite) > > All of the stuff that pkgng relies on (including the tool itself) are > going to be in the ports collecti

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/h

2012-03-29 Thread David Chisnall
On 29 Mar 2012, at 04:36, Doug Barton wrote: > All of the stuff that pkgng relies on (including the tool itself) are > going to be in the ports collection, where they belong. We should have > moved pkg_* there years ago, but this change is at least a step in the > right direction. Wait... what?

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/h

2012-03-29 Thread Julien Laffaye
On 03/29/2012 01:16 PM, David Chisnall wrote: On 29 Mar 2012, at 04:36, Doug Barton wrote: All of the stuff that pkgng relies on (including the tool itself) are going to be in the ports collection, where they belong. We should have moved pkg_* there years ago, but this change is at least a step

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/h

2012-03-29 Thread Julien Laffaye
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 +, Stanislav Sedov wrote: - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeB

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/h

2012-03-29 Thread Ivan Voras
On 29 March 2012 13:32, Julien Laffaye wrote: > Just a reminder: pkgng does not install libsqlite3.so, the libpkg.so is > statically linked against libsqlite3.a Well, now it doesn't need to be. (sqlite doesn't introduce new ground-breaking features more often than FreeBSD does releases, and its

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/h

2012-03-29 Thread Baptiste Daroussin
On Thu, Mar 29, 2012 at 03:42:25PM +0200, Ivan Voras wrote: > On 29 March 2012 13:32, Julien Laffaye wrote: > > > Just a reminder: pkgng does not install libsqlite3.so, the libpkg.so is > > statically linked against libsqlite3.a > > Well, now it doesn't need to be. > > (sqlite doesn't introduce

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/h

2012-03-30 Thread Doug Barton
On 3/29/2012 4:16 AM, David Chisnall wrote: > On 29 Mar 2012, at 04:36, Doug Barton wrote: > >> All of the stuff that pkgng relies on (including the tool itself) >> are going to be in the ports collection, where they belong. We >> should have moved pkg_* there years ago, but this change is at >> l