diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 01:13:58 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 01:13:58 +0000 |
commit | 24466ddf10ea43420c3999dd81a0005b6886548c (patch) | |
tree | 8541e8d70fc0c64031497cfcec96f6ccd7cb5257 /misc | |
parent | 6a261465eba3264b12695c61fffb86ed1baa7d55 (diff) | |
download | pkgsrc-24466ddf10ea43420c3999dd81a0005b6886548c.tar.gz |
Adapt to tk-8.3.2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tclticker/Makefile | 4 | ||||
-rw-r--r-- | misc/tclticker/files/patch-sum | 6 | ||||
-rw-r--r-- | misc/tclticker/patches/patch-aa | 17 | ||||
-rw-r--r-- | misc/tclticker/patches/patch-ab | 17 |
4 files changed, 29 insertions, 15 deletions
diff --git a/misc/tclticker/Makefile b/misc/tclticker/Makefile index 4cc54c3a00e..a7adc27882a 100644 --- a/misc/tclticker/Makefile +++ b/misc/tclticker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/10 01:39:02 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/31 01:13:58 jwise Exp $ # DISTNAME= tclticker-1.1 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/apps/tclticker/1.1/ MAINTAINER= packages@netbsd.org #HOMEPAGE= -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk NO_BUILD= yes diff --git a/misc/tclticker/files/patch-sum b/misc/tclticker/files/patch-sum index d4048266807..68f5a1b60a1 100644 --- a/misc/tclticker/files/patch-sum +++ b/misc/tclticker/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/12/21 12:47:30 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/31 01:13:59 jwise Exp $ -MD5 (patch-aa) = 7ebb503274c560db9283bec01fb2bb0f -MD5 (patch-ab) = ba92480333c668554afe208df3bc8eda +MD5 (patch-aa) = 667b179d226033fd8b0fff41fa34cbaf +MD5 (patch-ab) = e1f7b8cd91ea32c07cf433be6558a373 diff --git a/misc/tclticker/patches/patch-aa b/misc/tclticker/patches/patch-aa index e3ca2662462..ab5f4e69c64 100644 --- a/misc/tclticker/patches/patch-aa +++ b/misc/tclticker/patches/patch-aa @@ -1,7 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/12/21 12:47:30 agc Exp $ - ---- tclticker 1999/12/21 12:35:29 1.1 -+++ tclticker 1999/12/21 12:38:00 +$NetBSD: patch-aa,v 1.2 2000/08/31 01:13:59 jwise Exp $ +--- tclticker.orig Mon Dec 20 15:27:02 1999 ++++ tclticker Wed Aug 30 21:00:36 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # restart using wish \ +- exec wish8.0 "$0" ${1+"$@"} ++ exec wish "$0" ${1+"$@"} + + # stock ticker + # copyright 1999 tom poindexter <tpoindex@nyx.net> @@ -43,7 +43,9 @@ # authors grant the U.S. Government and others acting in its behalf # permission to use and distribute the software in accordance with the @@ -9,7 +16,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/21 12:47:30 agc Exp $ - + +# set this explicitly -+set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker" ++set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker" if {! [info exists env(TCLTICKER_LIB)]} { lappend auto_path [file join [file dirname $argv0] lib] diff --git a/misc/tclticker/patches/patch-ab b/misc/tclticker/patches/patch-ab index 5b4268e1498..803116d3751 100644 --- a/misc/tclticker/patches/patch-ab +++ b/misc/tclticker/patches/patch-ab @@ -1,13 +1,20 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/12/21 12:47:30 agc Exp $ - ---- mailquote 1999/12/21 12:37:01 1.1 -+++ mailquote 1999/12/21 12:37:52 +$NetBSD: patch-ab,v 1.2 2000/08/31 01:13:59 jwise Exp $ +--- mailquote.orig Mon Dec 20 15:10:24 1999 ++++ mailquote Wed Aug 30 21:00:30 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # restart using wish \ +- exec tclsh8.0 "$0" ${1+"$@"} ++ exec tclsh "$0" ${1+"$@"} + + # mailquote + # copyright 1999 tom poindexter <tpoindex@nyx.net> @@ -46,6 +46,9 @@ # permission to use and distribute the software in accordance with the # terms specified in this license. +# set this explicitly -+set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker" ++set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker" + if {! [info exists env(TCLTICKER_LIB)]} { |