pkgsrc-WIP-changes archive

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

gdb-netbsd: Remove no longer needed patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 12 16:45:33 2020 +0100
Changeset:	23b9afcdc672703acf3149fb17bb38305c100ed5

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-readline_rltty.c
	gdb-netbsd/patches/patch-readline_terminal.c

Log Message:
gdb-netbsd: Remove no longer needed patches

New readline merged into GDB checks for HAVE_SYS_IOCTL_H.

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

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

diffstat:
 gdb-netbsd/distinfo                          |  2 --
 gdb-netbsd/patches/patch-readline_rltty.c    | 16 ----------------
 gdb-netbsd/patches/patch-readline_terminal.c | 15 ---------------
 3 files changed, 33 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 5a44a065e9..7fb87ba76e 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -102,8 +102,6 @@ SHA1 (patch-readline_examples_readlinebuf.h) = 11b00683f95d77092fc8b7b701c7bfcaf
 SHA1 (patch-readline_examples_rlfe_config.h.in) = 69f34cc628efe30542248e7ac7458be59d5fab94
 SHA1 (patch-readline_examples_rlfe_extern.h) = 69f34cc628efe30542248e7ac7458be59d5fab94
 SHA1 (patch-readline_examples_rlfe_os.h) = 69f34cc628efe30542248e7ac7458be59d5fab94
-SHA1 (patch-readline_rltty.c) = ffaa8b2d8acd01cfc2f6c087c72f897a976bcbd9
-SHA1 (patch-readline_terminal.c) = f68a1f69c2e1fde60ed07e76635ec56c68766cde
 SHA1 (patch-readline_util.c) = 2012356216efe9416dc2fbc02d33c927640f2df4
 SHA1 (patch-sim_common_callback.c) = ac55e639ed6ba51c5daef5fffccc3413abeb1df2
 SHA1 (patch-sim_common_cgen.sh) = 2d3dba22472ae9b7b3fcf1462ce2f7870a837cff
diff --git a/gdb-netbsd/patches/patch-readline_rltty.c b/gdb-netbsd/patches/patch-readline_rltty.c
deleted file mode 100644
index 4fcb9590e1..0000000000
--- a/gdb-netbsd/patches/patch-readline_rltty.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
---- readline/rltty.c.orig	2019-07-16 00:00:27.000000000 +0000
-+++ readline/rltty.c
-@@ -37,9 +37,9 @@
- 
- #include "rldefs.h"
- 
--#if defined (GWINSZ_IN_SYS_IOCTL)
-+#if defined (HAVE_SYS_IOCTL_H)
- #  include <sys/ioctl.h>
--#endif /* GWINSZ_IN_SYS_IOCTL */
-+#endif /* HAVE_SYS_IOCTL_H */
- 
- #include "rltty.h"
- #include "readline.h"
diff --git a/gdb-netbsd/patches/patch-readline_terminal.c b/gdb-netbsd/patches/patch-readline_terminal.c
deleted file mode 100644
index 285735697f..0000000000
--- a/gdb-netbsd/patches/patch-readline_terminal.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- readline/terminal.c.orig	2019-07-16 00:00:27.000000000 +0000
-+++ readline/terminal.c
-@@ -32,6 +32,10 @@
- #  include <sys/file.h>
- #endif /* HAVE_SYS_FILE_H */
- 
-+#if defined (HAVE_SYS_IOCTL_H)
-+#include <sys/ioctl.h>
-+#endif /* HAVE_SYS_IOCTL_H */
-+
- #if defined (HAVE_UNISTD_H)
- #  include <unistd.h>
- #endif /* HAVE_UNISTD_H */


Home | Main Index | Thread Index | Old Index