pkgsrc-WIP-changes archive

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

gdb-netbsd: Remove stylistic change



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

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

Log Message:
gdb-netbsd: Remove stylistic change

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

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

diffstat:
 gdb-netbsd/distinfo                           |  1 -
 gdb-netbsd/patches/patch-libiberty_strerror.c | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 7fb87ba76e..275e900234 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -93,7 +93,6 @@ SHA1 (patch-include_opcode_bfin.h) = da39a3ee5e6b4b0d3255bfef95601890afd80709
 SHA1 (patch-intl_Makefile.in) = cb9c50bbdfc086a59a549799254365a27d52feec
 SHA1 (patch-libctf_swap.h) = b4755fa27f4d3d98aec03ea4c13a8e3985496d8b
 SHA1 (patch-libiberty_make-temp-file.c) = 6e5c3fc9dde722a263cdbe3d51a714538a0c6cd1
-SHA1 (patch-libiberty_strerror.c) = 16ffa959c95aed579747566cc9ce7d80a1435432
 SHA1 (patch-opcodes_cgen.sh) = ace9d4c93194da654e27af63d045c3220879ade6
 SHA1 (patch-readline_display.c) = daa5bd3dc68c2ef4f5b5cfb412df888317d92c8b
 SHA1 (patch-readline_doc_texi2dvi) = dc857093f77a95413151a54e1186322f98f6c489
diff --git a/gdb-netbsd/patches/patch-libiberty_strerror.c b/gdb-netbsd/patches/patch-libiberty_strerror.c
deleted file mode 100644
index 833efd3d1f..0000000000
--- a/gdb-netbsd/patches/patch-libiberty_strerror.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- libiberty/strerror.c.orig	2019-07-16 00:00:27.000000000 +0000
-+++ libiberty/strerror.c
-@@ -347,7 +347,7 @@ static const struct error_info error_tab
-   ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
- #endif
- #if defined (ENOPROTOOPT)
--  ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
-+  ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),
- #endif
- #if defined (EPROTONOSUPPORT)
-   ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),


Home | Main Index | Thread Index | Old Index