From owner-cvs-all@FreeBSD.ORG Wed May 17 20:36:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCB316A57A; Wed, 17 May 2006 20:36:17 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECCA43D46; Wed, 17 May 2006 20:36:17 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKZtcq051521; Wed, 17 May 2006 20:35:55 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKZtnZ051520; Wed, 17 May 2006 20:35:55 GMT (envelope-from mi) Message-Id: <200605172035.k4HKZtnZ051520@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 17 May 2006 20:35:55 +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/lang/itcl Makefile distinfo pkg-plist ports/lang/itcl/files Makefile.lib patch+generic+itcl_class.c patch-generic+itcl.h patch-generic+itclInt.h patch-generic+itcl_cmds.c patch-tests+ensemble.test ports/x11-toolkits/itk Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:36:17 -0000 mi 2006-05-17 20:35:55 UTC FreeBSD ports repository Modified files: lang/itcl Makefile distinfo pkg-plist lang/itcl/files Makefile.lib x11-toolkits/itk Makefile distinfo pkg-plist x11-toolkits/itk/files Makefile.lib x11-toolkits/iwidgets Makefile x11-fm/tkdesk Makefile distinfo x11-fm/tkdesk/files patch-aa patch-ab Added files: x11-toolkits/itk/files patch-nointerptest x11-toolkits/iwidgets/files patch-noitcl Removed files: lang/itcl/files patch+generic+itcl_class.c patch-generic+itcl.h patch-generic+itclInt.h patch-generic+itcl_cmds.c patch-tests+ensemble.test x11-toolkits/itk/files patch-nostubs Log: Update the itcl/itk from 3.2 to 3.3 (released in April 2005). The installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me. Revision Changes Path 1.41 +10 -22 ports/lang/itcl/Makefile 1.8 +3 -3 ports/lang/itcl/distinfo 1.8 +11 -9 ports/lang/itcl/files/Makefile.lib 1.2 +0 -11 ports/lang/itcl/files/patch+generic+itcl_class.c (dead) 1.2 +0 -107 ports/lang/itcl/files/patch-generic+itcl.h (dead) 1.2 +0 -101 ports/lang/itcl/files/patch-generic+itclInt.h (dead) 1.3 +0 -222 ports/lang/itcl/files/patch-generic+itcl_cmds.c (dead) 1.2 +0 -32 ports/lang/itcl/files/patch-tests+ensemble.test (dead) 1.12 +4 -3 ports/lang/itcl/pkg-plist 1.31 +18 -10 ports/x11-fm/tkdesk/Makefile 1.10 +6 -0 ports/x11-fm/tkdesk/distinfo 1.13 +27 -5 ports/x11-fm/tkdesk/files/patch-aa 1.5 +1 -1 ports/x11-fm/tkdesk/files/patch-ab 1.20 +17 -20 ports/x11-toolkits/itk/Makefile 1.6 +3 -3 ports/x11-toolkits/itk/distinfo 1.6 +13 -9 ports/x11-toolkits/itk/files/Makefile.lib 1.1 +21 -0 ports/x11-toolkits/itk/files/patch-nointerptest (new) 1.3 +0 -33 ports/x11-toolkits/itk/files/patch-nostubs (dead) 1.5 +4 -3 ports/x11-toolkits/itk/pkg-plist 1.15 +10 -3 ports/x11-toolkits/iwidgets/Makefile 1.1 +12 -0 ports/x11-toolkits/iwidgets/files/patch-noitcl (new)