From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:32:53 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B63E1065696 for ; Fri, 3 Dec 2010 08:32:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 0E29D8FC13 for ; Fri, 3 Dec 2010 08:32:52 +0000 (UTC) Received: from pav.hide.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id oB38WkgL013189 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 3 Dec 2010 09:32:47 +0100 (CET) (envelope-from pav@FreeBSD.org) Message-ID: <4CF8AB2D.8060201@FreeBSD.org> Date: Fri, 03 Dec 2010 09:32:45 +0100 From: Pav Lucistnik User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101124 Thunderbird/3.1.6 MIME-Version: 1.0 To: Mikhail Teterin References: <201012030443.oB34hNLo042059@repoman.freebsd.org> In-Reply-To: <201012030443.oB34hNLo042059@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 195.122.204.152; Sender-helo: pav.hide.vol.cz; ) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb66 Makefile ports/devel/gdb66/files itcl33-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 08:32:53 -0000 On 2010/12/03 05:43, Mikhail Teterin wrote: > Make this work with what TCL/TK are installed in case, Insight is > requested. This required an explicit inclusion of bsd.tcl.mk -- because > options-parsing occurs in bsd.ports.pre.mk, and it is too late to > set USE_TK after that. Don't know a better way around :( OPTIONS= [..] .include .if (WITH_FOO) USE_TK= [..] .endif .include do-[..] .include -- Pav Lucistnik