From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31651 invoked by alias); 14 Jan 2014 19:48:45 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 31627 invoked by uid 89); 14 Jan 2014 19:48:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f175.google.com Received: from mail-ig0-f175.google.com (HELO mail-ig0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 14 Jan 2014 19:48:41 +0000 Received: by mail-ig0-f175.google.com with SMTP id uq10so6668064igb.2 for ; Tue, 14 Jan 2014 11:48:39 -0800 (PST) X-Received: by 10.42.246.131 with SMTP id ly3mr249299icb.8.1389728919538; Tue, 14 Jan 2014 11:48:39 -0800 (PST) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id qk7sm25437248igc.8.2014.01.14.11.48.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 11:48:38 -0800 (PST) Message-ID: <52D5949B.20608@users.sourceforge.net> Date: Tue, 14 Jan 2014 19:48:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [ITA] tcl-sqlite3 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-01/txt/msg00045.txt.bz2 On 2014-01-14 09:50, Jan Nijtmans wrote: > After some experimenting, I'm proposing the following layout: > > usr/lib/tcl8.5/sqlite3 -> ../tcl8.6/sqlite3 (soft link) > usr/lib/tcl8.6/sqlite3/pkgIndex.tcl > usr/lib/tcl8.6/sqlite3/tclsqlite3.dll > usr/share/man/mann/sqlite3.n.gz > > This way, both Tcl 8.5 and 8.6 can find the package without > the need to duplicate anything. And the full version > numbers are gone. Is that better? /usr/lib/tcl8.x is for the Tcl standard library; I don't think that other packages -- particularly those that aren't actually dependent on a particular version of Tcl -- belong there. Yaakov