pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXau
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 29 09:44:32 UTC 2022
Modified Files:
pkgsrc/x11/libXau: Makefile builtin.mk distinfo
Log Message:
libXau: update to 1.0.10.
Alan Coopersmith (7):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
Autest.c: Fix -Wdiscarded-qualifiers warnings
Remove unnnecessary casts from malloc() and free() calls
XauReadAuth: move failure handling code to a common code block
libXau 1.0.10
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libXau/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXau/builtin.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXau/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXau/Makefile
diff -u pkgsrc/x11/libXau/Makefile:1.19 pkgsrc/x11/libXau/Makefile:1.20
--- pkgsrc/x11/libXau/Makefile:1.19 Sun Apr 10 08:53:15 2022
+++ pkgsrc/x11/libXau/Makefile Mon Aug 29 09:44:32 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/29 09:44:32 wiz Exp $
-DISTNAME= libXau-1.0.9
+DISTNAME= libXau-1.0.10
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/
Index: pkgsrc/x11/libXau/builtin.mk
diff -u pkgsrc/x11/libXau/builtin.mk:1.7 pkgsrc/x11/libXau/builtin.mk:1.8
--- pkgsrc/x11/libXau/builtin.mk:1.7 Sun Nov 3 09:14:10 2019
+++ pkgsrc/x11/libXau/builtin.mk Mon Aug 29 09:44:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2019/11/03 09:14:10 rillig Exp $
+# $NetBSD: builtin.mk,v 1.8 2022/08/29 09:44:32 wiz Exp $
BUILTIN_PKG:= libXau
@@ -31,10 +31,10 @@ USE_BUILTIN.libXau= no
. else
USE_BUILTIN.libXau= ${IS_BUILTIN.libXau}
. if defined(BUILTIN_PKG.libXau) && \
- !empty(IS_BUILTIN.libXau:M[yY][eE][sS])
+ ${IS_BUILTIN.libXau:M[yY][eE][sS]}
USE_BUILTIN.libXau= yes
. for _dep_ in ${BUILDLINK_API_DEPENDS.libXau}
-. if !empty(USE_BUILTIN.libXau:M[yY][eE][sS])
+. if ${USE_BUILTIN.libXau:M[yY][eE][sS]}
USE_BUILTIN.libXau!= \
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXau:Q}; then \
${ECHO} yes; \
@@ -51,11 +51,11 @@ MAKEVARS+= USE_BUILTIN.libXau
.include "../../mk/x11.builtin.mk"
CHECK_BUILTIN.libXau?= no
-.if !empty(CHECK_BUILTIN.libXau:M[nN][oO])
+.if ${CHECK_BUILTIN.libXau:M[nN][oO]}
# If we are using the builtin version, check whether it has a xau.pc
# file or not. If the latter, generate a fake one.
-. if !empty(USE_BUILTIN.libXau:M[Yy][Ee][Ss])
+. if ${USE_BUILTIN.libXau:M[Yy][Ee][Ss]}
BUILDLINK_TARGETS+= xau-fake-pc
xau-fake-pc:
Index: pkgsrc/x11/libXau/distinfo
diff -u pkgsrc/x11/libXau/distinfo:1.11 pkgsrc/x11/libXau/distinfo:1.12
--- pkgsrc/x11/libXau/distinfo:1.11 Tue Oct 26 11:34:05 2021
+++ pkgsrc/x11/libXau/distinfo Mon Aug 29 09:44:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:05 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/08/29 09:44:32 wiz Exp $
-BLAKE2s (libXau-1.0.9.tar.bz2) = e3745f8e713e505d080dcb18472d310f7d345846c0c0d76037a80040c26b8f57
-SHA512 (libXau-1.0.9.tar.bz2) = 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562
-Size (libXau-1.0.9.tar.bz2) = 322650 bytes
+BLAKE2s (libXau-1.0.10.tar.xz) = 8e33520154324f7b7906f448df0e0dda3685efd07f143d03db6a883ea0a0ad4f
+SHA512 (libXau-1.0.10.tar.xz) = e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb
+Size (libXau-1.0.10.tar.xz) = 271724 bytes
Home |
Main Index |
Thread Index |
Old Index