pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-xquartz modular-xorg-xquartz: build f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9622baf5bbef
branches:  trunk
changeset: 412482:9622baf5bbef
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 08 01:28:14 2020 +0000

description:
modular-xorg-xquartz: build fix for catalina

diffstat:

 x11/modular-xorg-xquartz/Makefile                                  |   4 +-
 x11/modular-xorg-xquartz/distinfo                                  |   3 +-
 x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m |  16 ++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 2462aa3d1b19 -r 9622baf5bbef x11/modular-xorg-xquartz/Makefile
--- a/x11/modular-xorg-xquartz/Makefile Sat Mar 07 23:35:44 2020 +0000
+++ b/x11/modular-xorg-xquartz/Makefile Sun Mar 08 01:28:14 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/11/25 22:32:52 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/08 01:28:14 tnn Exp $
 
 DISTNAME=      xorg-server-1.17.2
 PKGNAME=       ${DISTNAME:S/xorg-server/modular-xorg-xquartz/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11
 MASTER_SITES=  https://www.x.org/releases/individual/xserver/
 EXTRACT_SUFX=  .tar.bz2
diff -r 2462aa3d1b19 -r 9622baf5bbef x11/modular-xorg-xquartz/distinfo
--- a/x11/modular-xorg-xquartz/distinfo Sat Mar 07 23:35:44 2020 +0000
+++ b/x11/modular-xorg-xquartz/distinfo Sun Mar 08 01:28:14 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:49 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/03/08 01:28:14 tnn Exp $
 
 SHA1 (xorg-server-1.17.2.tar.bz2) = 56ac29a82b99bcf4c7ba2fca41a44cfa18748262
 RMD160 (xorg-server-1.17.2.tar.bz2) = bf575a269f1e7b729992a20989be84e09fcc88a2
@@ -11,6 +11,7 @@
 SHA1 (patch-fb_fbtrap.c) = 60e74d8d6f86dfb24491b17170e02a6040ad9abb
 SHA1 (patch-hw_xfree86_Makefile.am) = 0388fa2a2cb08194def579c014848eaf66f02b24
 SHA1 (patch-hw_xquartz_GL_indirect.c) = f915ce2f6043c21cbaf6a656b7339776156b609e
+SHA1 (patch-hw_xquartz_X11Application.m) = b97759b8e81b582dcf3600a1c3a0b387d2ae24f8
 SHA1 (patch-hw_xquartz_X11Controller.m) = d25fb8915d6ee9b1214a346d3042b47a43ee46f8
 SHA1 (patch-hw_xquartz_pbproxy_Makefile.in) = a877cf56033544b46169757c1ceda5f17fe7a224
 SHA1 (patch-mi_miexpose.c) = e53cbee2330300ef016aae5a5ee9fe8a65efc46b
diff -r 2462aa3d1b19 -r 9622baf5bbef x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m        Sun Mar 08 01:28:14 2020 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-hw_xquartz_X11Application.m,v 1.1 2020/03/08 01:28:14 tnn Exp $
+
+X11Application.m:404:17: error: use of undeclared identifier '_appFlags'
+
+--- hw/xquartz/X11Application.m.orig   2015-05-21 14:23:54.000000000 +0000
++++ hw/xquartz/X11Application.m
+@@ -401,7 +401,9 @@ message_kit_thread(SEL selector, NSObjec
+                 /* FIXME: This is a hack to avoid passing the event to AppKit which
+                  *        would result in it raising one of its windows.
+                  */
++#if 0
+                 _appFlags._active = YES;
++#endif
+ 
+                 [self set_front_process:nil];
+ 



Home | Main Index | Thread Index | Old Index