pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 24 15:54:00 UTC 2021

Modified Files:
        pkgsrc/x11/libXt: Makefile distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libXt/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libXt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXt/Makefile
diff -u pkgsrc/x11/libXt/Makefile:1.27 pkgsrc/x11/libXt/Makefile:1.28
--- pkgsrc/x11/libXt/Makefile:1.27      Sat Jan 18 23:35:53 2020
+++ pkgsrc/x11/libXt/Makefile   Sun Jan 24 15:54:00 2021
@@ -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

Index: pkgsrc/x11/libXt/distinfo
diff -u pkgsrc/x11/libXt/distinfo:1.14 pkgsrc/x11/libXt/distinfo:1.15
--- pkgsrc/x11/libXt/distinfo:1.14      Wed Nov 13 22:01:53 2019
+++ pkgsrc/x11/libXt/distinfo   Sun Jan 24 15:54:00 2021
@@ -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