pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xorgproto
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 5 13:46:16 UTC 2023
Modified Files:
pkgsrc/x11/xorgproto: Makefile PLIST distinfo
Log Message:
xorgproto: update to 2023.1.
This release introduces a couple of new options for existing extensions:
* A new option PresentOptionAsyncMayTear for the Present extension,
* A new flag XFixesClientDisconnectFlagForceTerminate to the XFixes
XFixesClientDisconnectFlags intended to be used by screen lockers,
where the server must exit if the screen locker does.
The other changes include various fixes, clarifications and keysym
definitions updates:
Alan Coopersmith (8):
presentproto: Minor typo fixes
Remove _X_NONNULL macro
gitlab CI: run meson instead of ninja for test & install steps
meson: replace join_paths with /
meson: replace deprecated source_root with new project_source_root
Remove "All rights reserved" from Oracle copyright notices
Only install PM_spec when legacy protocol support is enabled
XvMCproto.h: remove ; from the end of sz_* definitions
Benno Schulenberg (6):
keysymdef.h: add correctly spelled names for the left and right guillemet
keysymdef.h: name the masculine ordinal indicator similar to feminine one
keysymdef.h: delete fourteen long-deprecated symbol names
keysymdef.h: delete four symbolic names that serve no purpose
keysymdef.h: add better names for the dead schwa and SCHWA symbols
hyphenate two compound adjectives, like for the other occurrence
Demi Marie Obenour (1):
Allow client to force server to terminate if it exits
Dimitry Andric (1):
Xos.h: include <strings.h> on FreeBSD for index/rindex
Emil Velikov (1):
DRI3: fix off-by-one DRI3 opcodes in description
Michael Wyraz (1):
Be more descriptive about monitor types
Olivier Fourdan (1):
xorgproto 2023.1
Peter Hutterer (1):
Revert "keysymdef.h: delete fourteen long-deprecated symbol names"
Xaver Hugl (1):
present: add PresentOptionAsyncMayTear
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xorgproto/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xorgproto/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xorgproto/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/xorgproto/Makefile
diff -u pkgsrc/x11/xorgproto/Makefile:1.23 pkgsrc/x11/xorgproto/Makefile:1.24
--- pkgsrc/x11/xorgproto/Makefile:1.23 Wed Nov 9 13:14:31 2022
+++ pkgsrc/x11/xorgproto/Makefile Mon Jun 5 13:46:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/11/09 13:14:31 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2023/06/05 13:46:16 wiz Exp $
-DISTNAME= xorgproto-2022.2
+DISTNAME= xorgproto-2023.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xorgproto/PLIST
diff -u pkgsrc/x11/xorgproto/PLIST:1.10 pkgsrc/x11/xorgproto/PLIST:1.11
--- pkgsrc/x11/xorgproto/PLIST:1.10 Thu Aug 11 06:09:17 2022
+++ pkgsrc/x11/xorgproto/PLIST Mon Jun 5 13:46:16 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/08/11 06:09:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/06/05 13:46:16 wiz Exp $
include/GL/glxint.h
include/GL/glxmd.h
include/GL/glxproto.h
@@ -209,7 +209,6 @@ share/doc/xextproto/shm.xml
share/doc/xextproto/sync.xml
share/doc/xextproto/tog-cup.xml
share/doc/xextproto/xtest.xml
-share/doc/xorgproto/PM_spec
share/doc/xorgproto/compositeproto.txt
share/doc/xorgproto/damageproto.txt
share/doc/xorgproto/dri2proto.txt
Index: pkgsrc/x11/xorgproto/distinfo
diff -u pkgsrc/x11/xorgproto/distinfo:1.19 pkgsrc/x11/xorgproto/distinfo:1.20
--- pkgsrc/x11/xorgproto/distinfo:1.19 Thu Aug 11 06:09:17 2022
+++ pkgsrc/x11/xorgproto/distinfo Mon Jun 5 13:46:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/08/11 06:09:17 wiz Exp $
+$NetBSD: distinfo,v 1.20 2023/06/05 13:46:16 wiz Exp $
-BLAKE2s (xorgproto-2022.2.tar.xz) = e20d608c5a1faab945059b15b24ea8cb65e323c4b7a34dc26856f3db45af97e7
-SHA512 (xorgproto-2022.2.tar.xz) = 8e6108110600d076a94cc6d0e465b2e9adfbbe8d7e6b75fae9c5262d99dc6074ab1ed561a74d6d451f00f5b7af9f507a6317be9c0770efeed9e60b64beb7a1c9
-Size (xorgproto-2022.2.tar.xz) = 757080 bytes
+BLAKE2s (xorgproto-2023.1.tar.xz) = 8fb54f67314964a88c68e11a974c4fcc14128b708072de128fc3bad0f47e6164
+SHA512 (xorgproto-2023.1.tar.xz) = 342128ca2e9a6806a7ff33f426434bee29626a13a592b9544654a010cb7be208b0862e3cd063773a0003ca0ec7d48361cfcc384fe207efe9ecb6ec3f2b8e7d56
+Size (xorgproto-2023.1.tar.xz) = 759168 bytes
Home |
Main Index |
Thread Index |
Old Index