Bug 139865 - x11/kdebase3: add dependency on x11/libXScrnSaver
Summary: x11/kdebase3: add dependency on x11/libXScrnSaver
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-10-23 15:50 UTC by Tijl Coosemans
Modified: 2009-10-24 17:50 UTC (History)
0 users

See Also:


Attachments
patch-kdebase3 (574 bytes, text/plain)
2009-10-23 15:50 UTC, Tijl Coosemans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2009-10-23 15:50:03 UTC
The Kaffeine media player uses fake mouse moves every 55 seconds to
prevent the screensaver from running when playing a video. This seems
unreliable when kdebase3 was compiled without x11/libXScrnSaver. In
that case the screensaver does run and then stops 55 seconds later.

This is in fact also a missing dependency because kdesktop links with
this lib when it's found during configure unless --without-xscreensaver
was specified which the kdebase3 port currently doesn't do.

The relevant code is in kdesktop/xautolock.cc. The lib is used there
to detect user inactivity.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-23 15:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-24 17:41:18 UTC
makc        2009-10-24 16:41:11 UTC

  FreeBSD ports repository

  Modified files:
    x11/kdebase3         Makefile 
  Log:
  Add missing dependency on x11/libXScrnSaver.
  While here, clean-up spaces/tabs and remove outdated stuff.
  Bump PORTREVISION.
  
  PR:             ports/139865
  Submitted by:   Tijl Coosemans <tijl at ulyssis.org>
  
  Revision  Changes    Path
  1.218     +4 -6      ports/x11/kdebase3/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 3 Max Brazhnikov freebsd_committer freebsd_triage 2009-10-24 17:44:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!