pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server modular-xorg-server: clang bui...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ed8ff173f95
branches: trunk
changeset: 330342:0ed8ff173f95
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Feb 28 12:32:39 2019 +0000
description:
modular-xorg-server: clang build fix
diffstat:
x11/modular-xorg-server/distinfo | 3 ++-
x11/modular-xorg-server/patches/patch-test_xtest.c | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 5be20727d383 -r 0ed8ff173f95 x11/modular-xorg-server/distinfo
--- a/x11/modular-xorg-server/distinfo Thu Feb 28 10:55:24 2019 +0000
+++ b/x11/modular-xorg-server/distinfo Thu Feb 28 12:32:39 2019 +0000
@@ -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_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
diff -r 5be20727d383 -r 0ed8ff173f95 x11/modular-xorg-server/patches/patch-test_xtest.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/modular-xorg-server/patches/patch-test_xtest.c Thu Feb 28 12:32:39 2019 +0000
@@ -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