pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop unrelated readline patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 12 15:56:46 2020 +0100
Changeset:	db32597f0c4028163cfe4f02de8f3422307b2c3a

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-readline_support_config.guess
	gdb-netbsd/patches/patch-readline_support_config.sub

Log Message:
gdb-netbsd: Drop unrelated readline patches

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

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

diffstat:
 gdb-netbsd/distinfo                                |  2 --
 .../patches/patch-readline_support_config.guess    | 24 ---------------
 .../patches/patch-readline_support_config.sub      | 35 ----------------------
 3 files changed, 61 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index e84c85bd89..d35a12f8b7 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -103,8 +103,6 @@ SHA1 (patch-readline_examples_rlfe_config.h.in) = 69f34cc628efe30542248e7ac7458b
 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_support_config.guess) = bbb5df37baf85c8d5ca80acee340af3bab341936
-SHA1 (patch-readline_support_config.sub) = cb78431c434b1a727c56a368cc02099f63e21fd5
 SHA1 (patch-readline_terminal.c) = f68a1f69c2e1fde60ed07e76635ec56c68766cde
 SHA1 (patch-readline_util.c) = 2012356216efe9416dc2fbc02d33c927640f2df4
 SHA1 (patch-sim_common_callback.c) = ac55e639ed6ba51c5daef5fffccc3413abeb1df2
diff --git a/gdb-netbsd/patches/patch-readline_support_config.guess b/gdb-netbsd/patches/patch-readline_support_config.guess
deleted file mode 100644
index b909041e95..0000000000
--- a/gdb-netbsd/patches/patch-readline_support_config.guess
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
---- readline/support/config.guess.orig	2019-07-16 00:00:27.000000000 +0000
-+++ readline/support/config.guess
-@@ -1297,6 +1297,9 @@ EOF
-     x86_64:Haiku:*:*)
- 	echo x86_64-unknown-haiku
- 	exit ;;
-+    x86_64:Haiku:*:*)
-+	echo x86_64-unknown-haiku
-+	exit ;;
-     SX-4:SUPER-UX:*:*)
- 	echo sx4-nec-superux"$UNAME_RELEASE"
- 	exit ;;
-@@ -1318,6 +1321,9 @@ EOF
-     SX-ACE:SUPER-UX:*:*)
- 	echo sxace-nec-superux"$UNAME_RELEASE"
- 	exit ;;
-+    SX-ACE:SUPER-UX:*:*)
-+	echo sxace-nec-superux${UNAME_RELEASE}
-+	exit ;;
-     Power*:Rhapsody:*:*)
- 	echo powerpc-apple-rhapsody"$UNAME_RELEASE"
- 	exit ;;
diff --git a/gdb-netbsd/patches/patch-readline_support_config.sub b/gdb-netbsd/patches/patch-readline_support_config.sub
deleted file mode 100644
index 357d9406f7..0000000000
--- a/gdb-netbsd/patches/patch-readline_support_config.sub
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD$
-
---- readline/support/config.sub.orig	2019-07-16 00:00:27.000000000 +0000
-+++ readline/support/config.sub
-@@ -1125,6 +1125,9 @@ case $cpu-$vendor in
- 		cpu=neo
- 		vendor=tandem
- 		;;
-+	neo-tandem)
-+		basic_machine=neo-tandem
-+		;;
- 	nse-tandem)
- 		cpu=nse
- 		vendor=tandem
-@@ -1512,6 +1515,10 @@ case $os in
- 		;;
- 	ios)
- 		;;
-+	z80-*-coff)
-+		basic_machine=z80-unknown
-+		os=-sim
-+		;;
- 	none)
- 		;;
- 	*-eabi)
-@@ -1613,6 +1620,9 @@ case $cpu-$vendor in
- 	pru-*)
- 		os=elf
- 		;;
-+	pru-*)
-+		os=-elf
-+		;;
- 	*-be)
- 		os=beos
- 		;;


Home | Main Index | Thread Index | Old Index