pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXdmcp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 19 08:10:45 UTC 2022

Modified Files:
        pkgsrc/x11/libXdmcp: Makefile builtin.mk distinfo
Removed Files:
        pkgsrc/x11/libXdmcp/patches: patch-Key.c patch-config.h.in
            patch-configure

Log Message:
libXdmcp: update to 1.1.4.

Alan Coopersmith (11):
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Fix build on Solaris 11.3.0 - 11.3.8
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: enable doc builds in basic build test
      Use memcpy() instead of memmove() when buffers are known not to overlap
      arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
      XdmcpDisposeARRAYofARRAY8: Reduce scope of i
      Only link with libbsd if needed for arc4random_buf()
      libXdmcp 1.1.4

Guillem Jover (1):
      Switch from libbsd to libbsd-overlay


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libXdmcp/Makefile \
    pkgsrc/x11/libXdmcp/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXdmcp/builtin.mk
cvs rdiff -u -r1.4 -r0 pkgsrc/x11/libXdmcp/patches/patch-Key.c
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/libXdmcp/patches/patch-config.h.in \
    pkgsrc/x11/libXdmcp/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXdmcp/Makefile
diff -u pkgsrc/x11/libXdmcp/Makefile:1.14 pkgsrc/x11/libXdmcp/Makefile:1.15
--- pkgsrc/x11/libXdmcp/Makefile:1.14   Wed Nov  9 13:14:21 2022
+++ pkgsrc/x11/libXdmcp/Makefile        Sat Nov 19 08:10:45 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2022/11/09 13:14:21 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2022/11/19 08:10:45 wiz Exp $
 
-DISTNAME=              libXdmcp-1.1.3
+DISTNAME=              libXdmcp-1.1.4
 CATEGORIES=            x11
 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/
Index: pkgsrc/x11/libXdmcp/distinfo
diff -u pkgsrc/x11/libXdmcp/distinfo:1.14 pkgsrc/x11/libXdmcp/distinfo:1.15
--- pkgsrc/x11/libXdmcp/distinfo:1.14   Thu Mar 17 01:05:48 2022
+++ pkgsrc/x11/libXdmcp/distinfo        Sat Nov 19 08:10:45 2022
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/03/17 01:05:48 gutteridge Exp $
+$NetBSD: distinfo,v 1.15 2022/11/19 08:10:45 wiz Exp $
 
-BLAKE2s (libXdmcp-1.1.3.tar.bz2) = a830d9b0484d17db15080be824ba9f9819ea08c56fe07670c2bd2e17fafc2386
-SHA512 (libXdmcp-1.1.3.tar.bz2) = cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec
-Size (libXdmcp-1.1.3.tar.bz2) = 332795 bytes
-SHA1 (patch-Key.c) = 4080e63823818b464718fc7c09a7c53ba350aa48
-SHA1 (patch-config.h.in) = 0470c2eaa4e431027e1507c5b01367ca2267b0ec
-SHA1 (patch-configure) = 803ae824fcc3e281dde6fc1b3b5b65975ca0b051
+BLAKE2s (libXdmcp-1.1.4.tar.xz) = de650b9b48b5f3909ce6734a054493b1cdff7d667e4ced5383d216533101f528
+SHA512 (libXdmcp-1.1.4.tar.xz) = 83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9
+Size (libXdmcp-1.1.4.tar.xz) = 295184 bytes

Index: pkgsrc/x11/libXdmcp/builtin.mk
diff -u pkgsrc/x11/libXdmcp/builtin.mk:1.7 pkgsrc/x11/libXdmcp/builtin.mk:1.8
--- pkgsrc/x11/libXdmcp/builtin.mk:1.7  Sun Nov  3 09:14:11 2019
+++ pkgsrc/x11/libXdmcp/builtin.mk      Sat Nov 19 08:10:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2019/11/03 09:14:11 rillig Exp $
+# $NetBSD: builtin.mk,v 1.8 2022/11/19 08:10:45 wiz Exp $
 
 BUILTIN_PKG:=  libXdmcp
 
@@ -31,10 +31,10 @@ USE_BUILTIN.libXdmcp=       no
 .  else
 USE_BUILTIN.libXdmcp=  ${IS_BUILTIN.libXdmcp}
 .    if defined(BUILTIN_PKG.libXdmcp) && \
-        !empty(IS_BUILTIN.libXdmcp:M[yY][eE][sS])
+        ${IS_BUILTIN.libXdmcp:M[yY][eE][sS]}
 USE_BUILTIN.libXdmcp=  yes
 .      for _dep_ in ${BUILDLINK_API_DEPENDS.libXdmcp}
-.        if !empty(USE_BUILTIN.libXdmcp:M[yY][eE][sS])
+.        if ${USE_BUILTIN.libXdmcp:M[yY][eE][sS]}
 USE_BUILTIN.libXdmcp!=                                                 \
        if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXdmcp:Q}; then \
                ${ECHO} yes;                                            \
@@ -51,11 +51,11 @@ MAKEVARS+=          USE_BUILTIN.libXdmcp
 .include "../../mk/x11.builtin.mk"
 
 CHECK_BUILTIN.libXdmcp?=       no
-.if !empty(CHECK_BUILTIN.libXdmcp:M[nN][oO])
+.if ${CHECK_BUILTIN.libXdmcp:M[nN][oO]}
 
 # If we are using the builtin version, check whether it has a xdmcp.pc
 # file or not.  If the latter, generate a fake one.
-.  if !empty(USE_BUILTIN.libXdmcp:M[Yy][Ee][Ss])
+.  if ${USE_BUILTIN.libXdmcp:M[Yy][Ee][Ss]}
 BUILDLINK_TARGETS+=    xdmcp-fake-pc
 
 xdmcp-fake-pc:



Home | Main Index | Thread Index | Old Index