]> git.pld-linux.org Git - packages/bmon.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 11 Aug 2009 11:28:14 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmon-gcc4.patch -> 1.1
    bmon-no-libnl.patch -> 1.1

bmon-gcc4.patch [new file with mode: 0644]
bmon-no-libnl.patch [new file with mode: 0644]

diff --git a/bmon-gcc4.patch b/bmon-gcc4.patch
new file mode 100644 (file)
index 0000000..7b6b47d
--- /dev/null
@@ -0,0 +1,33 @@
+--- bmon-2.2.0-pre1.orig/src/attr.c    2009-08-11 12:39:11.174098517 +0200
++++ bmon-2.2.0-pre1/src/attr.c 2009-08-11 12:39:37.249973382 +0200
+@@ -33,7 +33,7 @@
+ struct attr_map attrs[] = {
+       [BYTES] = { .am_name = "bytes" },
+       [PACKETS] = { .am_name = "packets" },
+-      [ERRORS] = { .am_name "errors" },
++      [ERRORS] = { .am_name = "errors" },
+       [DROP] = { .am_name = "drop" },
+       [FIFO] = { .am_name = "fifo" },
+       [FRAME] = { .am_name = "frame" },
+--- bmon-2.2.0-pre1.orig/src/out_xml_event.c   2009-08-11 12:39:11.174098517 +0200
++++ bmon-2.2.0-pre1/src/out_xml_event.c        2009-08-11 12:52:26.458973199 +0200
+@@ -135,7 +135,7 @@
+       .om_draw = xml_event_draw,
+       .om_set_opts = xml_event_set_opts,
+       .om_probe = xml_event_probe,
+-      .om_shutdown xml_event_shutdown,
++      .om_shutdown = xml_event_shutdown
+ };
+ static void __init xml_event_init(void)
+--- bmon-2.2.0-pre1.orig/src/out_audio.c       2009-08-11 12:39:11.174098517 +0200
++++ bmon-2.2.0-pre1/src/out_audio.c    2009-08-11 12:52:53.630973273 +0200
+@@ -141,7 +141,7 @@
+       .om_draw = audio_draw,
+       .om_set_opts = audio_set_opts,
+       .om_probe = audio_probe,
+-      .om_shutdown audio_shutdown,
++      .om_shutdown = audio_shutdown
+ };
+ static void __init audio_init(void)
diff --git a/bmon-no-libnl.patch b/bmon-no-libnl.patch
new file mode 100644 (file)
index 0000000..1ef5d3b
--- /dev/null
@@ -0,0 +1,22 @@
+--- bmon-2.2.0-pre1.orig/configure.ac  2009-08-11 12:39:11.172098193 +0200
++++ bmon-2.2.0-pre1/configure.ac       2009-08-11 13:13:15.358098088 +0200
+@@ -192,19 +192,6 @@
+ ##
+ #####################################################################
+ NL="No "
+-AC_CHECK_LIB(nl, nl_connect, [
+-      AC_DEFINE_UNQUOTED(HAVE_NL, "1", [have libnl])
+-      LIBNL="-lnl"
+-      NL="Yes"
+-],[
+-      case ${target_os} in
+-          *linux*)
+-              echo
+-              echo "*** Warning: Building bmon on Linuxx w/o libnl ***"
+-              echo
+-          ;;
+-      esac
+-])
+ #####################################################################
+ ##
This page took 0.079408 seconds and 4 git commands to generate.