cvs commit: ports/lang/tclX Makefile ports/lang/tclX/files patch-profile

Mikhail Teterin mi at FreeBSD.org
Fri Nov 27 07:34:35 UTC 2009


mi          2009-11-27 07:34:35 UTC

  FreeBSD ports repository

  Modified files:
    lang/tclX            Makefile 
  Added files:
    lang/tclX/files      patch-profile 
  Log:
  Allow building against any Tcl, rather than limit to 8.4. Both 8.3
  should now work properly.
  
  Add patch to fix profiling on 8.5 AND whenever the system has been up
  for more than 25 days -- the latter used to overflow the clock_t-sized
  variables, because TclX uses these 31-bit values to store milliseconds.
  
  Use the proper method to obtain CLK_TCK -- if only on FreeBSD.
  
  Revision  Changes    Path
  1.63      +18 -3     ports/lang/tclX/Makefile
  1.1       +103 -0    ports/lang/tclX/files/patch-profile (new)


More information about the cvs-ports mailing list