Sun Jan 24 15:54:00 2021 UTC ()
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()


(wiz)
diff -r1.27 -r1.28 pkgsrc/x11/libXt/Makefile
diff -r1.14 -r1.15 pkgsrc/x11/libXt/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/x11/libXt/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXt/Makefile 2020/01/18 23:35:53 1.27
+++ pkgsrc/x11/libXt/Makefile 2021/01/24 15:54:00 1.28
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2020/01/18 23:35:53 rillig Exp $ 1# $NetBSD: Makefile,v 1.28 2021/01/24 15:54:00 wiz Exp $
2 2
3DISTNAME= libXt-1.2.0 3DISTNAME= libXt-1.2.1
4CATEGORIES= x11 devel 4CATEGORIES= x11 devel
5MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= X Toolkit Intrinsics library 10COMMENT= X Toolkit Intrinsics library
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

cvs diff -r1.14 -r1.15 pkgsrc/x11/libXt/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXt/distinfo 2019/11/13 22:01:53 1.14
+++ pkgsrc/x11/libXt/distinfo 2021/01/24 15:54:00 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2019/11/13 22:01:53 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2021/01/24 15:54:00 wiz Exp $
2 2
3SHA1 (libXt-1.2.0.tar.bz2) = f6b5ed799bc2e8d721e5407a09c2a8f570963f1b 3SHA1 (libXt-1.2.1.tar.bz2) = 614dd4cde68d250695f32a1b16e40e861ee3e611
4RMD160 (libXt-1.2.0.tar.bz2) = 61c8fc2cea501d84c33d7f3d5401c516fd0f7fd9 4RMD160 (libXt-1.2.1.tar.bz2) = 059427b57766b9fa271ae1db412e7fe9fccdf5bd
5SHA512 (libXt-1.2.0.tar.bz2) = 06248508b6fe5dfba8ceb4518475f656162351d78136eeb5d65086d680dabe9aca7bba3c94347f9c13ef03f82dab3ac19d0952ee610bc8c51c14cee7cf65f0b1 5SHA512 (libXt-1.2.1.tar.bz2) = 6877af61ba91eeed6b6f80471b84f354ad0ec0827249c7ee0a00c13508063fe8d2696dd400a4bdbc6ca2ff67cbe1317ad5ac24522fd96099dc56535e33ca052c
6Size (libXt-1.2.0.tar.bz2) = 810521 bytes 6Size (libXt-1.2.1.tar.bz2) = 784610 bytes