Bug 131538 - bug when installing sysutils/klaptopdaemon
Summary: bug when installing sysutils/klaptopdaemon
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: 2009-02-09 19:40 UTC by admin
Modified: 2009-04-25 21:50 UTC (History)
0 users

See Also:


Attachments
klaptopdaemon.patch (1.02 KB, patch)
2009-04-19 15:22 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2009-02-09 19:40:01 UTC
HP# make install clean
===>  kdeutils-klaptopdaemon-3.5.10 is only for i386, while you are running amd64.
*** Error code 1

Stop in /usr/ports/sysutils/klaptopdaemon.
HP#

but, if I type
make config
and set 
[X] ACPI  Contributed ACPI support patch
all - OK.

This is wrong. If you do not know of the existence of this option - you cannot compile it.

Fix: 

delete from Makefile options
ONLY_FOR_ARCHS= i386
How-To-Repeat: HP# pwd
/usr/ports/sysutils/klaptopdaemon

HP# make install clean
===>  kdeutils-klaptopdaemon-3.5.10 is only for i386, while you are running amd64.
*** Error code 1

Stop in /usr/ports/sysutils/klaptopdaemon.
HP#
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-09 19:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Brazhnikov 2009-04-19 15:22:52 UTC
Does this patch resolve problem for you?
Comment 3 admin 2009-04-19 17:12:29 UTC
Yes, it's good.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-04-25 21:43:32 UTC
makc        2009-04-25 20:43:19 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/klaptopdaemon Makefile 
  Log:
  Fix options handling [1].
  Minor cleanups.
  
  PR:             ports/131538 [1]
  Reported by:    Alex Keda <admin at lissyara.su>
  
  Revision  Changes    Path
  1.27      +10 -6     ports/sysutils/klaptopdaemon/Makefile
_______________________________________________
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 5 Max Brazhnikov freebsd_committer freebsd_triage 2009-04-25 21:43:56 UTC
State Changed
From-To: open->closed

Fixed, thanks!