From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 23 14:50:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFBDF106568B for ; Fri, 23 Oct 2009 14:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEAE68FC1F for ; Fri, 23 Oct 2009 14:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9NEo3LR066831 for ; Fri, 23 Oct 2009 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9NEo3rn066830; Fri, 23 Oct 2009 14:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 23 Oct 2009 14:50:03 GMT Resent-Message-Id: <200910231450.n9NEo3rn066830@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C47106568B for ; Fri, 23 Oct 2009 14:46:32 +0000 (UTC) (envelope-from tijl@kalimero.kotnet.org) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id C5C888FC1B for ; Fri, 23 Oct 2009 14:46:31 +0000 (UTC) Received: from 81.207-243-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.243.207.81]) by relay.skynet.be with ESMTP; 23 Oct 2009 16:17:24 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n9NEEsuR060532 for ; Fri, 23 Oct 2009 16:14:54 +0200 (CEST) (envelope-from tijl@kalimero.kotnet.org) Received: (from tijl@localhost) by kalimero.kotnet.org (8.14.3/8.14.3/Submit) id n9NEEsZa060531; Fri, 23 Oct 2009 16:14:54 +0200 (CEST) (envelope-from tijl) Message-Id: <200910231414.n9NEEsZa060531@kalimero.kotnet.org> Date: Fri, 23 Oct 2009 16:14:54 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139865: x11/kdebase3: add dependency on x11/libXScrnSaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 14:50:05 -0000 >Number: 139865 >Category: ports >Synopsis: x11/kdebase3: add dependency on x11/libXScrnSaver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 23 14:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: >Description: 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. >How-To-Repeat: >Fix: --- patch-kdebase3 begins here --- --- Makefile.orig 2009-10-23 15:19:17.000000000 +0200 +++ Makefile 2009-10-23 15:34:36.000000000 +0200 @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_XORG= xpm xkbfile xrandr xcursor +USE_XORG= xpm xkbfile xrandr xcursor xscrnsaver SUB_FILES= kdm pkg-deinstall pkg-install pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install --- patch-kdebase3 ends here --- >Release-Note: >Audit-Trail: >Unformatted: