[Lcdproc] LCDproc, FreeBSD, and amd64

Markus Dolze bsdfan@nurfuerspam.de
Sun Sep 2 13:56:05 2007


Hello,

the FreeBSD port has recently been updated to enable build an amd64 with
0.5.2. The same changes have been committed to lcdproc current a few
days ago.

Regards
Markus

Dan Rich wrote:
> Has anyone done any work to get LCDproc working under FreeBSD on the
> amd64 version of the kernel?  I see three problems at this point....
>   1. The port is only for i386 (easy to get around with a comment in the
> makefile)
>   2. machine_get_battstat() in clients/lcdproc/machine_FreeBSD.c has
> dependencies on apm, which isn't supported on the amd64 kernel -- again,
> not too hard to fix with a bit of commenting (or #define if I wanted to
> do it correctly -- which I'll do at some point soon).
>
>