pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXcomposite libXcomposite: update to 0.4.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/008760f1edb1
branches:  trunk
changeset: 389498:008760f1edb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 22:16:39 2022 +0000

description:
libXcomposite: update to 0.4.6.

Alan Coopersmith (9):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Mark two dpy parameters const as suggested by cppcheck
      Remove unnecessary casts from malloc() and free() calls
      Wrap XComposite*CheckExtension() in do { ... } while(0)
      Handle implicit conversion warnings from clang
      XCompositeCloseDisplay: Mark codes as unused
      libXcomposite 0.4.6

diffstat:

 x11/libXcomposite/Makefile   |  6 +++---
 x11/libXcomposite/builtin.mk |  6 +++---
 x11/libXcomposite/distinfo   |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r d1b90ccc6b52 -r 008760f1edb1 x11/libXcomposite/Makefile
--- a/x11/libXcomposite/Makefile        Sun Dec 04 22:12:07 2022 +0000
+++ b/x11/libXcomposite/Makefile        Sun Dec 04 22:16:39 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:20 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/04 22:16:39 wiz Exp $
 
-DISTNAME=              libXcomposite-0.4.5
+DISTNAME=              libXcomposite-0.4.6
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r d1b90ccc6b52 -r 008760f1edb1 x11/libXcomposite/builtin.mk
--- a/x11/libXcomposite/builtin.mk      Sun Dec 04 22:12:07 2022 +0000
+++ b/x11/libXcomposite/builtin.mk      Sun Dec 04 22:16:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2019/11/03 09:14:10 rillig Exp $
+# $NetBSD: builtin.mk,v 1.3 2022/12/04 22:16:39 wiz Exp $
 
 BUILTIN_PKG:=  libXcomposite
 
@@ -31,10 +31,10 @@
 .  else
 USE_BUILTIN.libXcomposite=     ${IS_BUILTIN.libXcomposite}
 .    if defined(BUILTIN_PKG.libXcomposite) && \
-        !empty(IS_BUILTIN.libXcomposite:M[yY][eE][sS])
+        ${IS_BUILTIN.libXcomposite:tl} == yes
 USE_BUILTIN.libXcomposite=     yes
 .      for _dep_ in ${BUILDLINK_API_DEPENDS.libXcomposite}
-.        if !empty(USE_BUILTIN.libXcomposite:M[yY][eE][sS])
+.        if ${USE_BUILTIN.libXcomposite:tl} == yes
 USE_BUILTIN.libXcomposite!=                                            \
        if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXcomposite:Q}; then \
                ${ECHO} yes;                                            \
diff -r d1b90ccc6b52 -r 008760f1edb1 x11/libXcomposite/distinfo
--- a/x11/libXcomposite/distinfo        Sun Dec 04 22:12:07 2022 +0000
+++ b/x11/libXcomposite/distinfo        Sun Dec 04 22:16:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:05 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/12/04 22:16:39 wiz Exp $
 
-BLAKE2s (libXcomposite-0.4.5.tar.bz2) = d42c1bbbb7f889dd9bdeec8187d2cb6599305efcead0191f630a5d6d84ce6698
-SHA512 (libXcomposite-0.4.5.tar.bz2) = 502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5
-Size (libXcomposite-0.4.5.tar.bz2) = 316993 bytes
+BLAKE2s (libXcomposite-0.4.6.tar.xz) = d4a29c5311ef6d4bcdc16503c44fb5f3ba5ca610606146a17e2efe8270662831
+SHA512 (libXcomposite-0.4.6.tar.xz) = f35a0da8f9f22fd788eee01209557fe3a1b1abdc9744f76330ba42b21b6e3af5464ca4451c33415856417c30da5aa5624e3707980c644327249bfeda5a62a59b
+Size (libXcomposite-0.4.6.tar.xz) = 265596 bytes



Home | Main Index | Thread Index | Old Index