Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bwm-ng/files/
Date: Sat, 28 Jan 2017 13:54:45
Message-Id: 1485611671.8752251ff5b646eb2803e300e504e036146ebeb6.jer@gentoo
1 commit: 8752251ff5b646eb2803e300e504e036146ebeb6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 13:45:12 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 13:54:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8752251f
7
8 net-analyzer/bwm-ng: Clean up patch.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch b/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch
16 index 5e1b227..9b5f23c 100644
17 --- a/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch
18 +++ b/net-analyzer/bwm-ng/files/bwm-ng-0.6.1-fix-buildsystem.patch
19 @@ -2,8 +2,8 @@
20 * Fix ncurses underlinking caused by missing "-ltinfo" in $LIBS
21 https://bugs.gentoo.org/show_bug.cgi?id=561718
22
23 ---- bwm-ng-0.6.1/configure.ac
24 -+++ bwm-ng-0.6.1/configure.ac
25 +--- a/configure.ac
26 ++++ b/configure.ac
27 @@ -3,7 +3,7 @@
28
29 AC_INIT([bwm-ng],[0.6.1],[bwmng@×××××.org],[bwm-ng])
30 @@ -62,8 +62,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=561718
31
32 AC_CHECK_FUNCS([wattron])
33 AC_CHECK_FUNCS([curs_set])
34 ---- bwm-ng-0.6.1/src/Makefile.am
35 -+++ bwm-ng-0.6.1/src/Makefile.am
36 +--- a/src/Makefile.am
37 ++++ b/src/Makefile.am
38 @@ -2,12 +2,10 @@
39
40 bin_PROGRAMS = bwm-ng
41 @@ -80,8 +80,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=561718
42
43 noinst_HEADERS = bwm-ng.h process.h output.h options.h help.h curses_tools.h types.h defines.h global_vars.h input/devstat.h input/libkstat.h input/netstat.h input/proc_net_dev.h input/sysctl.h input/ioservice.h input/libstatgrab.h input/proc_diskstats.h input/retrieve.h input/win32.h input/getifaddrs.h
44
45 ---- bwm-ng-0.6.1/src/defines.h
46 -+++ bwm-ng-0.6.1/src/defines.h
47 +--- a/src/defines.h
48 ++++ b/src/defines.h
49 @@ -48,7 +48,7 @@
50 #define LIBSTATGRAB
51 #endif