pkgsrc-WIP-changes archive

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

modular-xorg-server: remove patch that was applied upstream



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 21 19:07:36 2026 +0200
Changeset:	fdce7b0d5c1ed4833bc93e83c8cf5e29bbbf7bcb

Modified Files:
	modular-xorg-server/distinfo
Removed Files:
	modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c

Log Message:
modular-xorg-server: remove patch that was applied upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdce7b0d5c1ed4833bc93e83c8cf5e29bbbf7bcb

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

diffstat:
 modular-xorg-server/distinfo                             |  1 -
 .../patch-hw_xfree86_os-support_bsd_i386__video.c        | 16 ----------------
 2 files changed, 17 deletions(-)

diffs:
diff --git a/modular-xorg-server/distinfo b/modular-xorg-server/distinfo
index 718459ee2b..7f13d1a782 100644
--- a/modular-xorg-server/distinfo
+++ b/modular-xorg-server/distinfo
@@ -11,7 +11,6 @@ SHA1 (patch-hw_xfree86_os-support_bsd_alpha__video.c) = 22836d0c5988a8ad51171085
 SHA1 (patch-hw_xfree86_os-support_bsd_arm__video.c) = 521cf3bf2bb0529b4546d5343f67388bc59bd68b
 SHA1 (patch-hw_xfree86_os-support_bsd_bsd__VTsw.c) = 90343f694c27a6fdd5070e1167687943bd056a99
 SHA1 (patch-hw_xfree86_os-support_bsd_bsd__init.c) = b58ce2005251c1b3f723ee87c759f75bcb27e230
-SHA1 (patch-hw_xfree86_os-support_bsd_i386__video.c) = 5ff6e01bc96d9b1325182466c037a5dc86f04afa
 SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 25a47f3249856f4c31b292ed82e0fba6fc10a86e
 SHA1 (patch-hw_xfree86_os-support_solaris_solaris-amd64.S) = 683ef7d0d4d97fd630347e1afbe4b685fb250aae
 SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e
diff --git a/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c b/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c
deleted file mode 100644
index e3b4fbad5b..0000000000
--- a/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-hw_xfree86_os-support_bsd_i386__video.c,v 1.2 2023/03/30 08:25:06 wiz Exp $
-
-Use correct symbol and amd64.
-
---- hw/xfree86/os-support/bsd/i386_video.c.orig	2026-08-20 01:02:10.000000000 +0000
-+++ hw/xfree86/os-support/bsd/i386_video.c
-@@ -45,6 +45,9 @@
- #else
- #define MAP_FLAGS (MAP_FILE | MAP_SHARED)
- #endif
-+#if defined(__NetBSD__) && defined(USE_AMD64_IOPL)
-+#define amd64_iopl x86_64_iopl
-+#endif
- 
- #ifndef CONSOLE_X_TV_ON
- #define CONSOLE_X_TV_ON _IOW('t',155,int)


Home | Main Index | Thread Index | Old Index