summaryrefslogtreecommitdiff
path: root/finance/tclticker
diff options
context:
space:
mode:
authoragc <agc>2001-11-14 11:55:16 +0000
committeragc <agc>2001-11-14 11:55:16 +0000
commitb23015ecb5c14fd1c38b8773a10a6f2083db5625 (patch)
treefccc4395245206e0140cbffa085b78c41ae64f67 /finance/tclticker
parentf153232e63f5dd0f045a3dd15eec5bece072e7bd (diff)
downloadpkgsrc-b23015ecb5c14fd1c38b8773a10a6f2083db5625.tar.gz
We use a separate do-patch target to substitute for @PREFIX@ in the
tcl scripts, so we might as well put @PREFIX@ into the patches rather than hardcoding "/usr/pkg" in them.
Diffstat (limited to 'finance/tclticker')
-rw-r--r--finance/tclticker/distinfo6
-rw-r--r--finance/tclticker/patches/patch-aa5
-rw-r--r--finance/tclticker/patches/patch-ab4
3 files changed, 8 insertions, 7 deletions
diff --git a/finance/tclticker/distinfo b/finance/tclticker/distinfo
index 43e8a4355ff..1cc8d6aa0fb 100644
--- a/finance/tclticker/distinfo
+++ b/finance/tclticker/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 13:44:03 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/11/14 11:55:16 agc Exp $
SHA1 (tclticker-1.1.tar.gz) = 803a40dae1828a6f489336a7386eef6d6dae1dd0
Size (tclticker-1.1.tar.gz) = 11420 bytes
-SHA1 (patch-aa) = a22d202cf4b1121f5fc6714f8582e322d769ae76
-SHA1 (patch-ab) = 43ea1075437ee63b3672fc31d752e74a1e194997
+SHA1 (patch-aa) = 104fc5906b691c6e3fdaba19d520c4ff1810ce9d
+SHA1 (patch-ab) = 4acee8182fa6ace202077f916434312445abe7ae
diff --git a/finance/tclticker/patches/patch-aa b/finance/tclticker/patches/patch-aa
index d89c593c097..c7712fc4e13 100644
--- a/finance/tclticker/patches/patch-aa
+++ b/finance/tclticker/patches/patch-aa
@@ -1,4 +1,5 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2001/11/14 11:55:17 agc Exp $
+
--- tclticker.orig Mon Dec 20 15:27:02 1999
+++ tclticker Wed Aug 30 21:00:36 2000
@@ -1,6 +1,6 @@
@@ -16,7 +17,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
-
+
+# set this explicitly
-+set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker"
++set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker"
if {! [info exists env(TCLTICKER_LIB)]} {
lappend auto_path [file join [file dirname $argv0] lib]
diff --git a/finance/tclticker/patches/patch-ab b/finance/tclticker/patches/patch-ab
index afacb9bd103..8b0f43d1ea6 100644
--- a/finance/tclticker/patches/patch-ab
+++ b/finance/tclticker/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2001/11/14 11:55:17 agc Exp $
--- mailquote.orig Mon Dec 20 15:10:24 1999
+++ mailquote Wed Aug 30 21:00:30 2000
@@ -1,6 +1,6 @@
@@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
# terms specified in this license.
+# set this explicitly
-+set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker"
++set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker"
+
if {! [info exists env(TCLTICKER_LIB)]} {