pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxshmfence



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 14 12:43:44 UTC 2024

Modified Files:
        pkgsrc/x11/libxshmfence: Makefile distinfo

Log Message:
libxshmfence: update to 1.3.3.

Alan Coopersmith (4):
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      configure: replace deprecated AC_TRY_COMPILE with AC_COMPILE_IFELSE
      libxshmfence 1.3.3

Asahi Lina (1):
      alloc: Allow disabling memfd usage at runtime with XSHMFENCE_NO_MEMFD=1

Thomas Devoogdt (1):
      src/xshmfence_futex.h: fix build on 32-bit architectures using 64-bit time_t


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libxshmfence/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libxshmfence/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/libxshmfence/Makefile
diff -u pkgsrc/x11/libxshmfence/Makefile:1.21 pkgsrc/x11/libxshmfence/Makefile:1.22
--- pkgsrc/x11/libxshmfence/Makefile:1.21       Wed Jun 28 01:34:36 2023
+++ pkgsrc/x11/libxshmfence/Makefile    Sat Dec 14 12:43:44 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/06/28 01:34:36 riastradh Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/14 12:43:44 wiz Exp $
 
-DISTNAME=      libxshmfence-1.3.2
-PKGREVISION=   1
+DISTNAME=      libxshmfence-1.3.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/libxshmfence/distinfo
diff -u pkgsrc/x11/libxshmfence/distinfo:1.9 pkgsrc/x11/libxshmfence/distinfo:1.10
--- pkgsrc/x11/libxshmfence/distinfo:1.9        Thu Dec  8 23:35:48 2022
+++ pkgsrc/x11/libxshmfence/distinfo    Sat Dec 14 12:43:44 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2022/12/08 23:35:48 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/12/14 12:43:44 wiz Exp $
 
-BLAKE2s (libxshmfence-1.3.2.tar.xz) = 9b7ecb5879d793e61bf7e9b62d33eff5f3f8b39f7066c2d0cbd53c384784cb27
-SHA512 (libxshmfence-1.3.2.tar.xz) = e20a6827e370726cf50489a69f4a52b897f1c44e3eba8c72a4e626b08724e877d090770b8016765736d887d5d5eaba1fda9c29066e62d259b4d1e2064bc1626c
-Size (libxshmfence-1.3.2.tar.xz) = 259024 bytes
+BLAKE2s (libxshmfence-1.3.3.tar.xz) = 210b1abc81c6a55632e2fdd2beb1f8b0cf3bd4546dcf54b12946dfb7f6daeeb3
+SHA512 (libxshmfence-1.3.3.tar.xz) = 2261b840ea621cf4ce31961ec9df17aa2e253b268afe289dfb97c240aee27b9f443fe36de5de52a2e1210b69092efde21871e20556bac9b4f1d8a3ead1b4c498
+Size (libxshmfence-1.3.3.tar.xz) = 264860 bytes
 SHA1 (patch-configure.ac) = 08af1a5035f7b16b0b2e6e3a9c3f008f64f861ca
 SHA1 (patch-src_Makefile.am) = cdf80a7606cbc91ddca1443cd9210a3480de5241
 SHA1 (patch-src_xshmfence__alloc.c) = 355c20c55601c4ea71306d1e10cbd632b2d7f393



Home | Main Index | Thread Index | Old Index