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 ...

Mikhail Teterin mi at FreeBSD.org
Wed May 17 13:36:17 PDT 2006


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)


More information about the cvs-all mailing list