Date: Sun, 2 May 2010 15:51:03 GMT From: Michael Fuckner <michael@fuckner.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146241: [patch] gnome-power-manager and xorg 7.5 Message-ID: <201005021551.o42Fp3uI023795@www.freebsd.org> Resent-Message-ID: <201005021600.o42G0I8v014453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <X11/Xproto.h> #include <X11/extensions/dpms.h> -#include <X11/extensions/dpmsstr.h> +#include <X11/extensions/dpmsconst.h> +#include <X11/extensions/dpmsproto.h> #endif #include "gpm-conf.h" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005021551.o42Fp3uI023795>