From owner-cvs-all@FreeBSD.ORG Fri Dec 3 04:43:23 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 BADE21065675; Fri, 3 Dec 2010 04:43:23 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9F8C8FC16; Fri, 3 Dec 2010 04:43:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oB34hNTr042060; Fri, 3 Dec 2010 04:43:23 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB34hNLo042059; Fri, 3 Dec 2010 04:43:23 GMT (envelope-from mi) Message-Id: <201012030443.oB34hNLo042059@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 3 Dec 2010 04:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 04:43:23 -0000 mi 2010-12-03 04:43:23 UTC FreeBSD ports repository Modified files: devel/gdb66 Makefile devel/gdb66/files itcl33-patch Log: 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 :( Also update the iTcl version to 3.4... Freshen up to work with Tcl-8.5, which is a default, and is a bit pickier about package version-numbers. Notified by: Bruce Cran Revision Changes Path 1.57 +10 -6 ports/devel/gdb66/Makefile 1.3 +8 -0 ports/devel/gdb66/files/itcl33-patch