openbsd-ports/net/ssvnc/patches/patch-scripts_ssvnc
sthen 2a0c0196ce - update to 1.0.22, based on giovanni@'s diff for the 1.0.21 update
- install Tcl/Tk frontend and helper scripts to simplify VNC over SSL
and VNC over SSH connections (particularly useful with x11vnc). these
are in the ssvnc-XX subpackage, the viewer stays in ssvnc-viewer-XX.

- take maintainer

ok jasper@
2009-01-13 15:08:27 +00:00

13 lines
389 B
Plaintext

$OpenBSD: patch-scripts_ssvnc,v 1.1 2009/01/13 15:08:27 sthen Exp $
--- scripts/ssvnc.orig Tue Jan 13 03:02:08 2009
+++ scripts/ssvnc Tue Jan 13 03:04:45 2009
@@ -30,7 +30,7 @@ fi
if [ "X$WISH" = "X" ]; then
WISH=wish
- for try in wish8.4 wish wish8.3 wish8.5 wish8.6
+ for try in ${MODTK_BIN} wish8.4 wish wish8.3 wish8.5 wish8.6
do
if type $try > /dev/null; then
WISH=$try