pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXt Matt Turner (1):
details: https://anonhg.NetBSD.org/pkgsrc/rev/74323bfc23b9
branches: trunk
changeset: 445476:74323bfc23b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 24 15:54:00 2021 +0000
description:
Matt Turner (1):
libXt 1.2.1
Thomas E. Dickey (72):
update to 1.1.5.3 to reflect documentation updates/review
fix a typo
use _X_UNUSED to quiet compiler warnings
constify table passed to _XtTableAddConverter to reduce strict compiler warnings
fix a possibly-uninitialized quark, and remove unnecessary casts which produced warnings
remove/amend a few casts which produced warnings
fix a couple of strict warnings by refactoring macros
add curly-braces in a couple of places to allow running "indent"
indent'd like "x-indent.sh", but with a more complete set of typedefs - see
(last line repeated ~ 40 times)
turn off indent in generated files
remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARY
bump minor version to reflect code-cleanup
improved the script used for typedef-options with indent, updated indentation
issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfault
new build
issue #12: work within existing interface which attempts to obtain the
add a null-pointer check, overlooked in fix for issue #12.
_XtCalloc actually uses a Cardinal, not size_t
Walter Harms (3):
no need to check arguments for XtFree()
refactoring, reduce indent level
add errorhandling to _XtVaToTypedArgList()
diffstat:
x11/libXt/Makefile | 4 ++--
x11/libXt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 143b0a0fcec1 -r 74323bfc23b9 x11/libXt/Makefile
--- a/x11/libXt/Makefile Sun Jan 24 15:53:02 2021 +0000
+++ b/x11/libXt/Makefile Sun Jan 24 15:54:00 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 23:35:53 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2021/01/24 15:54:00 wiz Exp $
-DISTNAME= libXt-1.2.0
+DISTNAME= libXt-1.2.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff -r 143b0a0fcec1 -r 74323bfc23b9 x11/libXt/distinfo
--- a/x11/libXt/distinfo Sun Jan 24 15:53:02 2021 +0000
+++ b/x11/libXt/distinfo Sun Jan 24 15:54:00 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/13 22:01:53 wiz Exp $
+$NetBSD: distinfo,v 1.15 2021/01/24 15:54:00 wiz Exp $
-SHA1 (libXt-1.2.0.tar.bz2) = f6b5ed799bc2e8d721e5407a09c2a8f570963f1b
-RMD160 (libXt-1.2.0.tar.bz2) = 61c8fc2cea501d84c33d7f3d5401c516fd0f7fd9
-SHA512 (libXt-1.2.0.tar.bz2) = 06248508b6fe5dfba8ceb4518475f656162351d78136eeb5d65086d680dabe9aca7bba3c94347f9c13ef03f82dab3ac19d0952ee610bc8c51c14cee7cf65f0b1
-Size (libXt-1.2.0.tar.bz2) = 810521 bytes
+SHA1 (libXt-1.2.1.tar.bz2) = 614dd4cde68d250695f32a1b16e40e861ee3e611
+RMD160 (libXt-1.2.1.tar.bz2) = 059427b57766b9fa271ae1db412e7fe9fccdf5bd
+SHA512 (libXt-1.2.1.tar.bz2) = 6877af61ba91eeed6b6f80471b84f354ad0ec0827249c7ee0a00c13508063fe8d2696dd400a4bdbc6ca2ff67cbe1317ad5ac24522fd96099dc56535e33ca052c
+Size (libXt-1.2.1.tar.bz2) = 784610 bytes
Home |
Main Index |
Thread Index |
Old Index