sysutils/klaptodeamon not work on amd64, because use APM for monitoring. Nikita "Forth" Staroverov rewrite code for using ФСЗШ instead APM, and currently klaptodeamon work on AMD64 and i386! i`m testing this patch on 2 mashines - HP omnibook 500 (FreeBSD 6.2; i386) and Acer Aspire 5100 (amd64; CURRENT) and it work correct. Fix: patch Patch attached with submission follows: How-To-Repeat: always on AMD64
Sorry, this: >rewrite code for using ФСЗШ instead APM, read as rewrite code for using ACPI; instead APM,
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer
lofi 2007-09-18 08:59:53 UTC FreeBSD ports repository Modified files: sysutils/klaptopdaemon Makefile pkg-descr Added files: sysutils/klaptopdaemon/files extrapatch-acpi-support Log: Add an option to enable a patch by Nikita Staroverov that implements ACPI support in klaptopdaemon. PR: ports/116354 Submitted by: Alex Keda <admin@lissyara.su> Revision Changes Path 1.21 +11 -2 ports/sysutils/klaptopdaemon/Makefile 1.1 +534 -0 ports/sysutils/klaptopdaemon/files/extrapatch-acpi-support (new) 1.2 +2 -1 ports/sysutils/klaptopdaemon/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed (as an option), thanks!
in port: .if defined(WITH_ACPI) EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-acpi-support ONLY_FOR_ARCHS+=amd64 .endif ========== but - patch work in i386...