summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-06-20 18:49:00 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-06-20 18:49:00 +0000
commit6537a35fbb9232a72e518cea40bf375a1d81bd23 (patch)
tree9f78d844d1b4dc3e83f1910d8f0aade0eb62768e /net-irc/xchat-xsys/files
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.tar.gz
gentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.tar.bz2
gentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.zip
Bump to close bug #96586; forces LC_ALL=C on df call.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/xchat-xsys/files')
-rw-r--r--net-irc/xchat-xsys/files/2.0.6-localisation.patch11
-rw-r--r--net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 (renamed from net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6)0
2 files changed, 11 insertions, 0 deletions
diff --git a/net-irc/xchat-xsys/files/2.0.6-localisation.patch b/net-irc/xchat-xsys/files/2.0.6-localisation.patch
new file mode 100644
index 000000000000..1cdb7e3dfb1d
--- /dev/null
+++ b/net-irc/xchat-xsys/files/2.0.6-localisation.patch
@@ -0,0 +1,11 @@
+--- xsys-2.0.6/parse.c.orig 2005-06-19 17:47:14.000000000 +0100
++++ xsys-2.0.6/parse.c 2005-06-20 19:34:46.000000000 +0100
+@@ -266,7 +266,7 @@
+ unsigned long long total_k=0, free_k=0;
+ int i=0;
+
+- pipe = popen("df -k -l -P --exclude-type=tmpfs", "r");
++ pipe = popen("LC_ALL='C' df -k -l -P --exclude-type=tmpfs", "r");
+ if(pipe==NULL)
+ return 1;
+
diff --git a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1
index 34395b541dd8..34395b541dd8 100644
--- a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6
+++ b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1