pkgsrc-WIP-changes archive

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

wyeb-git: remove patch - merged upstream



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Nov 17 11:50:53 2018 +0200
Changeset:	00bd36f3b7d7283ad36ecf1a7b14917066400127

Modified Files:
	wyeb-git/distinfo
Removed Files:
	wyeb-git/patches/patch-main.c

Log Message:
wyeb-git: remove patch - merged upstream

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

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

diffstat:
 wyeb-git/distinfo             |  1 -
 wyeb-git/patches/patch-main.c | 15 ---------------
 2 files changed, 16 deletions(-)

diffs:
diff --git a/wyeb-git/distinfo b/wyeb-git/distinfo
index 7ac62cd8ee..afc76512f4 100644
--- a/wyeb-git/distinfo
+++ b/wyeb-git/distinfo
@@ -1,3 +1,2 @@
 $NetBSD$
 
-SHA1 (patch-main.c) = a829c08e71a538c4d10b90ab6efa0c40676d2bb6
diff --git a/wyeb-git/patches/patch-main.c b/wyeb-git/patches/patch-main.c
deleted file mode 100644
index 465a24280b..0000000000
--- a/wyeb-git/patches/patch-main.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Use the correct data type for modification time.
-
---- main.c.orig	2018-11-10 14:18:57.000000000 +0000
-+++ main.c
-@@ -2895,7 +2895,7 @@ static char *histdata(bool rest, bool al
- 	int size = all ? 0 : confint("histviewsize");
- 
- 	int start = 0;
--	__time_t mtime = 0;
-+	time_t mtime = 0;
- 	for (int j = 2; j > 0; j--) for (int i = histfnum - 1; i >= 0; i--)
- 	{
- 		if (!rest && size && num >= size) break;


Home | Main Index | Thread Index | Old Index