pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop libiberty patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 19 14:41:31 2020 +0100
Changeset:	b0ea548f749b0965387424304e29b6952f99e563

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-libiberty_make-temp-file.c

Log Message:
gdb-netbsd: Drop libiberty patch

Submitted upstream to GCC... but with uncertainity whether it will be merged.

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

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_make-temp-file.c | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 8e801de1d5..2a4545e1bc 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -59,5 +59,4 @@ SHA1 (patch-gdb_sparc-tdep.h) = 74eb0364017aa8b41ef1a06dcb35d8b4a2a31852
 SHA1 (patch-gdb_sparc64-nbsd-nat.c) = d7b9988c09f483d9d57dccc36610cb52751dac0b
 SHA1 (patch-gdb_sparc64-nbsd-tdep.c) = 1e4562ab7f7a2c8b61b2becc70c9d6aa35140598
 SHA1 (patch-gdb_tui_tui-winsource.c) = fc0eb13c8c367bed20630921a6bacce186a80fd8
-SHA1 (patch-libiberty_make-temp-file.c) = 6e5c3fc9dde722a263cdbe3d51a714538a0c6cd1
 SHA1 (patch-sim_common_callback.c) = ac55e639ed6ba51c5daef5fffccc3413abeb1df2
diff --git a/gdb-netbsd/patches/patch-libiberty_make-temp-file.c b/gdb-netbsd/patches/patch-libiberty_make-temp-file.c
deleted file mode 100644
index 4b6a8b6373..0000000000
--- a/gdb-netbsd/patches/patch-libiberty_make-temp-file.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
---- libiberty/make-temp-file.c.orig	2019-07-16 00:00:27.000000000 +0000
-+++ libiberty/make-temp-file.c
-@@ -129,10 +129,10 @@ choose_tmpdir (void)
- 	base = try_dir (P_tmpdir, base);
- #endif
- 
--      /* Try /var/tmp, /usr/tmp, then /tmp.  */
-+      /* Try /tmp, /var/tmp, then /usr/tmp.  */
-+      base = try_dir (tmp, base);
-       base = try_dir (vartmp, base);
-       base = try_dir (usrtmp, base);
--      base = try_dir (tmp, base);
-       
-       /* If all else fails, use the current directory!  */
-       if (base == 0)


Home | Main Index | Thread Index | Old Index