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 remove obsolete no-op patches



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d150c4265bb
branches:  trunk
changeset: 356161:6d150c4265bb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Dec 20 08:30:22 2016 +0000

description:
remove obsolete no-op patches

(xorg-server does not use select(2) nor FD_SETs since 1.19)

diffstat:

 x11/modular-xorg-server/distinfo                      |   6 +-----
 x11/modular-xorg-server/patches/patch-os_WaitFor.c    |  18 ------------------
 x11/modular-xorg-server/patches/patch-os_connection.c |  18 ------------------
 x11/modular-xorg-server/patches/patch-os_io.c         |  18 ------------------
 x11/modular-xorg-server/patches/patch-os_xdmcp.c      |  18 ------------------
 5 files changed, 1 insertions(+), 77 deletions(-)

diffs (106 lines):

diff -r 2db75d380d67 -r 6d150c4265bb x11/modular-xorg-server/distinfo
--- a/x11/modular-xorg-server/distinfo  Tue Dec 20 07:24:04 2016 +0000
+++ b/x11/modular-xorg-server/distinfo  Tue Dec 20 08:30:22 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2016/11/16 10:14:36 wiz Exp $
+$NetBSD: distinfo,v 1.79 2016/12/20 08:30:22 tnn Exp $
 
 SHA1 (xorg-server-1.19.0.tar.bz2) = 1159dcab6df5cd56d07fc11f5237562366a3d687
 RMD160 (xorg-server-1.19.0.tar.bz2) = cba9341193ce5f975f00b3baf5a1d10c89f2141c
@@ -15,8 +15,4 @@
 SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e
 SHA1 (patch-hw_xfree86_os_support_bus_xf86Sbus.h) = 0e0a243b737f8f762c9f8f24a2265d1b6aefb544
 SHA1 (patch-hw_xfree86_sdksyms.sh) = c403149ad35ffb70ee44f70de94b4497b751c118
-SHA1 (patch-os_WaitFor.c) = a76c5ef4e3725f5299fa3f0860183e89c6004a71
-SHA1 (patch-os_connection.c) = d6b9bbc1ab34cec6457aa68546105ea5deb6ded6
-SHA1 (patch-os_io.c) = 6216e35e780706a8d5aaa60652c9ae7b4ec8e6e6
-SHA1 (patch-os_xdmcp.c) = 3d0f3a1d8c7078f3c8752e5ca12929e41d76f899
 SHA1 (patch-os_xstrans.c) = 489a4f4b226ecd361b922895204fb9041b065d4e
diff -r 2db75d380d67 -r 6d150c4265bb x11/modular-xorg-server/patches/patch-os_WaitFor.c
--- a/x11/modular-xorg-server/patches/patch-os_WaitFor.c        Tue Dec 20 07:24:04 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-os_WaitFor.c,v 1.2 2015/10/11 17:40:24 tnn Exp $
-
-move X11/Xpoll.h include earlier than sys/select.h to avoid missing
-out on setting FD_SETSIZE early enough.
-
---- os/WaitFor.c.orig  2015-05-21 14:23:54.000000000 +0000
-+++ os/WaitFor.c
-@@ -52,6 +52,10 @@ SOFTWARE.
-  *
-  *****************************************************************/
- 
-+#ifdef __NetBSD__
-+#include <X11/Xpoll.h>
-+#endif
-+
- #ifdef HAVE_DIX_CONFIG_H
- #include <dix-config.h>
- #endif
diff -r 2db75d380d67 -r 6d150c4265bb x11/modular-xorg-server/patches/patch-os_connection.c
--- a/x11/modular-xorg-server/patches/patch-os_connection.c     Tue Dec 20 07:24:04 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-os_connection.c,v 1.2 2015/10/11 17:40:24 tnn Exp $
-
-move X11/Xpoll.h include earlier than sys/select.h to avoid missing
-out on setting FD_SETSIZE early enough.
-
---- os/connection.c.orig       2015-06-16 15:21:07.000000000 +0000
-+++ os/connection.c
-@@ -60,6 +60,10 @@ SOFTWARE.
-  *
-  *****************************************************************/
- 
-+#ifdef __NetBSD__
-+#include <X11/Xpoll.h>
-+#endif
-+
- #ifdef HAVE_DIX_CONFIG_H
- #include <dix-config.h>
- #endif
diff -r 2db75d380d67 -r 6d150c4265bb x11/modular-xorg-server/patches/patch-os_io.c
--- a/x11/modular-xorg-server/patches/patch-os_io.c     Tue Dec 20 07:24:04 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-os_io.c,v 1.2 2015/10/11 17:40:24 tnn Exp $
-
-move X11/Xpoll.h include earlier than sys/select.h to avoid missing
-out on setting FD_SETSIZE early enough.
-
---- os/io.c.orig       2015-05-21 14:23:54.000000000 +0000
-+++ os/io.c
-@@ -51,6 +51,10 @@ SOFTWARE.
-  *
-  *****************************************************************/
- 
-+#ifdef __NetBSD__
-+#include <X11/Xpoll.h>
-+#endif
-+
- #ifdef HAVE_DIX_CONFIG_H
- #include <dix-config.h>
- #endif
diff -r 2db75d380d67 -r 6d150c4265bb x11/modular-xorg-server/patches/patch-os_xdmcp.c
--- a/x11/modular-xorg-server/patches/patch-os_xdmcp.c  Tue Dec 20 07:24:04 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-os_xdmcp.c,v 1.1 2015/10/12 21:48:33 tnn Exp $
-
-move X11/Xpoll.h include earlier than sys/select.h to avoid missing
-out on setting FD_SETSIZE early enough.
-
---- os/xdmcp.c.orig    2015-06-16 15:21:07.000000000 +0000
-+++ os/xdmcp.c
-@@ -13,6 +13,10 @@
-  *
-  */
- 
-+#ifdef __NetBSD__
-+#include <X11/Xpoll.h>
-+#endif
-+
- #ifdef HAVE_DIX_CONFIG_H
- #include <dix-config.h>
- #endif



Home | Main Index | Thread Index | Old Index