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

Michael Fuckner michael at fuckner.net
Sun May 2 16:00:18 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list