openbsd-ports/devel/tkdiff/patches/patch-tkdiff
jasper 44d7fe440f import tkdiff 4.1.3
TkDiff is a graphical front end to the diff program. It provides a
side-by-side view of the differences between two files, along with
several innovative features such as diff bookmarks and a graphical map
of differences for quick navigation.

from maintainer Vlad Glagolev <stelzy at gmail dot com>

feedback and ok steven@
2006-12-04 17:27:17 +00:00

12 lines
320 B
Tcl

--- tkdiff.orig Mon Dec 4 16:40:54 2006
+++ tkdiff Mon Dec 4 16:42:03 2006
@@ -1,7 +1,7 @@
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
-exec wish "$0" -- ${1+"$@"}
+exec !!LOCALBASE!!/bin/wish8.4 "$0" -- ${1+"$@"}
###############################################################################
#