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
This commit is contained in:
parent
aced5aaf44
commit
90d6034dac
3 changed files with 10 additions and 10 deletions
|
@ -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
|
CATEGORIES= x11 devel
|
||||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.xz
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= https://xorg.freedesktop.org/
|
HOMEPAGE= https://xorg.freedesktop.org/
|
||||||
|
|
|
@ -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
|
BUILTIN_PKG:= libXcomposite
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ USE_BUILTIN.libXcomposite= no
|
||||||
. else
|
. else
|
||||||
USE_BUILTIN.libXcomposite= ${IS_BUILTIN.libXcomposite}
|
USE_BUILTIN.libXcomposite= ${IS_BUILTIN.libXcomposite}
|
||||||
. if defined(BUILTIN_PKG.libXcomposite) && \
|
. if defined(BUILTIN_PKG.libXcomposite) && \
|
||||||
!empty(IS_BUILTIN.libXcomposite:M[yY][eE][sS])
|
${IS_BUILTIN.libXcomposite:tl} == yes
|
||||||
USE_BUILTIN.libXcomposite= yes
|
USE_BUILTIN.libXcomposite= yes
|
||||||
. for _dep_ in ${BUILDLINK_API_DEPENDS.libXcomposite}
|
. 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!= \
|
USE_BUILTIN.libXcomposite!= \
|
||||||
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXcomposite:Q}; then \
|
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXcomposite:Q}; then \
|
||||||
${ECHO} yes; \
|
${ECHO} yes; \
|
||||||
|
|
|
@ -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
|
BLAKE2s (libXcomposite-0.4.6.tar.xz) = d4a29c5311ef6d4bcdc16503c44fb5f3ba5ca610606146a17e2efe8270662831
|
||||||
SHA512 (libXcomposite-0.4.5.tar.bz2) = 502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5
|
SHA512 (libXcomposite-0.4.6.tar.xz) = f35a0da8f9f22fd788eee01209557fe3a1b1abdc9744f76330ba42b21b6e3af5464ca4451c33415856417c30da5aa5624e3707980c644327249bfeda5a62a59b
|
||||||
Size (libXcomposite-0.4.5.tar.bz2) = 316993 bytes
|
Size (libXcomposite-0.4.6.tar.xz) = 265596 bytes
|
||||||
|
|
Loading…
Reference in a new issue