summaryrefslogtreecommitdiff
path: root/dev-util/dropwatch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/dropwatch')
-rw-r--r--dev-util/dropwatch/Manifest2
-rw-r--r--dev-util/dropwatch/files/dropwatch-1.4-binutils-2.23.patch73
-rw-r--r--dev-util/dropwatch/files/dropwatch-1.4_p20150706-makefile.patch19
3 files changed, 0 insertions, 94 deletions
diff --git a/dev-util/dropwatch/Manifest b/dev-util/dropwatch/Manifest
index aca24f1875d7..acf68c29e09d 100644
--- a/dev-util/dropwatch/Manifest
+++ b/dev-util/dropwatch/Manifest
@@ -1,5 +1,3 @@
-AUX dropwatch-1.4-binutils-2.23.patch 1467 BLAKE2B 39ad7b6b42252b6fb2e8f6803ed190e0e6f23b92b7a6a90f85c58b9b86ad5324753e2a1639191d3eb795015c4264c5a62ecdaff31a0e60a66a193c03a4a11f0e SHA512 933ce0de5582ee28141ebe53e1320f430b856af379fee0b8822fdc23d8b7b937a9c7b1fc89629583e7f5faedea87fc56f4c9cf6e48aa81f9e54e6aa532ca23fa
-AUX dropwatch-1.4_p20150706-makefile.patch 492 BLAKE2B c4d1a5d458a450679c106972af579e8cf861aecb2008f580670f9d57ef1813f8b1aa4d26a8ec3eecb1958cf00837b320cc1b00f52de575d4b724d1ad7ebfb21e SHA512 b221abe751c3c2c9b82f2c8d75632295ff54e43af2f13f319d5b7be571cfa5e8912d7dd0e1eba13572486d66c58e0cab46362e8fb69e09e08e6e4c876c2fc627
DIST dropwatch-1.5.4.gh.tar.gz 24774 BLAKE2B 36cd3fa3e2afc755cb5b34d43c31424ba176db4e6c83894e6bb97e458e214638fa69ec692b8fed84befbb01fd969c04d4d1c7374e82dfcec1a512f4e9e00d86d SHA512 4af06c05c694d4a044a5e92ba9869a865730bb2caa28cddc33160481f490ed77a7300ef57c9f76722d7bc8d4ac47cdfd5f13daf4f764500f3c90a72b5ee58d61
EBUILD dropwatch-1.5.4.ebuild 764 BLAKE2B 7c04390dd13279ead8a4cd6b7163ab11fc9691758c25113d6195bed4f19dc122059afb5efb43d1fa668878c106b2b8d8b97facc8c48b660c49bd0264ee09c100 SHA512 625b1c605b6666cf443e5ecb5e04674a41d4e1bcaa48dd0936725ac85aab7e4ba999cd03fc9a15a302a64bd62d29594ee1bb722bb534559a2d6d44dc150f4e58
MISC metadata.xml 479 BLAKE2B 6acc63fc21687ec304c60a0ef13e813327875c022c3d08f7e165f3e0ef1952898f7ccb710e2d24891010bffc7d11830dfdd3b42192eb55814726fe8c994073bd SHA512 43278f3d08c66cb44c507b5ae89e803219bdf7718dcc1d1b0a6f93ad594fe5b872dba6d1c039c8bcbeca308a6aa75c5c919fd683d0981a15dd11be7315a712ff
diff --git a/dev-util/dropwatch/files/dropwatch-1.4-binutils-2.23.patch b/dev-util/dropwatch/files/dropwatch-1.4-binutils-2.23.patch
deleted file mode 100644
index 94770ab3dc91..000000000000
--- a/dev-util/dropwatch/files/dropwatch-1.4-binutils-2.23.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-commit a5aa2c3cbae207d12b9f2fded36a47031c55be36
-Author: Andrew Savchenko <bircoph@gmail.com>
-Date: Thu Nov 17 00:04:47 2016 +0300
-
- Fix build with recent binutils
-
- Gentoo-Bug: 457980
- Upstream Ticket: 5
-
---- a/src/lookup.c
-+++ b/src/lookup.c
-@@ -27,13 +27,13 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
- extern struct lookup_methods bfd_methods;
- extern struct lookup_methods kallsym_methods;
---- a/src/lookup.h
-+++ b/src/lookup.h
-@@ -28,6 +28,9 @@
- #include <stdlib.h>
- #include <asm/types.h>
-
-+// satisfy PR 14072 in bfd.h
-+#define PACKAGE 1
-+#define PACKAGE_VERSION 1
-
- /*
- * Initalization routine
---- a/src/lookup_bfd.c
-+++ b/src/lookup_bfd.c
-@@ -25,13 +25,13 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
-
- static int lookup_bfd_init(void)
---- a/src/lookup_kas.c
-+++ b/src/lookup_kas.c
-@@ -25,7 +25,6 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <sys/utsname.h>
--#include <bfd.h>
- #include <string.h>
- #include <unistd.h>
- #include <sys/types.h>
-@@ -33,6 +32,7 @@
- #include <sys/queue.h>
-
- #include "lookup.h"
-+#include <bfd.h>
-
- struct symbol_entry {
- char *sym_name;
diff --git a/dev-util/dropwatch/files/dropwatch-1.4_p20150706-makefile.patch b/dev-util/dropwatch/files/dropwatch-1.4_p20150706-makefile.patch
deleted file mode 100644
index 42ff8f9e8365..000000000000
--- a/dev-util/dropwatch/files/dropwatch-1.4_p20150706-makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -1,14 +1,14 @@
- all: dropwatch
-
- CPPFLAGS += -D_GNU_SOURCE
--CFLAGS += -g -Wall -Werror $(shell pkg-config --cflags libnl-3.0)
-+CFLAGS += -Wall $(shell ${PKG_CONFIG} --cflags libnl-3.0)
- LDLIBS += -lbfd -lreadline -lnl-3 -lnl-genl-3
-
- OBJFILES := main.o lookup.o\
- lookup_bfd.o lookup_kas.o
-
- dropwatch: $(OBJFILES)
-- $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
-+ $(LINK.o) $(CFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@
-
- clean:
- $(RM) dropwatch *.o