From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 4 22:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4CBD106568D for ; Sat, 4 Jul 2009 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A02398FC2F for ; Sat, 4 Jul 2009 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n64MK1xE063457 for ; Sat, 4 Jul 2009 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n64MK1mK063456; Sat, 4 Jul 2009 22:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jul 2009 22:20:01 GMT Resent-Message-Id: <200907042220.n64MK1mK063456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, fusselbaer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA421065670 for ; Sat, 4 Jul 2009 22:17:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E102D8FC22 for ; Sat, 4 Jul 2009 22:17:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n64MHpKa002477 for ; Sat, 4 Jul 2009 22:17:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n64MHpxI002476; Sat, 4 Jul 2009 22:17:51 GMT (envelope-from nobody) Message-Id: <200907042217.n64MHpxI002476@www.freebsd.org> Date: Sat, 4 Jul 2009 22:17:51 GMT From: fusselbaer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136331: [update] make databases/sqlite3 compile with tcl85 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2009 22:20:02 -0000 >Number: 136331 >Category: ports >Synopsis: [update] make databases/sqlite3 compile with tcl85 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 04 22:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: fusselbaer >Release: 7.2-STABLE i386 >Organization: >Environment: FreeBSD PENDRAGON.TASKFORCE 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jun 25 04:54:00 CEST 2009 fussel@PENDRAGON.TASKFORCE:/usr/obj/usr/src/sys/PENDRAGON i386 >Description: Have no more tcl84 installad. databases/sqlite3 dont't like to compile with tcl85 that i have installed. Made patches patch-tcl-85-86_configure patch-tcl-85-86_configure.ac so databases/sclite3 compile on my box wiht tcl85, put tcl86 in the patches too, tcl86 with databases/sqlite is untestested. >How-To-Repeat: >Fix: patch-tcl-85-86_configure patch-tcl-85-86_configure.ac Patch attached with submission follows: diff -ruN files.orig/patch-tcl-85-86_configure files/patch-tcl-85-86_configure --- files.orig/patch-tcl-85-86_configure 1970-01-01 01:00:00.000000000 +0100 +++ files/patch-tcl-85-86_configure 2009-07-04 22:51:57.000000000 +0200 @@ -0,0 +1,11 @@ +--- configure.orig 2009-07-04 22:47:36.000000000 +0200 ++++ configure 2009-07-04 22:50:42.000000000 +0200 +@@ -12259,7 +12259,7 @@ + # if not, then we fall back to plain tclsh. + # TODO: try other versions before falling back? + # +-for ac_prog in tclsh8.4 tclsh ++for ac_prog in tclsh8.4 tclsh8.5 tclsh8.6 tclsh + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff -ruN files.orig/patch-tcl-85-86_configure.ac files/patch-tcl-85-86_configure.ac --- files.orig/patch-tcl-85-86_configure.ac 1970-01-01 01:00:00.000000000 +0100 +++ files/patch-tcl-85-86_configure.ac 2009-07-04 22:37:55.000000000 +0200 @@ -0,0 +1,11 @@ +--- configure.ac.orig 2009-07-04 22:24:23.000000000 +0200 ++++ configure.ac 2009-07-04 22:28:55.000000000 +0200 +@@ -139,7 +139,7 @@ + # if not, then we fall back to plain tclsh. + # TODO: try other versions before falling back? + # +-AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.4 tclsh], none) ++AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.4 tclsh8.5 tclsh8.6 tclsh], none) + if test "$TCLSH_CMD" = "none"; then + # If we can't find a local tclsh, then building the amalgamation will fail. + # We act as though --disable-amalgamation has been used. >Release-Note: >Audit-Trail: >Unformatted: