Received: by mail.netbsd.org (Postfix, from userid 605) id C90C684D3A; Sat, 22 Oct 2022 16:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0670D84D1B for ; Sat, 22 Oct 2022 16:54:54 +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 gFVA6XZQW_qA for ; Sat, 22 Oct 2022 16:54:53 +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 4ECBD84CF8 for ; Sat, 22 Oct 2022 16:54:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C55FFA90; Sat, 22 Oct 2022 16:54:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166645769393940" MIME-Version: 1.0 Date: Sat, 22 Oct 2022 16:54:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXrender To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221022165453.4C55FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166645769393940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Oct 22 16:54:53 UTC 2022 Modified Files: pkgsrc/x11/libXrender: Makefile buildlink3.mk distinfo Log Message: libXrender: update to 0.9.11. Alan Coopersmith (10): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Remove unnecessary casts from malloc & free calls Reduce variable scopes as recommended by cppcheck Resolve -Wsign-compare warnings Rename xDepth to xPDepth to quiet -Wshadow warnings libXrender 0.9.11 Dmitry Karasik (1): fix coredumps in XRenderComputeTrapezoids (issue #1) Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Oliver Hattshire (1): WIP: Documentation Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Robin Linden (1): Add missing HAVE_CONFIG_H guard to Xrenderint.h Thomas E. Dickey (8): amend cppcheck-scope change, fixing c89 build additional cppcheck-scope warning cppcheck (removing unused assignment lets variable scope reduction) use casts to reduce compiler warnings (no object change) use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings use _X_UNUSED for compiler-warnings whitespace fix fix regression To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/libXrender/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXrender/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXrender/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166645769393940 Content-Disposition: inline Content-Length: 2772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXrender/Makefile diff -u pkgsrc/x11/libXrender/Makefile:1.16 pkgsrc/x11/libXrender/Makefile:1.17 --- pkgsrc/x11/libXrender/Makefile:1.16 Sat Jan 18 23:35:53 2020 +++ pkgsrc/x11/libXrender/Makefile Sat Oct 22 16:54:53 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2020/01/18 23:35:53 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2022/10/22 16:54:53 wiz Exp $ -DISTNAME= libXrender-0.9.10 -PKGREVISION= 1 +DISTNAME= libXrender-0.9.11 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/ @@ -19,8 +18,6 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= xrender.pc.in -CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull - .include "../../meta-pkgs/modular-xorg/hacks.mk" .include "../../x11/xorgproto/buildlink3.mk" Index: pkgsrc/x11/libXrender/buildlink3.mk diff -u pkgsrc/x11/libXrender/buildlink3.mk:1.8 pkgsrc/x11/libXrender/buildlink3.mk:1.9 --- pkgsrc/x11/libXrender/buildlink3.mk:1.8 Sun Sep 27 16:32:01 2020 +++ pkgsrc/x11/libXrender/buildlink3.mk Sat Oct 22 16:54:53 2022 @@ -1,8 +1,8 @@ -# $NetBSD: buildlink3.mk,v 1.8 2020/09/27 16:32:01 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2022/10/22 16:54:53 wiz Exp $ BUILDLINK_TREE+= libXrender -. if !defined(LIBXRENDER_BUILDLINK3_MK) +.if !defined(LIBXRENDER_BUILDLINK3_MK) LIBXRENDER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libXrender+= libXrender>=0.9.2 @@ -10,6 +10,6 @@ BUILDLINK_PKGSRCDIR.libXrender?= ../../x .include "../../x11/xorgproto/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" -. endif # LIBXRENDER_BUILDLINK3_MK +.endif # LIBXRENDER_BUILDLINK3_MK BUILDLINK_TREE+= -libXrender Index: pkgsrc/x11/libXrender/distinfo diff -u pkgsrc/x11/libXrender/distinfo:1.11 pkgsrc/x11/libXrender/distinfo:1.12 --- pkgsrc/x11/libXrender/distinfo:1.11 Tue Oct 26 11:34:07 2021 +++ pkgsrc/x11/libXrender/distinfo Sat Oct 22 16:54:53 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:34:07 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/10/22 16:54:53 wiz Exp $ -BLAKE2s (libXrender-0.9.10.tar.bz2) = 19f921294d8a570f873e9b36c04353a5c90d74d3faab65c0826238253400a6fe -SHA512 (libXrender-0.9.10.tar.bz2) = 16ea0cf638b32d7df54b270457ef8c9d9a80da27fa845b105b560cb31027b4c7fe799cf23d6b6bac492be5961264e96d7845d316a9af4de9ff38bf40885ea6fe -Size (libXrender-0.9.10.tar.bz2) = 308318 bytes +BLAKE2s (libXrender-0.9.11.tar.xz) = 0bf2dc51df3d1938a31a82f820cbc333dc13d9d29162be0f6402be3aea0340b2 +SHA512 (libXrender-0.9.11.tar.xz) = 2327cc1b530382d81df29b8d579f801f1f990202107cc84506986bcf5d15010d414e9418987b200e3f222d188afce46f0d7754febcdca62a5fc1e541b3bb82de +Size (libXrender-0.9.11.tar.xz) = 302900 bytes --_----------=_166645769393940--