diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-07-26 12:24:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-07-26 12:24:15 +0000 |
commit | 9afbd96b0dd04df4f42de0fe652c897a4306782c (patch) | |
tree | a30b41ea977f2cb130a3bf7018685e411e9babce /net/gkrellmmultiping2/files/patch-multiping.c | |
parent | Fix build on FreeBSD 7 (diff) |
- Update to 2.0.10
PR: ports/84077
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: flz (mentor)
Notes
Notes:
svn path=/head/; revision=140146
Diffstat (limited to 'net/gkrellmmultiping2/files/patch-multiping.c')
-rw-r--r-- | net/gkrellmmultiping2/files/patch-multiping.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/gkrellmmultiping2/files/patch-multiping.c b/net/gkrellmmultiping2/files/patch-multiping.c deleted file mode 100644 index fb74b776987f..000000000000 --- a/net/gkrellmmultiping2/files/patch-multiping.c +++ /dev/null @@ -1,19 +0,0 @@ ---- multiping.c.orig Mon Sep 1 06:40:12 2003 -+++ multiping.c Mon Sep 8 00:19:31 2003 -@@ -21,6 +21,7 @@ - - #include <stdio.h> - #include <string.h> -+#include <signal.h> - #include <gkrellm2/gkrellm.h> - #include <sys/types.h> - #include <sys/wait.h> -@@ -30,7 +31,7 @@ - #define CONFIG_NAME "Multiping" - #define STYLE_NAME "multiping" - --#define COMMAND "/usr/local/lib/gkrellm2/plugins/pinger" -+#define COMMAND "@COMMAND@" - - static GkrellmMonitor *monitor; - static GkrellmPanel *panel; |