Bug 116354 - sysutils/klaptodaemon not work on AMD64
Summary: sysutils/klaptodaemon not work on AMD64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 16:20 UTC by admin
Modified: 2007-09-18 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (13.68 KB, patch)
2007-09-14 16:20 UTC, admin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2007-09-14 16:20:01 UTC
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
Comment 1 admin 2007-09-14 16:34:04 UTC
Sorry, this:
 >rewrite code for using ФСЗШ instead APM,
read as
rewrite code for using ACPI; instead APM,
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-15 00:12:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-18 09:59:59 UTC
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"
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2007-09-18 10:00:50 UTC
State Changed
From-To: open->closed

Committed (as an option), thanks!
Comment 5 admin 2007-09-18 17:15:45 UTC
in port:
.if defined(WITH_ACPI)
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-acpi-support
ONLY_FOR_ARCHS+=amd64
.endif
==========
but - patch work in i386...