From owner-freebsd-current@FreeBSD.ORG Tue Oct 11 04:31:55 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B048106566C for ; Tue, 11 Oct 2011 04:31:55 +0000 (UTC) (envelope-from alexz@visp.ru) Received: from mail.visp.ru (srv1.visp.ru [91.215.204.2]) by mx1.freebsd.org (Postfix) with ESMTP id 101568FC12 for ; Tue, 11 Oct 2011 04:31:54 +0000 (UTC) Received: from 91-215-205-255.static.visp.ru ([91.215.205.255] helo=zagrebin) by mail.visp.ru with esmtp (Exim 4.72 (FreeBSD)) (envelope-from ) id 1RDU0P-0009sJ-2n; Tue, 11 Oct 2011 08:31:53 +0400 From: "Alexander Zagrebin" To: References: <4E8D8451.6060103@freebsd.org> <4E8E0376.1020403@FreeBSD.org> <1558168222.20111006235816@serebryakov.spb.ru> In-Reply-To: <1558168222.20111006235816@serebryakov.spb.ru> Date: Tue, 11 Oct 2011 08:31:52 +0400 Keywords: freebsd-current Message-ID: <21F45A0979464BEDB6DDE84EE25BE53B@vosz.local> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17514 Thread-Index: AcyEYoIGKG3Qn4r8TwGTigMiHhFORADagvqw Cc: freebsd-current@freebsd.org Subject: RE: subversion-freebsd dependencies X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 04:31:55 -0000 Hi! > >> On a newly installed development machine I installed > subversion-freebsd > >> from ports and ended up with a huge dependency chain. > > If you're just using it for FreeBSD you can un-check all > the OPTIONS. If > > you might want to use the http:// protocol to check > something out the > > neon option works well and is fairly painless. > It doesn't help to remove tcl build dependency, as sqlite3 is > unconditional dependency :( There is the "sqlite-autoconf-3070800.tar.gz" on the SQLite download page. This source code builds fine without tcl installed. But FreeBSD port still uses sqlite-src-XXX.zip which marked as "Legacy Source Code Distribution Formats (Not Recommended)" So it seems that tcl dependency may be avoided. -- Alexander Zagrebin