pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop local patch no longer needed



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Mar 14 12:06:08 2020 +0100
Changeset:	cae095618d03c32b45cdd3d71d981e2f1cb3c45c

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-bfd_configure

Log Message:
gdb-netbsd: Drop local patch no longer needed

It was fixed upstream:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8b5d0a4f6ff67aa81275c705508e3f49accc8120

commit 8b5d0a4f6ff67aa81275c705508e3f49accc8120
Author: Kamil Rytarowski <n54%gmx.com@localhost>
Date:   Sat Mar 14 11:50:43 2020 +0100

    Include netbsd-core.lo for all arm/mips NetBSD targets

    bfd/ChangeLog:

            * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
            targets.
            * configure: Regenerated.

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

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-bfd_configure | 39 ----------------------------------
 2 files changed, 40 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index d772f397fa..e04a35f3af 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -5,7 +5,6 @@ RMD160 (gdb-8.2.1-7e24fb63e7db33d3627623629b0e99fe322e26f9.tar.gz) = 96040eb8f7e
 SHA512 (gdb-8.2.1-7e24fb63e7db33d3627623629b0e99fe322e26f9.tar.gz) = d7a8692ee1b27aecac64bf4176e5fa3e44e315e88da079c24107f3e5318e0e335f35b38426e72c118bd044d547fdd94650781fb1dd1297d33dd5a54c77e78988
 Size (gdb-8.2.1-7e24fb63e7db33d3627623629b0e99fe322e26f9.tar.gz) = 59113538 bytes
 SHA1 (patch-bfd_config.bfd) = 0fd42301a1577e353381a0bf677a7bcb5d32c3d8
-SHA1 (patch-bfd_configure) = 2345b0527e83debbfffd574eee74d10feecf2a00
 SHA1 (patch-bfd_merge.c) = dcb36bfd014e0b5bec17d6b6d475bf988021daee
 SHA1 (patch-gdb_Makefile.in) = dc465eda202863a23ce660ae5f8065a74e5c8fb4
 SHA1 (patch-gdb_aarch64-nbsd-nat.c) = 04ffc8ed696cb2349a67d302c2f8fa596484a9e6
diff --git a/gdb-netbsd/patches/patch-bfd_configure b/gdb-netbsd/patches/patch-bfd_configure
deleted file mode 100644
index bf386fc6a1..0000000000
--- a/gdb-netbsd/patches/patch-bfd_configure
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD$
-
---- bfd/configure.orig	2019-07-16 00:00:27.000000000 +0000
-+++ bfd/configure
-@@ -474,6 +474,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
-   as_lineno_2=$LINENO as_lineno_2a=$LINENO
-   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
-   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
-+  as_me=bfd_$as_me # XXX don't overwrite our caller's configure.lineno
-   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
-   sed -n '
-     p
-@@ -12461,7 +12462,7 @@ if test "${enable_secureplt+set}" = set;
-   *)    as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
- esac
- else
--  use_secureplt=true
-+  use_secureplt=false
- fi
- if test $use_secureplt = true; then
- 
-@@ -15116,7 +15117,7 @@ if test "${target}" = "${host}"; then
- 	;;
-   arm-*-freebsd* | arm-*-kfreebsd*-gnu)
- 	COREFILE='' ;;
--  arm-*-netbsd* | arm-*-openbsd*)
-+  arm*-*-netbsd* | arm-*-openbsd*)
- 	COREFILE=netbsd-core.lo
- 	;;
-   arm-*-riscix)		COREFILE=trad-core.lo ;;
-@@ -15177,7 +15178,7 @@ if test "${target}" = "${host}"; then
- 	;;
-   i[3-7]86-*-isc*)	COREFILE=trad-core.lo ;;
-   i[3-7]86-*-aix*)	COREFILE=aix386-core.lo ;;
--  mips-*-netbsd* | mips*-*-openbsd*)
-+  mips*-*-netbsd* | mips*-*-openbsd*)
- 	COREFILE=netbsd-core.lo
- 	;;
-   mips-sgi-irix4*)	COREFILE=irix-core.lo ;;


Home | Main Index | Thread Index | Old Index