* [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/files/
@ 2017-01-31 13:43 Jeroen Roovers
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers @ 2017-01-31 13:43 UTC (permalink / raw
To: gentoo-commits
commit: f720e4fad1d2b464eb02c95c8bb2b339a21da42b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 13:43:23 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 13:43:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f720e4fa
net-wireless/dump1090: Clean up patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-wireless/dump1090/files/gmap_usr_share_mv.patch | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-wireless/dump1090/files/gmap_usr_share_mv.patch b/net-wireless/dump1090/files/gmap_usr_share_mv.patch
index e1450e1..3ebcdaa 100644
--- a/net-wireless/dump1090/files/gmap_usr_share_mv.patch
+++ b/net-wireless/dump1090/files/gmap_usr_share_mv.patch
@@ -1,6 +1,5 @@
-diff -Naur dump1090-orig/dump1090.c dump1090/dump1090.c
---- dump1090-orig/dump1090.c 2014-11-17 13:23:59.518047332 -0500
-+++ dump1090/dump1090.c 2014-11-17 13:24:33.876048252 -0500
+--- a/dump1090.c
++++ b/dump1090.c
@@ -2233,8 +2233,8 @@
struct stat sbuf;
int fd = -1;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/files/
@ 2019-11-18 22:17 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-18 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 74bb7be6f4e46a2b8b71134510cfbdfa5d2867ef
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Nov 15 15:29:46 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 22:16:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bb7be6
net-wireless/dump1090: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13665
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-wireless/dump1090/files/gmap_usr_share_mv.patch | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/net-wireless/dump1090/files/gmap_usr_share_mv.patch b/net-wireless/dump1090/files/gmap_usr_share_mv.patch
deleted file mode 100644
index 3ebcdaaa407..00000000000
--- a/net-wireless/dump1090/files/gmap_usr_share_mv.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/dump1090.c
-+++ b/dump1090.c
-@@ -2233,8 +2233,8 @@
- struct stat sbuf;
- int fd = -1;
-
-- if (stat("gmap.html",&sbuf) != -1 &&
-- (fd = open("gmap.html",O_RDONLY)) != -1)
-+ if (stat("/usr/share/dump1090/gmap.html",&sbuf) != -1 &&
-+ (fd = open("/usr/share/dump1090/gmap.html",O_RDONLY)) != -1)
- {
- content = malloc(sbuf.st_size);
- if (read(fd,content,sbuf.st_size) == -1) {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-18 22:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 13:43 [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/files/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2019-11-18 22:17 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox