pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gdb-git: Drop merged patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 6 19:54:37 2017 +0200
Changeset: b28e7de8de8488b7444875e2264da4b429d57bd8
Modified Files:
gdb-git/distinfo
Removed Files:
gdb-git/patches/patch-gdb_Makefile.in
gdb-git/patches/patch-gdb_config_djgpp_djconfig.sh
gdb-git/patches/patch-gdb_configure.nat
gdb-git/patches/patch-include_ChangeLog
gdb-git/patches/patch-opcodes_ChangeLog
Log Message:
gdb-git: Drop merged patches
Don't keep locally ChangeLog patches.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b28e7de8de8488b7444875e2264da4b429d57bd8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gdb-git/distinfo | 5 -----
gdb-git/patches/patch-gdb_Makefile.in | 13 -------------
gdb-git/patches/patch-gdb_config_djgpp_djconfig.sh | 13 -------------
gdb-git/patches/patch-gdb_configure.nat | 12 ------------
gdb-git/patches/patch-include_ChangeLog | 12 ------------
gdb-git/patches/patch-opcodes_ChangeLog | 14 --------------
6 files changed, 69 deletions(-)
diffs:
diff --git a/gdb-git/distinfo b/gdb-git/distinfo
index 42b2e366ef..43483ad894 100644
--- a/gdb-git/distinfo
+++ b/gdb-git/distinfo
@@ -4,12 +4,7 @@ SHA1 (gdb-7.9.tar.gz) = 8f89aa6847dc87de2f720779a87ba360bdbc7efd
RMD160 (gdb-7.9.tar.gz) = 939dda771a073e82e7d72fd584246f3d1d8e9bdc
Size (gdb-7.9.tar.gz) = 33225783 bytes
SHA1 (patch-bfd_elf32-nds32.c) = 9e624b8c833ab999876926063aaf70905254fff8
-SHA1 (patch-gdb_Makefile.in) = bb23badbe730a750143f44bbd1c2cd9db9948381
-SHA1 (patch-gdb_config_djgpp_djconfig.sh) = 38dd7868eaac20170b96664e0caec1cad86b8b4d
-SHA1 (patch-gdb_configure.nat) = 024f2a503380b9a2f0d0914b860b1aba84d175bd
-SHA1 (patch-include_ChangeLog) = bff8af9dce12ab5d6905a185838475b8abc65f2e
SHA1 (patch-include_opcode_nds32.h) = be07b02fe3f987aee2d35706d10c09905966c235
-SHA1 (patch-opcodes_ChangeLog) = 7445df9363f61f2fa15aaa7c603dc524dbfbab85
SHA1 (patch-opcodes_nds32-asm.c) = e8cd4abff1fa9e945eeccd5088851495adc4250b
SHA1 (patch-opcodes_nds32-asm.h) = 339ef4d6069389e921f10802810bbef8e45ef85e
SHA1 (patch-opcodes_nds32-dis.c) = a0e61c139e1ba02a6dfd143bffce0fc5660ac1da
diff --git a/gdb-git/patches/patch-gdb_Makefile.in b/gdb-git/patches/patch-gdb_Makefile.in
deleted file mode 100644
index 6c19e26456..0000000000
--- a/gdb-git/patches/patch-gdb_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- gdb/Makefile.in.orig 2017-09-05 14:15:26.304324019 +0000
-+++ gdb/Makefile.in
-@@ -2083,7 +2083,7 @@ install-only: $(CONFIG_INSTALL)
- $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
- $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
- $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
-- if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
-+ if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" = x; \
- then \
- transformed_name=`t='$(program_transform_name)'; \
- echo gcore | sed -e "$$t"` ; \
diff --git a/gdb-git/patches/patch-gdb_config_djgpp_djconfig.sh b/gdb-git/patches/patch-gdb_config_djgpp_djconfig.sh
deleted file mode 100644
index 1c4d2c3ddf..0000000000
--- a/gdb-git/patches/patch-gdb_config_djgpp_djconfig.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- gdb/config/djgpp/djconfig.sh.orig 2016-10-25 00:44:13.511325574 +0000
-+++ gdb/config/djgpp/djconfig.sh
-@@ -92,7 +92,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
-
- # We need to skip the build directory if it is a subdirectory of $srcdir,
- # otherwise we will have an infinite recursion on our hands...
--if test "`pwd`" == "${srcdir}" ; then
-+if test "`pwd`" = "${srcdir}" ; then
- SKIPDIR=""
- SKIPFILES=""
- else
diff --git a/gdb-git/patches/patch-gdb_configure.nat b/gdb-git/patches/patch-gdb_configure.nat
deleted file mode 100644
index 91babd8d9c..0000000000
--- a/gdb-git/patches/patch-gdb_configure.nat
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- gdb/configure.nat.orig 2017-09-05 11:19:34.000000000 +0000
-+++ gdb/configure.nat
-@@ -68,6 +68,7 @@ case ${gdb_host} in
- ;;
- nbsd*)
- NATDEPFILES='fork-child.o fork-inferior.o inf-ptrace.o'
-+ HAVE_NATIVE_GCORE_HOST=1
- ;;
- obsd*)
- NATDEPFILES='fork-child.o fork-inferior.o inf-ptrace.o'
diff --git a/gdb-git/patches/patch-include_ChangeLog b/gdb-git/patches/patch-include_ChangeLog
deleted file mode 100644
index 2e0cefeb06..0000000000
--- a/gdb-git/patches/patch-include_ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- include/ChangeLog.orig 2017-09-05 11:19:34.000000000 +0000
-+++ include/ChangeLog
-@@ -1,3 +1,7 @@
-+2017-09-05 Kamil Rytarowski <n54%gmx.com@localhost>
-+
-+ * opcode/nds32.h: Rename __BIT() to N32_BIT().
-+
- 2017-09-05 Alexander Fedotov <alexander.fedotov%nxp.com@localhost>
- Edmar Wienskoski <edmar.wienskoski%nxp.com@localhost
-
diff --git a/gdb-git/patches/patch-opcodes_ChangeLog b/gdb-git/patches/patch-opcodes_ChangeLog
deleted file mode 100644
index 38b7f5a5ec..0000000000
--- a/gdb-git/patches/patch-opcodes_ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- opcodes/ChangeLog.orig 2017-09-04 13:40:58.000000000 +0000
-+++ opcodes/ChangeLog
-@@ -1,3 +1,9 @@
-+2017-09-05 Kamil Rytarowski <n54%gmx.com@localhost>
-+
-+ * nds32-asm.c: Rename __BIT() to N32_BIT().
-+ * nds32-asm.h: Likewise.
-+ * nds32-dis.c: Likewise.
-+
- 2017-08-31 Nick Clifton <nickc%redhat.com@localhost>
-
- * po/fr.po: Updated French translation.
Home |
Main Index |
Thread Index |
Old Index