diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-28 16:55:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-28 16:55:53 +0000 |
commit | cfe2bd46f2bc0d710ff6c2a6e54449bb3d12d6d6 (patch) | |
tree | 7361430d7fe8c2469dacb55216a3d41d9a21c9f8 /devel/tkcvs/patches | |
parent | f24f88b7bf04f62c0d3a246dce618f296b405ce5 (diff) | |
download | pkgsrc-cfe2bd46f2bc0d710ff6c2a6e54449bb3d12d6d6.tar.gz |
Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.
Changes:
- Improved the algorithm for building the tree in the module browser, making
it less error-prone.
- Recursive add respects .cvsignore and $cvscfg(ignore_file_filter)
- The Working Directory Browser parses the "Sticky Options" field and uses
a different icon if a locally-added or up-to-date file is binary (-kb).
- The Log Browser color-codes the selected revisions so you can visually
match the log text with the box in the branching diagram.
- The dialog for module-level tagging (cvs rtag) is a little more
informative (and the code is a little less rococo).
- The installer has a new option "-finaldest", to facilitate building
debian-style packages.
- The man page is installed in man1 instead of mann.
- The tooltips no longer persist until the operation started by the button
is finished.
Diffstat (limited to 'devel/tkcvs/patches')
-rw-r--r-- | devel/tkcvs/patches/patch-aa | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/devel/tkcvs/patches/patch-aa b/devel/tkcvs/patches/patch-aa index 06e5b699d77..90aa744187f 100644 --- a/devel/tkcvs/patches/patch-aa +++ b/devel/tkcvs/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ +$NetBSD: patch-aa,v 1.7 2002/01/28 16:55:55 wiz Exp $ ---- doinstall.tcl.orig Sun Dec 31 04:28:19 2000 +--- doinstall.tcl.orig Wed Jan 23 18:18:03 2002 +++ doinstall.tcl @@ -2,5 +2,5 @@ #-*-tcl-*- @@ -9,16 +9,14 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ +exec tclsh "$0" -- ${1+"$@"} # -@@ -20,6 +20,6 @@ +@@ -29,5 +29,5 @@ } else { set BINDIR [file join $INSTALLROOT bin] - set LIBDIR [file join $INSTALLROOT lib] -- set MANDIR [file join $INSTALLROOT man mann] + set LIBDIR [file join $INSTALLROOT share] -+ set MANDIR [file join $INSTALLROOT man man1] + set MANDIR [file join $INSTALLROOT man man1] } - } -@@ -31,21 +31,4 @@ +@@ -40,21 +40,4 @@ set_paths $INSTALLROOT - @@ -27,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - set msg(3) [file join $LIBDIR tkcvs *.tcl] - set msg(4) [file join $LIBDIR tkcvs bitmaps *.gif,xbm] - if {$tcl_platform(platform) == "unix"} { -- set msg(5) [file join $MANDIR tkcvs.n] +- set msg(5) [file join $MANDIR tkcvs.1] - } - foreach m [lsort [array names msg]] { - if {[winfo exists .messages.$m]} { @@ -40,16 +38,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - } } -@@ -84,6 +67,6 @@ - file attributes [file join $BINDIR $TKDIFF] -permissions 0755 - file mkdir $MANDIR -- puts "Installing manpage tkcvs.n in $MANDIR" -- file copy -force [file join tkcvs tkcvs.n] $MANDIR -+ puts "Installing manpage tkcvs.1 in $MANDIR" -+ file copy -force [file join tkcvs tkcvs.1] $MANDIR - } - -@@ -103,11 +86,4 @@ +@@ -117,11 +100,4 @@ cd .. puts "Finished!" - @@ -61,7 +50,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/03 20:59:40 zuntum Exp $ - } } -@@ -122,10 +98,5 @@ +@@ -136,10 +112,5 @@ # Check Tcl/TK version -if {$tcl_version < 8.1} { |