1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/comms/tkscanfax/files/patch-src:wish
Yoshio MITA b8460b50ff - Synchronized with latest version (1.1.4).
- Deleted dependency on japanese Tcl/Tk 8.0.5
- Added dependency on Tcl/Tk 8.3.
- Works also with japanese messages.
- (Info) To input japanese, execute:
   env LANG=ja_JP.eucJP XMODIFIERS=@im=kinput2 tkfax

PR:		ports/73930
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de> pointed out the dependency problem.
2004-11-17 14:34:07 +00:00

21 lines
519 B
Plaintext

--- tkfax.orig Sun Nov 14 20:59:03 2004
+++ tkfax Sun Nov 14 20:59:40 2004
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
+exec wish8.3 "$0" "$@"
set fax(libdir) /usr/local/lib/tkscanfax1
if [ file exist fax-init.tcl ] { set fax(libdir) [pwd] }
--- tkscan.orig Sun Nov 14 20:59:24 2004
+++ tkscan Sun Nov 14 20:59:33 2004
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
+exec wish8.3 "$0" "$@"
# Set TkScan installation directory.