Thu, 04 Oct 2012 20:08:55 +0200
Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.
1 Index: perl/Makefile.PL
2 --- perl/Makefile.PL.orig 2007-01-01 19:13:18 +0100
3 +++ perl/Makefile.PL 2008-07-17 09:58:04 +0200
4 @@ -61,7 +61,7 @@
5 NO_META => 1,
6 # cruel hack to workaround the conflict between OSSP uuid's
7 # uuid_create() function and one from FreeBSD's libc
8 - (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[56]\./
9 + (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[5-8]\./
10 and $Config{'ld'} =~ m/cc$/ and -f "/usr/include/uuid.h") ?
11 ( LDDLFLAGS => $Config{'lddlflags'} . ' -Wl,-Bsymbolic') : ())
12 );