diff options
Diffstat (limited to 'sysutils/xwipower/files')
-rw-r--r-- | sysutils/xwipower/files/patch-aa | 34 | ||||
-rw-r--r-- | sysutils/xwipower/files/patch-ab | 16 | ||||
-rw-r--r-- | sysutils/xwipower/files/patch-xwipower.c | 10 |
3 files changed, 0 insertions, 60 deletions
diff --git a/sysutils/xwipower/files/patch-aa b/sysutils/xwipower/files/patch-aa deleted file mode 100644 index cf066f0a7d19..000000000000 --- a/sysutils/xwipower/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- xwipower.c.orig Fri Jun 23 17:53:11 2000 -+++ xwipower.c Thu Sep 19 12:53:24 2002 -@@ -18,7 +18,7 @@ - #ifdef __FreeBSD__ - #include <net/if_var.h> - #include <net/ethernet.h> --#include <machine/if_wavelan_ieee.h> -+#include <dev/wi/if_wavelan_ieee.h> - #include <machine/apm_bios.h> - #else - #include <netinet/in.h> -@@ -93,7 +93,7 @@ - - Widget toplevel; - Widget base, strip_chart_obj; --char *iface = NULL; -+char *iface = "wi0"; - - - unsigned long MyColor(display, color) -@@ -223,10 +223,10 @@ - static void usage(app) - char *app; - { -- fprintf(stderr, "usage: %s -i iface [-gd]\n", app); -+ fprintf(stderr, "usage: %s [-i iface] [-gd]\n", app); - fprintf(stderr, "\tQuality of 802.11b-DS radio wave viewer.\n", app); -- fprintf(stderr, "\t%s -i iface -c Chart mode\n", app); -- fprintf(stderr, "\t%s -i iface -a Antena mode\n\n", app); -+ fprintf(stderr, "\t%s [-i iface] -c Chart mode\n", app); -+ fprintf(stderr, "\t%s [-i iface] -a Antena mode\n\n", app); - exit(1); - } - diff --git a/sysutils/xwipower/files/patch-ab b/sysutils/xwipower/files/patch-ab deleted file mode 100644 index 4c218029d923..000000000000 --- a/sysutils/xwipower/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- Imakefile.orig Fri May 19 18:21:44 2000 -+++ Imakefile Sun Dec 10 18:01:18 2000 -@@ -6,12 +6,5 @@ - OSMINORVERSION = OSMinorVersion - DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION) - --AllTarget(xwipower) --NormalProgramTarget(xwipower,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter) --InstallProgram(xwipower,$(BINDIR)) -- -+ComplexProgramTargetNoMan(xwipower) - InstallAppDefaults(Xwipower) -- --###InstallManPage(xwipower,$(MANDIR)) -- --DependTarget() diff --git a/sysutils/xwipower/files/patch-xwipower.c b/sysutils/xwipower/files/patch-xwipower.c deleted file mode 100644 index 43a3c04164c7..000000000000 --- a/sysutils/xwipower/files/patch-xwipower.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xwipower.c~ Mon Aug 16 13:03:01 2004 -+++ xwipower.c Mon Aug 16 13:05:34 2004 -@@ -277,7 +277,6 @@ - case 'a': - mode = ANTENNA_MODE; - break; -- default: - } - } - |