# HG changeset patch # User Mike Sullivan # Date 1306873353 25200 # Node ID 40c50e0a5d3941b7076658fe98c73cce8913b29f # Parent f5691d29ebba7fa754e2d1bab14859c355f56cd3 7049923 /usr/bin/wish missing on snv_166 7050092 tclConfig.sh TCL_LIBS should not include -lsunmath diff -r f5691d29ebba -r 40c50e0a5d39 components/tcl/tcl/files/tclsed --- a/components/tcl/tcl/files/tclsed Tue May 31 13:04:15 2011 -0700 +++ b/components/tcl/tcl/files/tclsed Tue May 31 13:22:33 2011 -0700 @@ -35,3 +35,5 @@ /^TCL_BUILD_STUB_LIB_PATH/c\ TCL_BUILD_STUB_LIB_PATH='/usr/lib/libtclstub8.5${TCL_DBGX}.a' + +s,-lsunmath,, diff -r f5691d29ebba -r 40c50e0a5d39 components/tcl/tcl/tcl.p5m --- a/components/tcl/tcl/tcl.p5m Tue May 31 13:04:15 2011 -0700 +++ b/components/tcl/tcl/tcl.p5m Tue May 31 13:22:33 2011 -0700 @@ -507,6 +507,8 @@ desc="Tcl - Tool Command Language (8.5.9)" \ name="Tcl - Tool Command Language" license tcl.license license=BSD-like +link path=usr/bin/tclsh target=tclsh8.5 +link path=usr/bin/$(MACH64)/tclsh target=tclsh8.5 link path=usr/share/man/man3tcl/Tcl_AddErrorInfo.3tcl target=Tcl_GetReturnOptions.3tcl link path=usr/share/man/man3tcl/Tcl_AddObjErrorInfo.3tcl \ target=Tcl_GetReturnOptions.3tcl diff -r f5691d29ebba -r 40c50e0a5d39 components/tcl/tk/files/tksed --- a/components/tcl/tk/files/tksed Tue May 31 13:04:15 2011 -0700 +++ b/components/tcl/tk/files/tksed Tue May 31 13:22:33 2011 -0700 @@ -32,3 +32,5 @@ /^TK_BUILD_STUB_LIB_PATH/c\ TK_BUILD_STUB_LIB_PATH='/usr/lib/libtkstub8.5.a' + +s,-lsunmath,, diff -r f5691d29ebba -r 40c50e0a5d39 components/tcl/tk/tk.p5m --- a/components/tcl/tk/tk.p5m Tue May 31 13:04:15 2011 -0700 +++ b/components/tcl/tk/tk.p5m Tue May 31 13:22:33 2011 -0700 @@ -405,6 +405,8 @@ legacy pkg=SUNWTk desc="Tk - TCL GUI Toolkit (8.5.9)" \ name="Tk - TCL GUI Toolkit" license tk.license license=BSD-like +link path=usr/bin/wish target=wish8.5 +link path=usr/bin/$(MACH64)/wish target=wish8.5 link path=usr/share/man/man1t/tk_bindForTraversal.1t target=tk_menuBar.1t link path=usr/share/man/man1t/tk_bisque.1t target=tk_setPalette.1t link path=usr/share/man/man1t/tk_focusFollowsMouse.1t target=tk_focusNext.1t