pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl Patch-aa written in a different way, for peop...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ac6d0a99322
branches:  trunk
changeset: 489477:3ac6d0a99322
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 21 23:58:35 2005 +0000

description:
Patch-aa written in a different way, for people who, like me, use gnu-make -j2
to speed-up the build process on Dual-CPU Macs. :)

diffstat:

 lang/tcl/distinfo         |  4 ++--
 lang/tcl/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 859ae7ffd3a2 -r 3ac6d0a99322 lang/tcl/distinfo
--- a/lang/tcl/distinfo Mon Feb 21 23:31:41 2005 +0000
+++ b/lang/tcl/distinfo Mon Feb 21 23:58:35 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2005/01/24 22:10:44 tv Exp $
+$NetBSD: distinfo,v 1.30 2005/02/21 23:58:35 adam Exp $
 
 SHA1 (tcl8.4.9-src.tar.gz) = 77370577ded22315fb8f60e20500920352412e58
 Size (tcl8.4.9-src.tar.gz) = 3496364 bytes
-SHA1 (patch-aa) = b9a40bcc2873065714f802e8605709da8532eeee
+SHA1 (patch-aa) = 342a2daf740d342aec26ce837a0f423afc5a4ab2
 SHA1 (patch-ab) = 248f281b084af50aa980521b3ff3d72a40e97efd
 SHA1 (patch-ac) = ca2409270eee18ca2c8ddf9a002d9fff95053e4d
 SHA1 (patch-ae) = f086af46134e7698e71a9cf1b5668f32ae722d46
diff -r 859ae7ffd3a2 -r 3ac6d0a99322 lang/tcl/patches/patch-aa
--- a/lang/tcl/patches/patch-aa Mon Feb 21 23:31:41 2005 +0000
+++ b/lang/tcl/patches/patch-aa Mon Feb 21 23:58:35 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.13 2004/11/26 10:30:01 adam Exp $
+$NetBSD: patch-aa,v 1.14 2005/02/21 23:58:35 adam Exp $
 
 --- Makefile.in.orig   2004-11-19 18:49:51.000000000 +0000
 +++ Makefile.in
@@ -26,7 +26,7 @@
  #BUILD_DLTEST         =
  
  TCL_LIB_FILE          = @TCL_LIB_FILE@
-+TCL_LA_FILE           = ${TCL_LIB_FILE:C/@SHLIB_SUFFIX@/.la/}
++TCL_LA_FILE           = ${TCL_LIB_FILE:@SHLIB_SUFFIX@=.la}
  #TCL_LIB_FILE         = libtcl.a
  
  # Generic lib name used in rules that apply to tcl and tk



Home | Main Index | Thread Index | Old Index