summaryrefslogtreecommitdiff
path: root/devel/tkcon/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-06-20 18:18:24 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-06-20 18:18:24 +0000
commit1561c57aae876d6bae86666bd6ce9061f0470a88 (patch)
treec1b3e851c8cff39a787f397ff1244b7f92b02b13 /devel/tkcon/files
parentI missed a gcc30'ism when converting this from `gcc-devel'. (diff)
Upgrade to tkcon-2.1:
. replace one of the hunks with a regex . use tk83 . handle NOPORTDOCS in pkg-plist Approved by: maintainer
Diffstat (limited to 'devel/tkcon/files')
-rw-r--r--devel/tkcon/files/patch-aa13
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/tkcon/files/patch-aa b/devel/tkcon/files/patch-aa
index f547f6a9c0cc..f6608c1dd771 100644
--- a/devel/tkcon/files/patch-aa
+++ b/devel/tkcon/files/patch-aa
@@ -1,19 +1,10 @@
---- tkcon.tcl.orig Thu Apr 1 05:49:22 1999
+--- tkcon.tcl Thu Apr 1 05:49:22 1999
+++ tkcon.tcl Mon Jun 28 21:35:52 1999
@@ -1,6 +1,6 @@
#!/bin/sh
# \
-exec wish "$0" ${1+"$@"}
-+if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.2 "$0" -- "$@"; fi;
++if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.3 "$0" -- "$@"; fi;
#
## tkcon.tcl
-@@ -133,7 +133,7 @@
- }
- version 1.6
- release {31 March 1999}
-- docs "http://www.purl.org/net/hobbs/tcl/script/tkcon/\nhttp://www.hobbs.wservice.com/tcl/script/tkcon/"
-+ docs "file:/usr/local/share/doc/tkcon/\nhttp://www.hobbs.wservice.com/tcl/script/tkcon/"
- email {jeff.hobbs@acm.org}
- root .
- }