From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 1 22:10:04 2008 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 67CA3106567B for ; Tue, 1 Apr 2008 22:10:04 +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 472258FC30 for ; Tue, 1 Apr 2008 22:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m31MA4ml060089 for ; Tue, 1 Apr 2008 22:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m31MA4cG060088; Tue, 1 Apr 2008 22:10:04 GMT (envelope-from gnats) Resent-Date: Tue, 1 Apr 2008 22:10:04 GMT Resent-Message-Id: <200804012210.m31MA4cG060088@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, Frank Fenor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469FC1065677 for ; Tue, 1 Apr 2008 22:06:45 +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 3788E8FC1A for ; Tue, 1 Apr 2008 22:06:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m31M6hVk024705 for ; Tue, 1 Apr 2008 22:06:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m31M6h3L024704; Tue, 1 Apr 2008 22:06:43 GMT (envelope-from nobody) Message-Id: <200804012206.m31M6h3L024704@www.freebsd.org> Date: Tue, 1 Apr 2008 22:06:43 GMT From: Frank Fenor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122358: Make databases/mysqltcl compile with Tcl 8.3 and 8.5 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: Tue, 01 Apr 2008 22:10:04 -0000 >Number: 122358 >Category: ports >Synopsis: Make databases/mysqltcl compile with Tcl 8.3 and 8.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 01 22:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank Fenor >Release: FreeBSD 7.0-PRERELEASE >Organization: >Environment: FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb 5 00:33:58 CET 2008 >Description: The current Makefile contains USE_TCL=yes which is equivalent to USE_TCL=84. Due to this, the port requires Tcl 8.4. I tested it with Tcl 8.5 and it works perfectly fine. The port is also listed in the category tcl83, so I assume it works with Tcl 8.3 aswell. I set USE_TCL=83+ to make the port use the best available Tcl version above and including 8.3. I also removed USE_TCL_BUILD since according to bsd.tcl.mk it's useless when USE_TCL is set. >How-To-Repeat: pkg_delete tcl84 cd /usr/ports/databases/mysqltcl make clean && make >Fix: cd /usr/ports/databases/mysqltcl && patch -p1 < patch.txt Patch attached with submission follows: diff -Nru mysqltcl.vanilla/Makefile mysqltcl/Makefile --- mysqltcl.vanilla/Makefile 2008-02-18 23:27:08.000000000 +0100 +++ mysqltcl/Makefile 2008-04-01 22:33:22.000000000 +0200 @@ -15,8 +15,7 @@ USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= yes -USE_TCL_BUILD= yes +USE_TCL= 83+ MANN= mysqltcl.n >Release-Note: >Audit-Trail: >Unformatted: