From 763833f37b4fb3dd3fa6034b394baf45ee5a98f7 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 16 Oct 2012 10:40:21 +0000 Subject: [PATCH] sync comments; everything is upstream now. --- x11/i3status/patches/patch-i3status_c | 8 +++++--- x11/i3status/patches/patch-include_i3status_h | 18 +++++++++--------- x11/i3status/patches/patch-man_i3status_man | 8 +++++--- .../patches/patch-src_print_cpu_temperature_c | 17 +++++++++-------- .../patches/patch-src_print_wireless_info_c | 11 +++++------ 5 files changed, 33 insertions(+), 29 deletions(-) diff --git a/x11/i3status/patches/patch-i3status_c b/x11/i3status/patches/patch-i3status_c index e1246987b61..330820bf38f 100644 --- a/x11/i3status/patches/patch-i3status_c +++ b/x11/i3status/patches/patch-i3status_c @@ -1,7 +1,9 @@ -$OpenBSD: patch-i3status_c,v 1.1 2012/10/09 17:12:31 jasper Exp $ +$OpenBSD: patch-i3status_c,v 1.2 2012/10/16 10:40:21 jasper Exp $ -- Temperature sensors can now set a 'max_threshold' value to color the - output red if exceeded. +From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:57:32 +0000 +Subject: i3status - More temperature related fixes for OpenBSD, and a general feature --- i3status.c.orig Tue Oct 9 20:35:06 2012 +++ i3status.c Tue Oct 9 20:35:15 2012 diff --git a/x11/i3status/patches/patch-include_i3status_h b/x11/i3status/patches/patch-include_i3status_h index 3347021808a..f7c09ac6dad 100644 --- a/x11/i3status/patches/patch-include_i3status_h +++ b/x11/i3status/patches/patch-include_i3status_h @@ -1,14 +1,14 @@ -$OpenBSD: patch-include_i3status_h,v 1.7 2012/10/09 17:12:31 jasper Exp $ +$OpenBSD: patch-include_i3status_h,v 1.8 2012/10/16 10:40:21 jasper Exp $ -- Default to acpitz(4) for temperature readings, instead of cpu(4). - The acpitz(4) values are eventually used by the kernel to determine if the machine - is getting too hot. +From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:57:32 +0000 +Subject: i3status - More temperature related fixes for OpenBSD, and a general feature - Other devices can be used by setting 'path' in the config file to the sysctl(3) - device node. - -- Temperature sensors can now set a 'max_threshold' value to color the - output red if exceeded. +From 1c2517a3998385dbfca0559aca3ba7e72b5c216c Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:53:34 +0000 +Subject: i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature readings --- include/i3status.h.orig Wed Oct 3 13:44:44 2012 +++ include/i3status.h Tue Oct 9 20:36:02 2012 diff --git a/x11/i3status/patches/patch-man_i3status_man b/x11/i3status/patches/patch-man_i3status_man index 059eaf5fd89..b550e9c0a9a 100644 --- a/x11/i3status/patches/patch-man_i3status_man +++ b/x11/i3status/patches/patch-man_i3status_man @@ -1,7 +1,9 @@ -$OpenBSD: patch-man_i3status_man,v 1.3 2012/10/09 17:12:31 jasper Exp $ +$OpenBSD: patch-man_i3status_man,v 1.4 2012/10/16 10:40:21 jasper Exp $ -- Temperature sensors can now set a 'max_threshold' value to color the - output red if exceeded. +From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:57:32 +0000 +Subject: i3status - More temperature related fixes for OpenBSD, and a general feature --- man/i3status.man.orig Tue Oct 9 20:35:35 2012 +++ man/i3status.man Tue Oct 9 20:35:43 2012 diff --git a/x11/i3status/patches/patch-src_print_cpu_temperature_c b/x11/i3status/patches/patch-src_print_cpu_temperature_c index 08dbd6ac50e..27801778691 100644 --- a/x11/i3status/patches/patch-src_print_cpu_temperature_c +++ b/x11/i3status/patches/patch-src_print_cpu_temperature_c @@ -1,14 +1,15 @@ -$OpenBSD: patch-src_print_cpu_temperature_c,v 1.5 2012/10/09 17:12:31 jasper Exp $ +$OpenBSD: patch-src_print_cpu_temperature_c,v 1.6 2012/10/16 10:40:21 jasper Exp $ -- Default to acpitz(4) for temperature readings, instead of cpu(4). - The acpitz(4) values are eventually used by the kernel to determine if the machine - is getting too hot. +From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:57:32 +0000 +Subject: i3status - More temperature related fixes for OpenBSD, and a general feature - Other devices can be used by setting 'path' in the config file to the sysctl(3) - device node. -- Temperature sensors can now set a 'max_threshold' value to color the - output red if exceeded. +From 1c2517a3998385dbfca0559aca3ba7e72b5c216c Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:53:34 +0000 +Subject: i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature readings --- src/print_cpu_temperature.c.orig Wed Oct 3 13:44:44 2012 +++ src/print_cpu_temperature.c Tue Oct 9 20:36:23 2012 diff --git a/x11/i3status/patches/patch-src_print_wireless_info_c b/x11/i3status/patches/patch-src_print_wireless_info_c index 1484bbcd051..edf256f8bc6 100644 --- a/x11/i3status/patches/patch-src_print_wireless_info_c +++ b/x11/i3status/patches/patch-src_print_wireless_info_c @@ -1,15 +1,14 @@ -$OpenBSD: patch-src_print_wireless_info_c,v 1.4 2012/10/10 07:20:16 jasper Exp $ +$OpenBSD: patch-src_print_wireless_info_c,v 1.5 2012/10/16 10:40:21 jasper Exp $ From 794151cfe76f80fb2c7eebb8d3fbbce8fc5ccb09 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Mon, 08 Oct 2012 20:15:14 +0000 Subject: Implement %essid and %signal for wireless on OpenBSD. - - -- handle down wireless interfaces just like ethernet interfaces (e.g. colors!) - (added bonus of this approach is that you still get nwid and signal strength - info of the interface, for example when it's part of a trunk device.) +From ed03d2450ceae3cc7952b65d8349373bbb45a487 Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse +Date: Wed, 10 Oct 2012 07:52:27 +0000 +Subject: i3status - Handle down wireless interfaces just like ethernet interfaces (e.g. colors) --- src/print_wireless_info.c.orig Wed Oct 3 13:44:44 2012 +++ src/print_wireless_info.c Tue Oct 9 15:25:03 2012