From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 12 06:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F1B4285 for ; Fri, 12 Jul 2013 06:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 71EB01C37 for ; Fri, 12 Jul 2013 06:10: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 r6C6A00j002978 for ; Fri, 12 Jul 2013 06:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6C6A0pa002977; Fri, 12 Jul 2013 06:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 12 Jul 2013 06:10:00 GMT Resent-Message-Id: <201307120610.r6C6A0pa002977@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, "David O'Brien" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8139C04 for ; Fri, 12 Jul 2013 06:02:06 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id BB49E1BC8 for ; Fri, 12 Jul 2013 06:02:05 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.6/8.14.5) with ESMTP id r6C5bLV2029432 for ; Thu, 11 Jul 2013 22:37:21 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.6/8.14.5/Submit) id r6C5bLWL029431; Thu, 11 Jul 2013 22:37:21 -0700 (PDT) (envelope-from obrien) Message-Id: <201307120537.r6C5bLWL029431@dragon.nuxi.org> Date: Thu, 11 Jul 2013 22:37:21 -0700 (PDT) From: "David O'Brien" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180484: bsd.tcl.mk does not support full range of version settings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David O'Brien List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 06:10:00 -0000 >Number: 180484 >Category: ports >Synopsis: bsd.tcl.mk does not support full range of version settings >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 12 06:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD dragon.NUXI.org 10.0-CURRENT FreeBSD 10.0-CURRENT #686 r248156M: Mon Mar 11 15:57:05 PDT 2013 rootk@dragon:/sys/amd64/compile/DRAGON amd64 svn://svn.freebsd.org/ports/head/Mk@322794 >Description: Reading bsd.lua.mk, I see: # USE_LUA - Set to the list of Lua versions that can be used by the ... # - Partial range: single version and lower (e.g. "5.1-"). # USE_LUA_NOT - Set to the list of Lua versions that can't be used by the # port. In other words, it removes some versions from USE_LUA. However these are missing from bsd.tcl.mk. This means I cannot say that the iCal port builds fine with any Tk verison < 8.6. Basic functionality like this should be uniform across the various scripting interpters. >How-To-Repeat: -USE_TK?= 85 +USE_TK?= 85- $ make ===> ical-2.2_3 unknown Tcl/Tk version specified: 85-. *** [all] Error code 1 Stop in /usr/ports/deskutils/ical. ----------%<----------%<----------%<----------%<----------%<---------- -USE_TK?= 85 +USE_TK= yes +USE_TK_NOT= 86 $ make ===> Fetching all distfiles required by ical-2.2_3 for building ===> Extracting for ical-2.2_3 => SHA256 Checksum OK for ical-2.2.tar.gz. ... ===> ical-2.2_3 depends on shared library: tk86 - not found ===> Verifying install for tk86 in /usr/ports/x11-toolkits/tk86 >Fix: Update bsd.tcl.mk to have the correct modern functionality as bsd.lua.mk has. >Release-Note: >Audit-Trail: >Unformatted: