pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXrender libXrender: update to 0.9.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/631264910ac2
branches: trunk
changeset: 387109:631264910ac2
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Oct 22 16:54:53 2022 +0000
description:
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
diffstat:
x11/libXrender/Makefile | 9 +++------
x11/libXrender/buildlink3.mk | 6 +++---
x11/libXrender/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 13 deletions(-)
diffs (61 lines):
diff -r 88dbf5574b95 -r 631264910ac2 x11/libXrender/Makefile
--- a/x11/libXrender/Makefile Sat Oct 22 16:53:39 2022 +0000
+++ b/x11/libXrender/Makefile Sat Oct 22 16:54:53 2022 +0000
@@ -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@localhost
HOMEPAGE= https://xorg.freedesktop.org/
@@ -19,8 +18,6 @@
PKGCONFIG_OVERRIDE+= xrender.pc.in
-CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
-
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/xorgproto/buildlink3.mk"
diff -r 88dbf5574b95 -r 631264910ac2 x11/libXrender/buildlink3.mk
--- a/x11/libXrender/buildlink3.mk Sat Oct 22 16:53:39 2022 +0000
+++ b/x11/libXrender/buildlink3.mk Sat Oct 22 16:54:53 2022 +0000
@@ -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 @@
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
-. endif # LIBXRENDER_BUILDLINK3_MK
+.endif # LIBXRENDER_BUILDLINK3_MK
BUILDLINK_TREE+= -libXrender
diff -r 88dbf5574b95 -r 631264910ac2 x11/libXrender/distinfo
--- a/x11/libXrender/distinfo Sat Oct 22 16:53:39 2022 +0000
+++ b/x11/libXrender/distinfo Sat Oct 22 16:54:53 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index