pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Feb 28 12:32:39 UTC 2019

Modified Files:
        pkgsrc/x11/modular-xorg-server: distinfo
Added Files:
        pkgsrc/x11/modular-xorg-server/patches: patch-test_xtest.c

Log Message:
modular-xorg-server: clang build fix


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/x11/modular-xorg-server/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/modular-xorg-server/patches/patch-test_xtest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/distinfo
diff -u pkgsrc/x11/modular-xorg-server/distinfo:1.93 pkgsrc/x11/modular-xorg-server/distinfo:1.94
--- pkgsrc/x11/modular-xorg-server/distinfo:1.93        Wed Feb 27 16:32:58 2019
+++ pkgsrc/x11/modular-xorg-server/distinfo     Thu Feb 28 12:32:39 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.93 2019/02/27 16:32:58 wiz Exp $
+$NetBSD: distinfo,v 1.94 2019/02/28 12:32:39 tnn Exp $
 
 SHA1 (xorg-server-1.20.4.tar.bz2) = 1a79da92122124cb782a4eebfd83fd33d5c0d7d4
 RMD160 (xorg-server-1.20.4.tar.bz2) = cad624e1d1ada0b46a76a1e5de6b12446f7c6dda
@@ -16,3 +16,4 @@ SHA1 (patch-hw_xfree86_os-support_bus_Sb
 SHA1 (patch-hw_xfree86_os-support_solaris_solaris-amd64.S) = 088a3118deb7567194e08dd46e34cb6edba38400
 SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e
 SHA1 (patch-hw_xfree86_os_support_bus_xf86Sbus.h) = 0e0a243b737f8f762c9f8f24a2265d1b6aefb544
+SHA1 (patch-test_xtest.c) = 77622ef481e91e64b3a6dd64b8579404f33ec88f

Added files:

Index: pkgsrc/x11/modular-xorg-server/patches/patch-test_xtest.c
diff -u /dev/null pkgsrc/x11/modular-xorg-server/patches/patch-test_xtest.c:1.1
--- /dev/null   Thu Feb 28 12:32:39 2019
+++ pkgsrc/x11/modular-xorg-server/patches/patch-test_xtest.c   Thu Feb 28 12:32:39 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-test_xtest.c,v 1.1 2019/02/28 12:32:39 tnn Exp $
+
+xtest.c:64:23: error: suggest braces around initialization of subobject
+
+--- test/xtest.c.orig  2019-02-26 19:28:50.000000000 +0000
++++ test/xtest.c
+@@ -61,7 +61,7 @@ xtest_init_devices(void)
+ {
+     ScreenRec screen = {0};
+     ClientRec server_client = {0};
+-    WindowRec root = {0};
++    WindowRec root = {{0}};
+     WindowOptRec optional = {0};
+ 
+     /* random stuff that needs initialization */



Home | Main Index | Thread Index | Old Index