diff options
author | wiz <wiz@pkgsrc.org> | 2021-01-24 15:54:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-01-24 15:54:00 +0000 |
commit | f3259ed952a99b0f2523ed3262de668e4f7b155f (patch) | |
tree | 481caa6ef2f94ab238726e8cd7423d3cd11ee8f6 /x11 | |
parent | 879c037470903f547ab559eb69ab7e924a2ea6b4 (diff) | |
download | pkgsrc-f3259ed952a99b0f2523ed3262de668e4f7b155f.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/libXt/Makefile | 4 | ||||
-rw-r--r-- | x11/libXt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index c5ce7e2f471..59f0db9a19b 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -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 --git a/x11/libXt/distinfo b/x11/libXt/distinfo index 3eaf056240d..f13479fa7a6 100644 --- a/x11/libXt/distinfo +++ b/x11/libXt/distinfo @@ -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 |