1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/sybtcl/files/patch-sign_on
Mikhail Teterin a623e2d6cf This is Sybtcl -- a dynamicly loadable TCL extension, which provides
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/
2004-03-30 00:02:11 +00:00

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