From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 2 16:00:18 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABD871065673 for ; Sun, 2 May 2010 16:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6B49D8FC17 for ; Sun, 2 May 2010 16:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o42G0Its014454 for ; Sun, 2 May 2010 16:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o42G0I8v014453; Sun, 2 May 2010 16:00:18 GMT (envelope-from gnats) Resent-Date: Sun, 2 May 2010 16:00:18 GMT Resent-Message-Id: <201005021600.o42G0I8v014453@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, Michael Fuckner Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF6D11065672 for ; Sun, 2 May 2010 15:51:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id B04DD8FC0A for ; Sun, 2 May 2010 15:51:03 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o42Fp3VV023796 for ; Sun, 2 May 2010 15:51:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o42Fp3uI023795; Sun, 2 May 2010 15:51:03 GMT (envelope-from nobody) Message-Id: <201005021551.o42Fp3uI023795@www.freebsd.org> Date: Sun, 2 May 2010 15:51:03 GMT From: Michael Fuckner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146241: [patch] gnome-power-manager and xorg 7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 16:00:18 -0000 >Number: 146241 >Category: ports >Synopsis: [patch] gnome-power-manager and xorg 7.5 >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: Sun May 02 16:00:18 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Michael Fuckner >Release: 8.0-STABLE >Organization: >Environment: FreeBSD c64.rebootking.de 8.0-STABLE FreeBSD 8.0-STABLE #11: Sat May 1 08:05:43 CEST 2010 root@c64.rebootking.de:/usr/obj/usr/src/sys/C64 amd64 >Description: gnome-power-manager doesn't build against xorg 7.5- tries to find header dpmsstr.h. This was split into dpmsconst.h and dpmsproto.h >How-To-Repeat: Install xorg 7.5 and gnome-power-manager >Fix: add patch Patch attached with submission follows: --- src/gpm-dpms.c.orig 2010-05-02 17:27:20.000000000 +0200 +++ src/gpm-dpms.c 2010-05-02 17:27:57.000000000 +0200 @@ -39,7 +39,8 @@ #ifdef HAVE_DPMS_EXTENSION #include #include -#include +#include +#include #endif #include "gpm-conf.h" >Release-Note: >Audit-Trail: >Unformatted: