Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 52FE563B8C3 for ; Sat, 21 Feb 2009 19:39:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id F333B63B176; Sat, 21 Feb 2009 19:39:44 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 2B85C63B14E for ; Sat, 21 Feb 2009 19:39:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1A5C2175D0; Sat, 21 Feb 2009 19:39:44 +0000 (UTC) From: Tobias Nygren Subject: CVS commit: pkgsrc/databases/sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org Message-Id: <20090221193944.1A5C2175D0@cvs.netbsd.org> Date: Sat, 21 Feb 2009 19:39:44 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: tnn Date: Sat Feb 21 19:39:44 UTC 2009 Modified Files: pkgsrc/databases/sqlite3: Makefile distinfo pkgsrc/databases/sqlite3/patches: patch-aa Log Message: patch from upstream: sqlite3 fails to build when tcl is not installed. Also set ac_cv_prog_TCLSH_CMD="" so the configure script won't find tcl. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pkgsrc/databases/sqlite3/Makefile cvs rdiff -r1.30 -r1.31 pkgsrc/databases/sqlite3/distinfo cvs rdiff -r1.5 -r1.6 pkgsrc/databases/sqlite3/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.