[Call for Testing] X.org 7.5 for FreeBSD

Kenichi Niioka ( 新岡賢一 ) niioka at kk.iij4u.or.jp
Sat Mar 20 11:31:54 UTC 2010


From: niioka at kk.iij4u.or.jp
Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD
Date: Sat, 20 Mar 2010 19:14:40 +0900 (JST)

> FreeBSD 9.0-CURRENT #0 r205310 amd64
> # portupgrade -a && portupgrade -f nvidia-driver (195.22)
> 
> Works very well with GNOME 2.28.2_1.
> But when I compile sysutils/gnome-power-manager (2.24.4), I have
> following error.
> 
> gpm-dpms.c:42:36: error: X11/extensions/dpmsstr.h: No such file or directory

I tried this patch.
I'm not sure whether it is the right way or not.
But it seems to be fine.

Thanks.

--
Kenichi Niioka
niioka at kk.iij4u.or.jp
-------------- next part --------------
diff -urNp src/gpm-dpms.c src/gpm-dpms.c
--- src/gpm-dpms.c	2008-09-04 19:05:15.000000000 +0900
+++ src/gpm-dpms.c	2010-03-20 19:24:11.020079517 +0900
@@ -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"


More information about the freebsd-ports mailing list