From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 19 23:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32E96694 for ; Mon, 19 Aug 2013 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE926202F for ; Mon, 19 Aug 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7JNe0KM055787 for ; Mon, 19 Aug 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7JNe0p0055784; Mon, 19 Aug 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 19 Aug 2013 23:40:00 GMT Resent-Message-Id: <201308192340.r7JNe0p0055784@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, Jeff Lawson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 54387531 for ; Mon, 19 Aug 2013 23:31:59 +0000 (UTC) (envelope-from jeff.lawson@rowdy.hou.flightaware.com) Received: from rowdy.hou.flightaware.com (rowdy.hou.flightaware.com [216.52.171.94]) by mx1.freebsd.org (Postfix) with ESMTP id 398FE2FEC for ; Mon, 19 Aug 2013 23:31:58 +0000 (UTC) Received: by rowdy.hou.flightaware.com (Postfix, from userid 2058) id B9B6756509; Mon, 19 Aug 2013 18:25:02 -0500 (CDT) Message-Id: <20130819232502.B9B6756509@rowdy.hou.flightaware.com> Date: Mon, 19 Aug 2013 18:25:02 -0500 (CDT) From: Jeff Lawson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181412: graphics/gdtclft should use updated default Tcl version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jeff Lawson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 23:40:01 -0000 >Number: 181412 >Category: ports >Synopsis: graphics/gdtclft should use updated default Tcl version >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: Mon Aug 19 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jeff Lawson >Release: FreeBSD 8.2-RELEASE amd64 >Organization: FlightAware >Environment: System: FreeBSD rowdy.hou.flightaware.com 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Thu Feb 24 10:18:23 CST 2011 root@blubl.hou.flightaware.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: FreeBSD ports tree currently uses Tcl 8.6 as default (since May 2013), however this port has a hard-coded version of 8.4 still. http://lists.freebsd.org/pipermail/freebsd-ports/2013-May/083651.html Either update the hard-coded version to 8.6 or 8.5, or find another way to automatically detect the appropriate default version. >How-To-Repeat: Simply attempt to build the graphics/gdtclft port. >Fix: The user must ensure that the TCL_VER variable is properly set in /etc/make.conf or else an obsolete version of Tcl might be used. --- gdtclft.diff begins here --- diff --git a/graphics/gdtclft/Makefile.orig b/graphics/gdtclft/Makefile index 67129fb..56ad2e9 100644 --- a/graphics/gdtclft/Makefile.orig +++ b/graphics/gdtclft/Makefile @@ -18,7 +18,7 @@ COMMENT= A TCL interface to the Thomas Boutell's Gd library LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \ gd:${PORTSDIR}/graphics/gd -TCL_VER?= 8.4 +TCL_VER?= 8.6 TCL_DVER= ${TCL_VER:S/.//} MAKEFILE= ${FILESDIR}/Makefile.bsd --- gdtclft.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: