diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-27 00:36:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-27 00:36:25 +0000 |
commit | de9deac0c668b4410317fe105f21fe6beaa70ade (patch) | |
tree | 2764b18312f813bd8299eea48f0e052ac8ccabfb /lang/sather | |
parent | 3954ca6886067edc64882c9693fa024ae7597e52 (diff) | |
download | pkgsrc-de9deac0c668b4410317fe105f21fe6beaa70ade.tar.gz |
Update patch to name tcl85/tk85 instead of 84. Maybe it'll build now.
Diffstat (limited to 'lang/sather')
-rw-r--r-- | lang/sather/distinfo | 4 | ||||
-rw-r--r-- | lang/sather/patches/patch-aj | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/sather/distinfo b/lang/sather/distinfo index cd73b664d31..b22103dd307 100644 --- a/lang/sather/distinfo +++ b/lang/sather/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2008/07/14 01:23:52 dholland Exp $ +$NetBSD: distinfo,v 1.11 2012/08/27 00:36:25 dholland Exp $ SHA1 (sather-1.2.3.tar.gz) = 85678468dc99ee1880a38d994d4231e799fcaae6 RMD160 (sather-1.2.3.tar.gz) = 219594b2621df4f4bb75bd41c67b1a26ecb04042 @@ -12,7 +12,7 @@ SHA1 (patch-af) = 1ab2a67446f48c088ec77550d199a9779c50ffb8 SHA1 (patch-ag) = 5cd0a0ab1c1fbf80c6ba424fa1926957ede35715 SHA1 (patch-ah) = 9dad48a3bc7e6af65eb51ae6070b8e67cab9ca2b SHA1 (patch-ai) = 032b6a4355bdd059d5b88ebe00ae2c1bf35c8eba -SHA1 (patch-aj) = 1c8a60bccde97d5527578e3ad624211032a7aed3 +SHA1 (patch-aj) = a64522fa97e91cb8704f572f1670921590840976 SHA1 (patch-ak) = 9efae5b96d5e8b8040d74eebc20b3aa7153d2aee SHA1 (patch-al) = 52d12bc03d041dfa28140842f46a423644952a91 SHA1 (patch-am) = b75d6812ee2bcb81205d82316c8215d500df077c diff --git a/lang/sather/patches/patch-aj b/lang/sather/patches/patch-aj index 266326b61eb..41c1a45ebc6 100644 --- a/lang/sather/patches/patch-aj +++ b/lang/sather/patches/patch-aj @@ -1,9 +1,9 @@ -$NetBSD: patch-aj,v 1.2 2008/07/14 01:23:52 dholland Exp $ +$NetBSD: patch-aj,v 1.3 2012/08/27 00:36:25 dholland Exp $ --- System/Platforms/tcltk/Make.target.inc.orig Thu May 2 17:21:52 2002 +++ System/Platforms/tcltk/Make.target.inc Thu May 2 17:21:35 2002 @@ -1,2 +1,2 @@ -TCL_LIB_NAME = $(shell if [ -e /usr/lib/libtcl8.0.so ] ; then echo "tcl8.0" ; else echo "tcl"; fi) -TK_LIB_NAME = $(shell if [ -e /usr/lib/libtk8.0.so ] ; then echo "tk8.0" ; else echo "tk"; fi) -+TCL_LIB_NAME = tcl84 -+TK_LIB_NAME = tk84 ++TCL_LIB_NAME = tcl85 ++TK_LIB_NAME = tk85 |