mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a623e2d6cf
your interpreter with connectivity to a Sybase server. Althghough it was written to work with Sybase's own client libraries (not available for FreeBSD), this port patches it enough to make it work with FreeTDS. WWW: http://sybtcl.sourceforge.net/
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
--- samples/sign_on.tcl Fri Jun 2 02:35:54 2000
|
|
+++ samples/sign_on.tcl Mon Mar 29 18:16:50 2004
|
|
@@ -19,5 +19,5 @@
|
|
#upvar 1 $p password
|
|
#upvar 1 $s server
|
|
- global env mainwindow
|
|
+ global env mainwindow tcl_platform
|
|
|
|
# get valid servers from interfaces file
|
|
@@ -91,5 +91,5 @@
|
|
frame $mainwindow.s.p
|
|
entry $mainwindow.s.p.pw -relief sunken -width 10 \
|
|
- -font -*-symbol-*-r-*--20-*-*-*-*-*-*-*
|
|
+ -show * -exportselection false
|
|
label $mainwindow.s.p.p -text " Password" -anchor e
|
|
|