Package: lcdproc / 0.5.7-7

Metadata

Package Version Patches format
lcdproc 0.5.7-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix hppa compilation | (download)

acinclude.m4 | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix hppa compilation
 lcdproc fails to build, because it assumes that all hp* platforms
 use the ".sl" shared library extension. On the hppa*linux port 
 we use the standard Linux .so extension though.
 This is fixed with attached trivial patch (without breaking HP-UX).
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809456
tweak imon default value | (download)

server/drivers/imon.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tweak imon default value
 79-lcd-imon.rules is a udev rule to provide a permanent 
 symlink to the actual device file of  imon device
 (which proved to be a moving target).
 .
 This patch tweaks the default device file on imon to
 use this symlink
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lcdproc/+bug/1186569
tweak conf | (download)

LCDd.conf | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 tweak lcdproc config for debian
 patch LCDd.conf to:
 * use syslog instead of stderr to show message
 * run LCDd as root (to read /dev/lcd* file)
 .
 The latter could be done better by tweaking udev rule
debian build kfreebsd | (download)

clients/lcdproc/machine_Linux.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build for debian gnu/kfreebsd
 Patch rejected by upstream: "The 'linux' macro set in machine_Linux.c 
 is set by configure. If you want to detect some system like this 
 you should fix configure.in instead."
Bug: http://bugs.debian.org/416261
fix menuitem gcc47 | (download)

server/menuitem.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix menuitem compile failure with gcc 4.7
 Fix compilation failure with gcc 4.7
 .
 See http://sourceforge.net/p/lcdproc/patches/16/
 .
 http://lcdproc.cvs.sourceforge.net/viewvc/lcdproc/lcdproc/server/menuitem.c?r1=1.37&r2=1.38