Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 19A681A921F for ; Sun, 3 Apr 2022 18:34:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 705C084EFD; Sun, 3 Apr 2022 18:33:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6B5F84EF3 for ; Sun, 3 Apr 2022 18:33:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UgrWHfqFh9B6 for ; Sun, 3 Apr 2022 18:33:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 860B684CED for ; Sun, 3 Apr 2022 18:33:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72F11FB24; Sun, 3 Apr 2022 18:33:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649010837208380" MIME-Version: 1.0 Date: Sun, 3 Apr 2022 18:33:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXcursor To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220403183357.72F11FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649010837208380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 3 18:33:57 UTC 2022 Modified Files: pkgsrc/x11/libXcursor: Makefile PLIST distinfo Log Message: libXcursor: update to 1.2.1. This release provides bug fixes, code cleanups, and some significant documentation improvements. Alan Coopersmith (5): Convert COPYING from ISO-8859-1 to UTF-8 Fix spelling/wording issues Build xz tarballs instead of bzip2 gitlab CI: add a basic build test libXcursor 1.2.1 Thomas E. Dickey (31): quiet normal gcc warnings using casts (no object change) fix a missing initializer quiet warnings for unused parameters fix stricter gcc warnings by changing the type for the loop variable to fix stricter gcc warnings using casts fix stricter gcc warnings using casts add check in case the image size is 0x0 amend that... document the other environment variables make the function-prototypes easier to read, by eliminating hyphenation and filling further formatting fixes. added script to create/find ".so" files which are missing correct a prototype italicize parameter names, for readability improve explanation for functions which load images document the theme_core setter/getter functions document the library-attributes add see-also section document the cursor-load functions update ".so" links, and fix a special case for "const char *" in parsing function-names start on the animated cursors; fixup whitespace improve explanation of Xcursor's search algorithm document the animation support functions document the cursor-comments functions document the API called from libX11 fix raggedy prototypes and structure declarations using tabstops in appropriate macros update copyright notice fix a typo and a style issue eliminate special escaping for "/*" which produces look-alike Unicode for mention "Inherits=" lists cppcheck style-fixes more cppcheck-style fixes Tobias Stoeckmann (2): Handle more theme loop situations fix XcursorTheme loop regression Valentin (2): Use fixed size integer type Fix undefined behavior To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXcursor/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libXcursor/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libXcursor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649010837208380 Content-Disposition: inline Content-Length: 4057 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXcursor/Makefile diff -u pkgsrc/x11/libXcursor/Makefile:1.12 pkgsrc/x11/libXcursor/Makefile:1.13 --- pkgsrc/x11/libXcursor/Makefile:1.12 Sat Jan 18 23:35:51 2020 +++ pkgsrc/x11/libXcursor/Makefile Sun Apr 3 18:33:57 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:51 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2022/04/03 18:33:57 wiz Exp $ -DISTNAME= libXcursor-1.2.0 +DISTNAME= libXcursor-1.2.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/libXcursor/PLIST diff -u pkgsrc/x11/libXcursor/PLIST:1.3 pkgsrc/x11/libXcursor/PLIST:1.4 --- pkgsrc/x11/libXcursor/PLIST:1.3 Sun Jun 14 18:24:58 2009 +++ pkgsrc/x11/libXcursor/PLIST Sun Apr 3 18:33:57 2022 @@ -1,34 +1,62 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:24:58 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/04/03 18:33:57 wiz Exp $ include/X11/Xcursor/Xcursor.h lib/libXcursor.la lib/pkgconfig/xcursor.pc man/man3/Xcursor.3 +man/man3/XcursorAnimateCreate.3 +man/man3/XcursorAnimateDestroy.3 +man/man3/XcursorAnimateNext.3 +man/man3/XcursorCommentCreate.3 +man/man3/XcursorCommentDestroy.3 +man/man3/XcursorCommentsCreate.3 +man/man3/XcursorCommentsDestroy.3 man/man3/XcursorCursorsCreate.3 man/man3/XcursorCursorsDestroy.3 +man/man3/XcursorFileLoad.3 +man/man3/XcursorFileLoadAllImages.3 +man/man3/XcursorFileLoadImage.3 +man/man3/XcursorFileLoadImages.3 +man/man3/XcursorFileSave.3 +man/man3/XcursorFileSaveImages.3 man/man3/XcursorFilenameLoad.3 man/man3/XcursorFilenameLoadAllImages.3 man/man3/XcursorFilenameLoadCursor.3 +man/man3/XcursorFilenameLoadCursors.3 man/man3/XcursorFilenameLoadImage.3 man/man3/XcursorFilenameLoadImages.3 man/man3/XcursorFilenameSave.3 man/man3/XcursorFilenameSaveImages.3 man/man3/XcursorGetDefaultSize.3 man/man3/XcursorGetTheme.3 +man/man3/XcursorGetThemeCore.3 man/man3/XcursorImageCreate.3 man/man3/XcursorImageDestroy.3 +man/man3/XcursorImageHash.3 +man/man3/XcursorImageLoadCursor.3 man/man3/XcursorImagesCreate.3 man/man3/XcursorImagesDestroy.3 +man/man3/XcursorImagesLoadCursor.3 +man/man3/XcursorImagesLoadCursors.3 +man/man3/XcursorImagesSetName.3 man/man3/XcursorLibraryLoadCursor.3 man/man3/XcursorLibraryLoadCursors.3 man/man3/XcursorLibraryLoadImage.3 man/man3/XcursorLibraryLoadImages.3 +man/man3/XcursorLibraryPath.3 +man/man3/XcursorLibraryShape.3 +man/man3/XcursorNoticeCreateBitmap.3 +man/man3/XcursorNoticePutBitmap.3 man/man3/XcursorSetDefaultSize.3 man/man3/XcursorSetTheme.3 +man/man3/XcursorSetThemeCore.3 man/man3/XcursorShapeLoadCursor.3 man/man3/XcursorShapeLoadCursors.3 man/man3/XcursorShapeLoadImage.3 man/man3/XcursorShapeLoadImages.3 man/man3/XcursorSupportsARGB.3 +man/man3/XcursorSupportsAnim.3 +man/man3/XcursorTryShapeBitmapCursor.3 +man/man3/XcursorTryShapeCursor.3 man/man3/XcursorXcFileLoad.3 man/man3/XcursorXcFileLoadAllImages.3 man/man3/XcursorXcFileLoadImage.3 Index: pkgsrc/x11/libXcursor/distinfo diff -u pkgsrc/x11/libXcursor/distinfo:1.10 pkgsrc/x11/libXcursor/distinfo:1.11 --- pkgsrc/x11/libXcursor/distinfo:1.10 Tue Oct 26 11:34:05 2021 +++ pkgsrc/x11/libXcursor/distinfo Sun Apr 3 18:33:57 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:34:05 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/04/03 18:33:57 wiz Exp $ -BLAKE2s (libXcursor-1.2.0.tar.bz2) = cf33aab2a3435f68b88eb1409576c200fc1d2db336dd03fb9e328b0d306131ba -SHA512 (libXcursor-1.2.0.tar.bz2) = 2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03 -Size (libXcursor-1.2.0.tar.bz2) = 334144 bytes +BLAKE2s (libXcursor-1.2.1.tar.xz) = ee566d890bc9235f06775408cc7c97a9a2c49771bbd3bc612a969b22e07216c0 +SHA512 (libXcursor-1.2.1.tar.xz) = ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3 +Size (libXcursor-1.2.1.tar.xz) = 280352 bytes --_----------=_1649010837208380--