pkgsrc-WIP-changes archive

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

gdb-netbsd: Drop intl rebuild patch



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

Modified Files:
	gdb-netbsd/distinfo
Removed Files:
	gdb-netbsd/patches/patch-intl_Makefile.in

Log Message:
gdb-netbsd: Drop intl rebuild patch

It is only needed if timestamps of checkout/untarball differ.

Not applicable to pkgsrc.

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

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-intl_Makefile.in | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/gdb-netbsd/distinfo b/gdb-netbsd/distinfo
index 39df55cca9..6e5aeba3b1 100644
--- a/gdb-netbsd/distinfo
+++ b/gdb-netbsd/distinfo
@@ -76,6 +76,5 @@ SHA1 (patch-gdb_user-regs.c) = ced798a4bb8765193bbde67811cea5b98e41d56f
 SHA1 (patch-gdb_vax-bsd-nat.c) = 999589c89a2db8a4b38435aa6e9263e72791f60c
 SHA1 (patch-gdb_x86-bsd-nat.c) = 615cbfb2b8b00a79fe94b2538d1b1dfc404b3262
 SHA1 (patch-include_elf_common.h) = 60e8ee09e6c4727af20686808a637e6d84758e5a
-SHA1 (patch-intl_Makefile.in) = cb9c50bbdfc086a59a549799254365a27d52feec
 SHA1 (patch-libiberty_make-temp-file.c) = 6e5c3fc9dde722a263cdbe3d51a714538a0c6cd1
 SHA1 (patch-sim_common_callback.c) = ac55e639ed6ba51c5daef5fffccc3413abeb1df2
diff --git a/gdb-netbsd/patches/patch-intl_Makefile.in b/gdb-netbsd/patches/patch-intl_Makefile.in
deleted file mode 100644
index 6860182fe9..0000000000
--- a/gdb-netbsd/patches/patch-intl_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
---- intl/Makefile.in.orig	2019-07-16 00:00:27.000000000 +0000
-+++ intl/Makefile.in
-@@ -133,8 +133,10 @@ libintl.h: $(srcdir)/libgnuintl.h
- 	$(COMPILE) $<
- 
- .y.c:
--	$(YACC) $(YFLAGS) --output $@ $<
--	rm -f $*.h
-+	@echo "Not rebuilding yacc output"
-+	cp -p $(srcdir)/$@ $@
-+#	$(YACC) $(YFLAGS) --output $@ $<
-+#	rm -f $*.h
- 
- INCLUDES = -I. -I$(srcdir)
- 


Home | Main Index | Thread Index | Old Index