summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-01 08:44:16 +0000
committerwiz <wiz@pkgsrc.org>2015-05-01 08:44:16 +0000
commit0db4ba84c0eba9e81e1e078d1331b4c8bd54681e (patch)
treea29e8ccb868d94c0bb4c04d66450c9fda0bf80d5 /x11
parentd76bc524501f8f2811943d87309cc47a3417cfe1 (diff)
downloadpkgsrc-0db4ba84c0eba9e81e1e078d1331b4c8bd54681e.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/libXt/Makefile4
-rw-r--r--x11/libXt/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile
index 75d5fc84684..4bbb8e494e7 100644
--- a/x11/libXt/Makefile
+++ b/x11/libXt/Makefile
@@ -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 --git a/x11/libXt/distinfo b/x11/libXt/distinfo
index 74daa65ec92..c4f6652e449 100644
--- a/x11/libXt/distinfo
+++ b/x11/libXt/distinfo
@@ -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