From 0f47f1a4a13bd4da62056f8c2668c63e0c8caec2 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 Feb 2007 15:06:37 +0000 Subject: Update to libXt-1.0.5: Merged local patches and fixed markup in a man page. --- x11/libXt/Makefile | 4 ++-- x11/libXt/distinfo | 10 ++++------ x11/libXt/patches/patch-aa | 19 ------------------- x11/libXt/patches/patch-ab | 17 ----------------- 4 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644 x11/libXt/patches/patch-aa delete mode 100644 x11/libXt/patches/patch-ab (limited to 'x11') diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index c944d6024f1..7287ddf6fc1 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/01/23 14:39:58 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/26 15:06:37 joerg Exp $ # -DISTNAME= libXt-1.0.4 +DISTNAME= libXt-1.0.5 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 020391c0f03..07fb13c22a9 100644 --- a/x11/libXt/distinfo +++ b/x11/libXt/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/01/23 14:39:58 joerg Exp $ +$NetBSD: distinfo,v 1.3 2007/02/26 15:06:37 joerg Exp $ -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 +SHA1 (libXt-1.0.5.tar.bz2) = 5f33921e373ce162a39eabef2ce05d946935eb5b +RMD160 (libXt-1.0.5.tar.bz2) = 7e5ef9e03dc860bf5b64b85a897dd1d2ae1ed0bf +Size (libXt-1.0.5.tar.bz2) = 500502 bytes diff --git a/x11/libXt/patches/patch-aa b/x11/libXt/patches/patch-aa deleted file mode 100644 index 228c884eb7f..00000000000 --- a/x11/libXt/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/11/03 20:50:11 joerg Exp $ - ---- src/Makefile.in.orig 2006-04-14 18:09:04.523350440 -0700 -+++ src/Makefile.in 2006-04-14 18:17:41.556749416 -0700 -@@ -650,10 +650,10 @@ - - $(BUILT_SOURCE): - $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c -- $(INSTALL) -d $(top_builddir)/src -- $(INSTALL) -d $(top_builddir)/include/X11 -- $(install_sh_DATA) StringDefs.h $(top_builddir)/include/X11 -- $(install_sh_DATA) Shell.h $(top_builddir)/include/X11 -+ mkdir -p $(top_builddir)/src -+ mkdir -p $(top_builddir)/include/X11 -+ cp StringDefs.h $(top_builddir)/include/X11 -+ cp Shell.h $(top_builddir)/include/X11 - rm StringDefs.h Shell.h - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11/libXt/patches/patch-ab b/x11/libXt/patches/patch-ab deleted file mode 100644 index 4d118288a3e..00000000000 --- a/x11/libXt/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$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' -- cgit v1.2.3