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 1.1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9225a76673bc
branches:  trunk
changeset: 651066:9225a76673bc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 01 08:44:16 2015 +0000

description:
Update to 1.1.5:

Alan Coopersmith (8):
      Revert "Avoid shadowing variables."
      If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
      makestrs: use strchr() instead of index()
      makestrs: Replace malloc()+strcpy() calls with strdup() calls
      makestrs: Replace strcpy()+strcat() calls with snprintf() calls
      makestrs: Use asprintf() if available
      unifdef -UCRAY -UCRAY2
      libXt 1.1.5

Gaetan Nadon (1):
      Use $(MKDIR_P) in Makefile.am for better code portability

Jon TURNEY (2):
      Include direct.h header for _getdrives() on Win32
      Include unistd.h for getpid()

Rob Clark (1):
      asprintf needs _GNU_SOURCE on some platforms

Thierry Reding (1):
      Fix cross-compilation

Thomas Klausner (7):
      Add missing comma to fix DEBUG build.
      Use appropriate variable type for vsnprintf return value.
      Mark non-returning function with appropriate attribute.
      Ignore test-driver from automake-1.13.
      Avoid shadowing variables.
      Fix char vs. unsigned char warnings.
      Use string.h instead of X11/Xos.h.

Yaakov Selkowitz (1):
      Fix _XtInherit on x86_64 Windows

diffstat:

 x11/libXt/Makefile |  4 ++--
 x11/libXt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r b25cccce232e -r 9225a76673bc x11/libXt/Makefile
--- a/x11/libXt/Makefile        Fri May 01 08:43:08 2015 +0000
+++ b/x11/libXt/Makefile        Fri May 01 08:44:16 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2014/10/09 14:07:14 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/05/01 08:44:16 wiz Exp $
 
-DISTNAME=              libXt-1.1.4
+DISTNAME=              libXt-1.1.5
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
diff -r b25cccce232e -r 9225a76673bc x11/libXt/distinfo
--- a/x11/libXt/distinfo        Fri May 01 08:43:08 2015 +0000
+++ b/x11/libXt/distinfo        Fri May 01 08:44:16 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/05/31 08:27:17 wiz Exp $
+$NetBSD: distinfo,v 1.12 2015/05/01 08:44:16 wiz Exp $
 
-SHA1 (libXt-1.1.4.tar.bz2) = 0111c316d83fb7e830c517128150094cb0a48ae7
-RMD160 (libXt-1.1.4.tar.bz2) = 5a5abcdca1507bc7662012c2666b27b7d08a05cc
-Size (libXt-1.1.4.tar.bz2) = 762331 bytes
+SHA1 (libXt-1.1.5.tar.bz2) = c79e2c4f7de5259a2ade458817a139b66a043d59
+RMD160 (libXt-1.1.5.tar.bz2) = 232d6f5396ac60a94c6cc20aa333a68469a90910
+Size (libXt-1.1.5.tar.bz2) = 771567 bytes



Home | Main Index | Thread Index | Old Index