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:           Sun Mar  3 10:08:00 UTC 2024

Modified Files:
        pkgsrc/x11/libXdmcp: Makefile builtin.mk distinfo

Log Message:
libXdmcp: update to 1.1.5.

Alan Coopersmith (8):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Xdmcp.h: add access attributes to function prototypes
      Clear -Wunused-macros warnings when arc4random_buf() is available
      XdmcpWriteHeader: drop unnecessary cast of free() argument
      XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
      gitlab CI: add xz-utils to container for "make distcheck"
      libXdmcp 1.1.5


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXdmcp/Makefile \
    pkgsrc/x11/libXdmcp/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXdmcp/builtin.mk

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.15 pkgsrc/x11/libXdmcp/Makefile:1.16
--- pkgsrc/x11/libXdmcp/Makefile:1.15   Sat Nov 19 08:10:45 2022
+++ pkgsrc/x11/libXdmcp/Makefile        Sun Mar  3 10:08:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/11/19 08:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/03/03 10:08:00 wiz Exp $
 
-DISTNAME=              libXdmcp-1.1.4
+DISTNAME=              libXdmcp-1.1.5
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
Index: pkgsrc/x11/libXdmcp/distinfo
diff -u pkgsrc/x11/libXdmcp/distinfo:1.15 pkgsrc/x11/libXdmcp/distinfo:1.16
--- pkgsrc/x11/libXdmcp/distinfo:1.15   Sat Nov 19 08:10:45 2022
+++ pkgsrc/x11/libXdmcp/distinfo        Sun Mar  3 10:08:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/11/19 08:10:45 wiz Exp $
+$NetBSD: distinfo,v 1.16 2024/03/03 10:08:00 wiz Exp $
 
-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
+BLAKE2s (libXdmcp-1.1.5.tar.xz) = 6a1b4ce1639378a38773b0284286d55891cb68e305ae91ab2eaf6d2261c318c8
+SHA512 (libXdmcp-1.1.5.tar.xz) = d7a1d70a58b7d34ddd01a91d3ccbc086a36626b7081cfcbb150d24288c6adad612b042ba7ea63a218595afb2ee04384c0f8ba84ee3c6bd29913724b54e898d83
+Size (libXdmcp-1.1.5.tar.xz) = 297596 bytes

Index: pkgsrc/x11/libXdmcp/builtin.mk
diff -u pkgsrc/x11/libXdmcp/builtin.mk:1.8 pkgsrc/x11/libXdmcp/builtin.mk:1.9
--- pkgsrc/x11/libXdmcp/builtin.mk:1.8  Sat Nov 19 08:10:45 2022
+++ pkgsrc/x11/libXdmcp/builtin.mk      Sun Mar  3 10:08:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2022/11/19 08:10:45 wiz Exp $
+# $NetBSD: builtin.mk,v 1.9 2024/03/03 10:08:00 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) && \
-        ${IS_BUILTIN.libXdmcp:M[yY][eE][sS]}
+        ${IS_BUILTIN.libXdmcp:tl} == yes
 USE_BUILTIN.libXdmcp=  yes
 .      for _dep_ in ${BUILDLINK_API_DEPENDS.libXdmcp}
-.        if ${USE_BUILTIN.libXdmcp:M[yY][eE][sS]}
+.        if ${USE_BUILTIN.libXdmcp:tl} == yes
 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 ${CHECK_BUILTIN.libXdmcp:M[nN][oO]}
+.if ${CHECK_BUILTIN.libXdmcp:tl} == no
 
 # 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 ${USE_BUILTIN.libXdmcp:M[Yy][Ee][Ss]}
+.  if ${USE_BUILTIN.libXdmcp:tl} == yes
 BUILDLINK_TARGETS+=    xdmcp-fake-pc
 
 xdmcp-fake-pc:



Home | Main Index | Thread Index | Old Index