Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/146241: [patch] gnome-power-manager and xorg 7.5

2 views
Skip to first unread message

Michael Fuckner

unread,
May 2, 2010, 11:51:03 AM5/2/10
to

>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 ro...@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:
_______________________________________________
freebsd-p...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-b...@freebsd.org"

0 new messages