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: back out ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fb275aad303
branches: trunk
changeset: 456206:4fb275aad303
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jul 21 21:56:10 2021 +0000
description:
modular-xorg-server: back out one of the previous patches
The fix needs to go in compiler.h instead, like in xsrc.
diffstat:
x11/modular-xorg-server/distinfo | 3 +-
x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_bsd__pci.c | 20 ----------
2 files changed, 1 insertions(+), 22 deletions(-)
diffs (41 lines):
diff -r 7a301fd48040 -r 4fb275aad303 x11/modular-xorg-server/distinfo
--- a/x11/modular-xorg-server/distinfo Wed Jul 21 21:50:29 2021 +0000
+++ b/x11/modular-xorg-server/distinfo Wed Jul 21 21:56:10 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.111 2021/07/21 21:50:29 tnn Exp $
+$NetBSD: distinfo,v 1.112 2021/07/21 21:56:10 tnn Exp $
SHA1 (xorg-server-1.20.12.tar.xz) = 2ff90fdccfe285e03ebb4805067bcdae557861ea
RMD160 (xorg-server-1.20.12.tar.xz) = 04c946f6243ebb0d96f0ab4a9c53b982d2285a71
@@ -15,7 +15,6 @@
SHA1 (patch-hw_xfree86_os-support_bsd_bsd__init.c) = b58ce2005251c1b3f723ee87c759f75bcb27e230
SHA1 (patch-hw_xfree86_os-support_bsd_i386__video.c) = f2c72562a40c0e3109991453aff9c2c082526b1b
SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 0035b970bdae1bab51b8ca6bfeed060ec4df3a60
-SHA1 (patch-hw_xfree86_os-support_bus_bsd__pci.c) = 62b410e1777c7bb95386b8510b3738fff5e088f1
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
diff -r 7a301fd48040 -r 4fb275aad303 x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_bsd__pci.c
--- a/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_bsd__pci.c Wed Jul 21 21:50:29 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-hw_xfree86_os-support_bus_bsd__pci.c,v 1.1 2021/07/21 21:50:29 tnn Exp $
-
-compiler.h needs to go after xf86.h so that CARD8 is defined
-at that point. Fixes build on NetBSD/alpha.
-But probabiy this file shouldn't be compiled at all.
-
---- hw/xfree86/os-support/bus/bsd_pci.c.orig 2021-07-08 19:22:18.000000000 +0000
-+++ hw/xfree86/os-support/bus/bsd_pci.c
-@@ -40,10 +40,10 @@
- #endif
-
- #include <stdio.h>
--#include "compiler.h"
- #include "xf86.h"
- #include "xf86Priv.h"
- #include "xf86_OSlib.h"
-+#include "compiler.h"
- #include "Pci.h"
-
- #include "pciaccess.h"
Home |
Main Index |
Thread Index |
Old Index