pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXt Update to libXt-1.0.4. No functional changes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24b99050ce7c
branches:  trunk
changeset: 524311:24b99050ce7c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 23 14:39:58 2007 +0000

description:
Update to libXt-1.0.4. No functional changes, but a bash regression.

diffstat:

 x11/libXt/Makefile         |   5 ++---
 x11/libXt/distinfo         |   9 +++++----
 x11/libXt/patches/patch-ab |  17 +++++++++++++++++
 3 files changed, 24 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 03b0614b2a68 -r 24b99050ce7c x11/libXt/Makefile
--- a/x11/libXt/Makefile        Tue Jan 23 14:33:30 2007 +0000
+++ b/x11/libXt/Makefile        Tue Jan 23 14:39:58 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/01/16 21:25:01 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/23 14:39:58 joerg Exp $
 #
 
-DISTNAME=              libXt-1.0.3
-PKGREVISION=           1
+DISTNAME=              libXt-1.0.4
 CATEGORIES=            x11 devel
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
diff -r 03b0614b2a68 -r 24b99050ce7c x11/libXt/distinfo
--- a/x11/libXt/distinfo        Tue Jan 23 14:33:30 2007 +0000
+++ b/x11/libXt/distinfo        Tue Jan 23 14:39:58 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:50:11 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/01/23 14:39:58 joerg Exp $
 
-SHA1 (libXt-1.0.3.tar.bz2) = 65d40e3ea93652aba9aaea845d15b6aef0710186
-RMD160 (libXt-1.0.3.tar.bz2) = 5727c9aa2b96dbf00596b98c866f6d07cd04ee57
-Size (libXt-1.0.3.tar.bz2) = 535943 bytes
+SHA1 (libXt-1.0.4.tar.bz2) = 3a7d7d390214876c925d5226ef3949b6c5bad6ce
+RMD160 (libXt-1.0.4.tar.bz2) = 4d7f73048d98a4912505476ab33feda574b5b449
+Size (libXt-1.0.4.tar.bz2) = 492636 bytes
 SHA1 (patch-aa) = 9455e43cc1171313fba2b03b83b022185cae8aba
+SHA1 (patch-ab) = b17f696028aff323e3136b2aa42c5de851b4e21d
diff -r 03b0614b2a68 -r 24b99050ce7c x11/libXt/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXt/patches/patch-ab        Tue Jan 23 14:39:58 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2007/01/23 14:39:58 joerg Exp $
+
+--- configure.orig     2007-01-23 15:36:51.000000000 +0100
++++ configure
+@@ -2271,10 +2271,10 @@ AMSHOWCMDSAT=''
+ AMDEPSHOWCMDSAT=''
+ AMPRETTYECHO=true
+ AMCMDECHO=echo
+-if test "x$enable_pretty_cmds" == xyes;
++if test "x$enable_pretty_cmds" = xyes;
+ then
+   AMSHOWCMDSAT='@'
+-  test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
++  test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
+   AMPRETTYECHO=echo
+   AMCMDECHO=true
+   LT_QUIET='--quiet'



Home | Main Index | Thread Index | Old Index