diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-23 14:39:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-23 14:39:58 +0000 |
commit | 9889799679e33c0647f73f049b8300cca68dff4c (patch) | |
tree | 5e39eb184a8e1ac24219e263beb8522a757e665b | |
parent | a79af3820d47874ac26551e8a64980f6575d0408 (diff) | |
download | pkgsrc-9889799679e33c0647f73f049b8300cca68dff4c.tar.gz |
Update to libXt-1.0.4. No functional changes, but a bash regression.
-rw-r--r-- | x11/libXt/Makefile | 5 | ||||
-rw-r--r-- | x11/libXt/distinfo | 9 | ||||
-rw-r--r-- | x11/libXt/patches/patch-ab | 17 |
3 files changed, 24 insertions, 7 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index 81bc23f537b..c944d6024f1 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -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 --git a/x11/libXt/distinfo b/x11/libXt/distinfo index e06e4698ac3..020391c0f03 100644 --- a/x11/libXt/distinfo +++ b/x11/libXt/distinfo @@ -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 --git a/x11/libXt/patches/patch-ab b/x11/libXt/patches/patch-ab new file mode 100644 index 00000000000..4d118288a3e --- /dev/null +++ b/x11/libXt/patches/patch-ab @@ -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' |