Tue Apr 13 18:46:55 2021 UTC ()
modular-xorg-server: update to 1.20.11

Christopher Chavez (1):
      XQuartz: recognize F16-F20 and Menu keys

Fabrice Fontaine (1):
      meson.build: KMS support also depends on dri2

Jeremy Huddleston Sequoia (36):
      xquartz: Remove support for Panther and earlier versions of macOS
      os: Remove support for Tiger and earlier versions of macOS
      xquartz: Remove support for Tiger and earlier versions of macOS
      xquartz: Remove support for Leopard and earlier versions of macOS
      xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopard
      xquartz: Remove support for SnowLeopard and earlier versions of macOS
      xquartz: Remove support for Lion and earlier versions of macOS
      xquartz: Remove support for Mountain Lion and earlier versions of macOS
      xquartz: Remove support for building for i386
      xquartz: Remove unused include of AvailabilityMacros.h from various sources
      xquartz: Remove support for older versions of libXplugin
      xquartz: Ensure that NSRunAlertPanel() is run on the main thread
      xquartz: Ensure we call into TIS on the main thread
      xquartz: Update the about box copyright to 2021
      xquartz: Apply Xcode 12.4 automatic updates to nibs
      xquartz: Fix applications menu table background color for dark mode
      xquartz: Apply spell check fixes from master for easier cherry-picking of changes in xquartz
      xquartz: Remove a workaround for AppKit versions older than Lion
      xquartz: Remove some dead code for compatibility with older nibs
      xquartz: Minor code modernization -- @autoreleasepool adoption
      xquartz: Use objc_autoreleasePoolPush / objc_autoreleasePoolPop directly in QuartzBlockHandler
      xqaurtz: Remove message_kit_thread() and use dispatch instead
      xquartz: Fold away array_with_strings_and_numbers and simplify with more modern Objective-C
      xquartz: Fold away some unnecessary hops to X11Controller through X11Application
      xquartz: Fold quartzCommon.h into quartz.h
      xquartz: Convert X11Application ivars into @properties
      xquartz: Convert X11Controller ivars into @properties
      xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.numberOfItems being correct in -awakeFromNib
      xquartz: Silence a compiler warning about missing internal methods on NSApplication
      xquartz: Fix build with sparkle enabled
      xquartz: Fix a compiler warning about const incompatible pointer assignment
      xquartz: Allocate each fbconfig separately
      xquartz: Don't process AppKit events if we haven't finished initializing
      xquartz: Add a launch trampoline to better integrate with modern versions of macOS
      xquartz: Don't include strndup.c any more since we no longer support 10.8 and older
      xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7

Jim DeLaHunt (1):
      Fix typo "XQaurtz" in Xquartz.man

Jon Turney (1):
      xquartz: Add stub ddxInputThread()

Mariusz Ceier (1):
      xwayland: Replace LogMessage with LogMessageVerb

Matt Turner (1):
      xserver 1.20.11

Matthieu Herrb (1):
      Fix XChangeFeedbackControl() request underflow

Michal Srb (1):
      xkb: Fix heap overflow caused by optimized away min.


(wiz)
diff -r1.38 -r1.39 pkgsrc/x11/modular-xorg-server/Makefile.common
diff -r1.105 -r1.106 pkgsrc/x11/modular-xorg-server/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/x11/modular-xorg-server/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/Makefile.common 2020/12/01 21:03:16 1.38
+++ pkgsrc/x11/modular-xorg-server/Makefile.common 2021/04/13 18:46:55 1.39
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.38 2020/12/01 21:03:16 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.39 2021/04/13 18:46:55 wiz Exp $
2# used by x11/modular-xorg-server/Makefile 2# used by x11/modular-xorg-server/Makefile
3# used by x11/modular-xorg-xephyr/Makefile 3# used by x11/modular-xorg-xephyr/Makefile
4# used by x11/modular-xorg-xwayland/Makefile 4# used by x11/modular-xorg-xwayland/Makefile
5 5
6XORG_VERSION= 1.20.10 6XORG_VERSION= 1.20.11
7CATEGORIES= x11 7CATEGORIES= x11
8MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} 8MASTER_SITES= ${MASTER_SITE_XORG:=xserver/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11HOMEPAGE= https://xorg.freedesktop.org/ 11HOMEPAGE= https://xorg.freedesktop.org/
12LICENSE= mit AND modified-bsd AND x11 # with no-advertising clause 12LICENSE= mit AND modified-bsd AND x11 # with no-advertising clause
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config
17USE_LANGUAGES+= c99 17USE_LANGUAGES+= c99
18 18
19CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/mk_bundke.sh 19CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/mk_bundke.sh

cvs diff -r1.105 -r1.106 pkgsrc/x11/modular-xorg-server/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/distinfo 2020/12/01 21:03:16 1.105
+++ pkgsrc/x11/modular-xorg-server/distinfo 2021/04/13 18:46:55 1.106
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.105 2020/12/01 21:03:16 wiz Exp $ 1$NetBSD: distinfo,v 1.106 2021/04/13 18:46:55 wiz Exp $
2 2
3SHA1 (xorg-server-1.20.10.tar.bz2) = e698b30adb781dfe0e7bee0aa489ea9df404a5db 3SHA1 (xorg-server-1.20.11.tar.bz2) = 86ae4add5719e6026a569f5559d51e8707171d5d
4RMD160 (xorg-server-1.20.10.tar.bz2) = 1b10aaa1cf48e9d7377f091826d5b5f97bec7eca 4RMD160 (xorg-server-1.20.11.tar.bz2) = 9b451d5523e9384df37e0e91f52d843090590d23
5SHA512 (xorg-server-1.20.10.tar.bz2) = a07bee380bb72f2117fe6f831a6e4aded19bea1f2b36e42a019a30348e98d6fe65c0617cf819be9c6b405502f88cafb829df30aab32393774b71f1418a4cefae 5SHA512 (xorg-server-1.20.11.tar.bz2) = 1017015b9fd5d53788abe3641d877e6df8609841fa5c1847c0a5e133ddcc1b758a5d695304ebd36828099ec201a85b6b70b46f5ea4f81c5bd3a16fa6e175e3c2
6Size (xorg-server-1.20.10.tar.bz2) = 6307058 bytes 6Size (xorg-server-1.20.11.tar.bz2) = 6476116 bytes
7SHA1 (patch-configure) = ce2c732c3d8493445744a927a25b9cd3b45880f8 7SHA1 (patch-configure) = ce2c732c3d8493445744a927a25b9cd3b45880f8
8SHA1 (patch-hw_kdrive_ephyr_hostx.c) = b681ee28bc7af06774f10bc882d355d42ac965d3 8SHA1 (patch-hw_kdrive_ephyr_hostx.c) = b681ee28bc7af06774f10bc882d355d42ac965d3
9SHA1 (patch-hw_xfree86_common_xf86AutoConfig.c) = 70adf85be9fc6222a335686e7e9e9f385aca02f9 9SHA1 (patch-hw_xfree86_common_xf86AutoConfig.c) = 70adf85be9fc6222a335686e7e9e9f385aca02f9
10SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92 10SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92
11SHA1 (patch-hw_xfree86_dri2_dri2.c) = 0bf58305059321e10f6f58186301dbb7cb858c2a 11SHA1 (patch-hw_xfree86_dri2_dri2.c) = 0bf58305059321e10f6f58186301dbb7cb858c2a
12SHA1 (patch-hw_xfree86_os-support_bsd_arm__video.c) = 9c03b24f44eafc5fabe27e9d6cc6c54b607e47c3 12SHA1 (patch-hw_xfree86_os-support_bsd_arm__video.c) = 9c03b24f44eafc5fabe27e9d6cc6c54b607e47c3
13SHA1 (patch-hw_xfree86_os-support_bsd_bsd__VTsw.c) = 90343f694c27a6fdd5070e1167687943bd056a99 13SHA1 (patch-hw_xfree86_os-support_bsd_bsd__VTsw.c) = 90343f694c27a6fdd5070e1167687943bd056a99
14SHA1 (patch-hw_xfree86_os-support_bsd_bsd__init.c) = b58ce2005251c1b3f723ee87c759f75bcb27e230 14SHA1 (patch-hw_xfree86_os-support_bsd_bsd__init.c) = b58ce2005251c1b3f723ee87c759f75bcb27e230
15SHA1 (patch-hw_xfree86_os-support_bsd_i386__video.c) = f2c72562a40c0e3109991453aff9c2c082526b1b 15SHA1 (patch-hw_xfree86_os-support_bsd_i386__video.c) = f2c72562a40c0e3109991453aff9c2c082526b1b
16SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 0035b970bdae1bab51b8ca6bfeed060ec4df3a60 16SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 0035b970bdae1bab51b8ca6bfeed060ec4df3a60
17SHA1 (patch-hw_xfree86_os-support_solaris_solaris-amd64.S) = 088a3118deb7567194e08dd46e34cb6edba38400 17SHA1 (patch-hw_xfree86_os-support_solaris_solaris-amd64.S) = 088a3118deb7567194e08dd46e34cb6edba38400
18SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e 18SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e
19SHA1 (patch-hw_xfree86_os_support_bus_xf86Sbus.h) = 0e0a243b737f8f762c9f8f24a2265d1b6aefb544 19SHA1 (patch-hw_xfree86_os_support_bus_xf86Sbus.h) = 0e0a243b737f8f762c9f8f24a2265d1b6aefb544