Received: by mail.netbsd.org (Postfix, from userid 605) id 0C43784D8D; Wed, 13 Nov 2019 22:13:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8677584D68 for ; Wed, 13 Nov 2019 22:13:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yRr1wm1Z_kTx for ; Wed, 13 Nov 2019 22:13:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7FD6584CE3 for ; Wed, 13 Nov 2019 22:13:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73058FA95; Wed, 13 Nov 2019 22:13:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573683209166460" MIME-Version: 1.0 Date: Wed, 13 Nov 2019 22:13:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xorgproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191113221329.73058FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1573683209166460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 13 22:13:29 UTC 2019 Modified Files: pkgsrc/x11/xorgproto: Makefile PLIST distinfo Log Message: xorgproto: update to 2019.2. 2019.2: This release moves more header files to the legacy set. Note that this means libX11 older than 1.6.9 and libXvMC older than 1.0.12 will not build without some legacy headers installed. Adam Jackson (2): Move remaining xlib-entwined headers to LEGACY xorgproto 2019.2 Jon Turney (1): Move windowswmproto to legacy 2019.1: This release boasts a bunch of cleanup work and a few new keysyms. No functional changes to any of the protocols. Adam Jackson (3): randrproto: Fix missing #undef RRLease Remove COPYING-panoramixproto composite: Fix the documentation for the unredirection requests Alan Coopersmith (9): Remove trailing whitespace from header files Remove the use of no-op B16 & B32 bitfield macros in headers Assorted typo fixes in headers Update README for gitlab migration Update configure.ac bug URL for gitlab migration Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.am keysymdef.h: Update repo info in comments Update URLs for protocol specs to use xorgproto repo now Restore generation of specs from docbook in autotools builds Hans de Goede (1): XF86keysym: Add XF86XK_RotationLockToggle Jeremy Puhlman (1): Remove libdir from pc files. Jian-Hong Pan (1): XF86keysym: Add XF86XK_MonBrightnessCycle Jon Turney (1): .gitignore more autotools artifacts Julien Cristau (3): PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacy Fix MAN_SUBSTS libdir replacements Remove more build files Keith Packard (1): screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element Matthieu Herrb (1): Remove RCS Ids Peter Hutterer (2): Fix comment for XK_Ocaron xorgproto 2019.1 Roman Kapl (1): Improve the ButtonInfo description. Thomas E. Dickey (1): Update Xalloca.h to reduce compiler warnings: To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xorgproto/Makefile \ pkgsrc/x11/xorgproto/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xorgproto/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573683209166460 Content-Disposition: inline Content-Length: 8892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xorgproto/Makefile diff -u pkgsrc/x11/xorgproto/Makefile:1.6 pkgsrc/x11/xorgproto/Makefile:1.7 --- pkgsrc/x11/xorgproto/Makefile:1.6 Wed Jun 26 06:12:46 2019 +++ pkgsrc/x11/xorgproto/Makefile Wed Nov 13 22:13:29 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/06/26 06:12:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/11/13 22:13:29 wiz Exp $ -DISTNAME= xorgproto-2018.4 +DISTNAME= xorgproto-2019.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,9 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LANGUAGES= c +# some packages need the old headers +CONFIGURE_ARGS+= --enable-legacy + PKGCONFIG_OVERRIDE+= applewmproto.pc.in PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in PKGCONFIG_OVERRIDE+= compositeproto.pc.in @@ -20,16 +23,12 @@ PKGCONFIG_OVERRIDE+= damageproto.pc.in PKGCONFIG_OVERRIDE+= dmxproto.pc.in PKGCONFIG_OVERRIDE+= dri2proto.pc.in PKGCONFIG_OVERRIDE+= dri3proto.pc.in -PKGCONFIG_OVERRIDE+= evieproto.pc.in PKGCONFIG_OVERRIDE+= fixesproto.pc.in -PKGCONFIG_OVERRIDE+= fontcacheproto.pc.in PKGCONFIG_OVERRIDE+= fontsproto.pc.in PKGCONFIG_OVERRIDE+= glproto.pc.in PKGCONFIG_OVERRIDE+= inputproto.pc.in PKGCONFIG_OVERRIDE+= kbproto.pc.in -PKGCONFIG_OVERRIDE+= lg3dproto.pc.in PKGCONFIG_OVERRIDE+= presentproto.pc.in -PKGCONFIG_OVERRIDE+= printproto.pc.in PKGCONFIG_OVERRIDE+= randrproto.pc.in PKGCONFIG_OVERRIDE+= recordproto.pc.in PKGCONFIG_OVERRIDE+= renderproto.pc.in @@ -38,14 +37,12 @@ PKGCONFIG_OVERRIDE+= scrnsaverproto.pc.i PKGCONFIG_OVERRIDE+= trapproto.pc.in PKGCONFIG_OVERRIDE+= videoproto.pc.in PKGCONFIG_OVERRIDE+= windowswmproto.pc.in -PKGCONFIG_OVERRIDE+= xcalibrateproto.pc.in PKGCONFIG_OVERRIDE+= xcmiscproto.pc.in PKGCONFIG_OVERRIDE+= xextproto.pc.in PKGCONFIG_OVERRIDE+= xf86bigfontproto.pc.in PKGCONFIG_OVERRIDE+= xf86dgaproto.pc.in PKGCONFIG_OVERRIDE+= xf86driproto.pc.in PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in -PKGCONFIG_OVERRIDE+= xf86rushproto.pc.in PKGCONFIG_OVERRIDE+= xf86vidmodeproto.pc.in PKGCONFIG_OVERRIDE+= xineramaproto.pc.in PKGCONFIG_OVERRIDE+= xproto.pc.in Index: pkgsrc/x11/xorgproto/distinfo diff -u pkgsrc/x11/xorgproto/distinfo:1.6 pkgsrc/x11/xorgproto/distinfo:1.7 --- pkgsrc/x11/xorgproto/distinfo:1.6 Wed Jun 26 06:12:46 2019 +++ pkgsrc/x11/xorgproto/distinfo Wed Nov 13 22:13:29 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/06/26 06:12:46 wiz Exp $ +$NetBSD: distinfo,v 1.7 2019/11/13 22:13:29 wiz Exp $ -SHA1 (xorgproto-2018.4.tar.bz2) = 2e4a3db312e1ce81e15515dfcac52ba0aa5a920c -RMD160 (xorgproto-2018.4.tar.bz2) = 82de862ca473efd86c3d07e4aed4e7cdc993c88c -SHA512 (xorgproto-2018.4.tar.bz2) = 2db682d10280ca58cdc04d8eb9fef30c111d4cd379de9fec86cff317865b859a576de5426447be9231d24be9762cc1d684c57383a99ad499398e8b7d62b1c03c -Size (xorgproto-2018.4.tar.bz2) = 390293 bytes +SHA1 (xorgproto-2019.2.tar.bz2) = 2dedbe3e4daccf0c3d675759ed82161a3e4cf1b5 +RMD160 (xorgproto-2019.2.tar.bz2) = f29bf0b62d163ac97096201bc4d74559c441d0dd +SHA512 (xorgproto-2019.2.tar.bz2) = cbfdf6bb3d58d4d4e7788c9ed779402352715e9899f65594fbc527b3178f1dc5e03cebc8ba5a863b3c196a1a0f2026c2d0438207ca19f81f3c8b7da0c0667904 +Size (xorgproto-2019.2.tar.bz2) = 847374 bytes Index: pkgsrc/x11/xorgproto/PLIST diff -u pkgsrc/x11/xorgproto/PLIST:1.3 pkgsrc/x11/xorgproto/PLIST:1.4 --- pkgsrc/x11/xorgproto/PLIST:1.3 Wed Jun 26 06:12:46 2019 +++ pkgsrc/x11/xorgproto/PLIST Wed Nov 13 22:13:29 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2019/06/26 06:12:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/11/13 22:13:29 wiz Exp $ include/GL/glxint.h include/GL/glxmd.h include/GL/glxproto.h @@ -35,6 +35,8 @@ include/X11/dri/xf86driproto.h include/X11/dri/xf86dristr.h include/X11/extensions/EVI.h include/X11/extensions/EVIproto.h +include/X11/extensions/Print.h +include/X11/extensions/Printstr.h include/X11/extensions/XI.h include/X11/extensions/XI2.h include/X11/extensions/XI2proto.h @@ -45,6 +47,7 @@ include/X11/extensions/XKBproto.h include/X11/extensions/XKBsrv.h include/X11/extensions/XKBstr.h include/X11/extensions/XResproto.h +include/X11/extensions/Xeviestr.h include/X11/extensions/Xv.h include/X11/extensions/XvMC.h include/X11/extensions/XvMCproto.h @@ -70,10 +73,15 @@ include/X11/extensions/dpmsproto.h include/X11/extensions/dri2proto.h include/X11/extensions/dri2tokens.h include/X11/extensions/dri3proto.h +include/X11/extensions/evieproto.h +include/X11/extensions/fontcache.h +include/X11/extensions/fontcacheP.h +include/X11/extensions/fontcachstr.h include/X11/extensions/ge.h include/X11/extensions/geproto.h include/X11/extensions/lbx.h include/X11/extensions/lbxproto.h +include/X11/extensions/lgewire.h include/X11/extensions/mitmiscconst.h include/X11/extensions/mitmiscproto.h include/X11/extensions/multibufconst.h @@ -104,6 +112,8 @@ include/X11/extensions/syncstr.h include/X11/extensions/vldXvMC.h include/X11/extensions/windowswm.h include/X11/extensions/windowswmstr.h +include/X11/extensions/xcalibrateproto.h +include/X11/extensions/xcalibratewire.h include/X11/extensions/xcmiscproto.h include/X11/extensions/xcmiscstr.h include/X11/extensions/xf86bigfont.h @@ -118,6 +128,8 @@ include/X11/extensions/xf86dgaproto.h include/X11/extensions/xf86dgastr.h include/X11/extensions/xf86misc.h include/X11/extensions/xf86mscstr.h +include/X11/extensions/xf86rush.h +include/X11/extensions/xf86rushstr.h include/X11/extensions/xf86vm.h include/X11/extensions/xf86vmproto.h include/X11/extensions/xf86vmstr.h @@ -142,6 +154,59 @@ include/X11/fonts/fontstruct.h include/X11/fonts/fsmasks.h include/X11/keysym.h include/X11/keysymdef.h +man/man7/Xprint.7 +share/doc/bigreqsproto/bigreq.xml +share/doc/fontsproto/fsproto.xml +share/doc/kbproto/XKBproto-1.svg +share/doc/kbproto/XKBproto-10.svg +share/doc/kbproto/XKBproto-11.svg +share/doc/kbproto/XKBproto-2.svg +share/doc/kbproto/XKBproto-3.svg +share/doc/kbproto/XKBproto-4.svg +share/doc/kbproto/XKBproto-5.svg +share/doc/kbproto/XKBproto-6.svg +share/doc/kbproto/XKBproto-7.svg +share/doc/kbproto/XKBproto-8.svg +share/doc/kbproto/XKBproto-9.svg +share/doc/kbproto/acknowledgements.xml +share/doc/kbproto/appA.xml +share/doc/kbproto/appB.xml +share/doc/kbproto/appC.xml +share/doc/kbproto/appD.xml +share/doc/kbproto/ch01.xml +share/doc/kbproto/ch02.xml +share/doc/kbproto/ch03.xml +share/doc/kbproto/ch04.xml +share/doc/kbproto/ch05.xml +share/doc/kbproto/ch06.xml +share/doc/kbproto/ch07.xml +share/doc/kbproto/ch08.xml +share/doc/kbproto/ch09.xml +share/doc/kbproto/ch10.xml +share/doc/kbproto/ch11.xml +share/doc/kbproto/ch12.xml +share/doc/kbproto/ch13.xml +share/doc/kbproto/ch14.xml +share/doc/kbproto/ch15.xml +share/doc/kbproto/ch16.xml +share/doc/kbproto/xkbproto.xml +share/doc/recordproto/record.xml +share/doc/scrnsaverproto/saver.xml +share/doc/xcmiscproto/xc-misc.xml +share/doc/xextproto/appendix.xml +share/doc/xextproto/appgrp.xml +share/doc/xextproto/dbe.xml +share/doc/xextproto/dpms.xml +share/doc/xextproto/evi.xml +share/doc/xextproto/geproto.xml +share/doc/xextproto/lbx.xml +share/doc/xextproto/multibuf.xml +share/doc/xextproto/security.xml +share/doc/xextproto/shape.xml +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 @@ -153,6 +218,11 @@ share/doc/xorgproto/randrproto.txt share/doc/xorgproto/renderproto.txt share/doc/xorgproto/resproto.txt share/doc/xorgproto/xv-protocol-v2.txt +share/doc/xproto/encoding.xml +share/doc/xproto/glossary.xml +share/doc/xproto/keysyms.xml +share/doc/xproto/sect1-9.xml +share/doc/xproto/x11protocol.xml share/pkgconfig/applewmproto.pc share/pkgconfig/bigreqsproto.pc share/pkgconfig/compositeproto.pc @@ -160,12 +230,16 @@ share/pkgconfig/damageproto.pc share/pkgconfig/dmxproto.pc share/pkgconfig/dri2proto.pc share/pkgconfig/dri3proto.pc +share/pkgconfig/evieproto.pc share/pkgconfig/fixesproto.pc +share/pkgconfig/fontcacheproto.pc share/pkgconfig/fontsproto.pc share/pkgconfig/glproto.pc share/pkgconfig/inputproto.pc share/pkgconfig/kbproto.pc +share/pkgconfig/lg3dproto.pc share/pkgconfig/presentproto.pc +share/pkgconfig/printproto.pc share/pkgconfig/randrproto.pc share/pkgconfig/recordproto.pc share/pkgconfig/renderproto.pc @@ -174,12 +248,14 @@ share/pkgconfig/scrnsaverproto.pc share/pkgconfig/trapproto.pc share/pkgconfig/videoproto.pc share/pkgconfig/windowswmproto.pc +share/pkgconfig/xcalibrateproto.pc share/pkgconfig/xcmiscproto.pc share/pkgconfig/xextproto.pc share/pkgconfig/xf86bigfontproto.pc share/pkgconfig/xf86dgaproto.pc share/pkgconfig/xf86driproto.pc share/pkgconfig/xf86miscproto.pc +share/pkgconfig/xf86rushproto.pc share/pkgconfig/xf86vidmodeproto.pc share/pkgconfig/xineramaproto.pc share/pkgconfig/xproto.pc --_----------=_1573683209166460--