From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15863 invoked by alias); 12 Sep 2005 16:02:09 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 15833 invoked by uid 22791); 12 Sep 2005 16:02:03 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 12 Sep 2005 16:02:03 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j8CG22ma026092 for ; Mon, 12 Sep 2005 12:02:02 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j8CG22V11406 for ; Mon, 12 Sep 2005 12:02:02 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j8CG20Yo023143 for ; Mon, 12 Sep 2005 12:02:01 -0400 Message-ID: <4325A678.4030701@redhat.com> Date: Mon, 12 Sep 2005 16:02:00 -0000 From: Keith Seitz User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) MIME-Version: 1.0 To: insight@sources.redhat.com Subject: [PATCH] Remove all mention of tix Content-Type: multipart/mixed; boundary="------------000301050508010601090006" X-SW-Source: 2005-q3/txt/msg00100.txt.bz2 This is a multi-part message in MIME format. --------------000301050508010601090006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 336 Hi, Someone astutely pointed out that the README still contain mentions of Tix, a dependency we lost a very long time ago. I have scanned the sources and removed all references to Tix. Keith 2005-09-12 Keith Seitz * generic/gdbtk.c (gdbtk_init): Remove all mention of Tix. * README: Ditto. --------------000301050508010601090006 Content-Type: text/x-patch; name="sans-tix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sans-tix.patch" Content-length: 1740 Index: README =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/README,v retrieving revision 1.2 diff -u -p -r1.2 README --- README 15 Aug 2002 18:00:17 -0000 1.2 +++ README 12 Sep 2005 16:00:10 -0000 @@ -25,7 +25,7 @@ Building and Installing Building Insight is very straightforward. It is configured/built by default when you checkout or download Insight. Right now, Insight MUST -be built using the versions of Tcl, Tk, Itcl, and Tix that come with +be built using the versions of Tcl, Tk, and Itcl that come with the sources. We're working to fix that, but it is going to take a lot of time. (Want to help?) @@ -62,7 +62,6 @@ install and the source trees. ---- ----------- TCL_LIBRARY The location of the Tcl library files TK_LIBRARY The location of the Tk library files - TIX_LIBRARY The location of the Tix library files REDHAT_GUI_LIBRARY The location of the libgui library files GDBTK_LIBRARY The location of the Insight library files INSIGHT_PLUGINS A colon-separated list of directories Index: generic/gdbtk.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v retrieving revision 1.42 diff -u -p -r1.42 gdbtk.c --- generic/gdbtk.c 28 Apr 2005 23:45:07 -0000 1.42 +++ generic/gdbtk.c 12 Sep 2005 16:00:10 -0000 @@ -419,10 +419,6 @@ gdbtk_init (void) [file join $srcDir itcl iwidgets generic]\n\ }\n\ \ - if {![info exists env(TIX_LIBRARY)]} {\n\ - set env(TIX_LIBRARY) [file join $srcDir tix library]\n\ - }\n\ -\ if {![info exists env(GDBTK_LIBRARY)]} {\n\ set env(GDBTK_LIBRARY) [file join $srcDir gdb gdbtk library]\n\ }\n\ --------------000301050508010601090006--