7049923 /usr/bin/wish missing on snv_166
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 31 May 2011 13:22:33 -0700
changeset 272 40c50e0a5d39
parent 271 f5691d29ebba
child 273 cec58567b4f4
7049923 /usr/bin/wish missing on snv_166 7050092 tclConfig.sh TCL_LIBS should not include -lsunmath
components/tcl/tcl/files/tclsed
components/tcl/tcl/tcl.p5m
components/tcl/tk/files/tksed
components/tcl/tk/tk.p5m
--- 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,,
--- 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
--- 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,,
--- 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