summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv>2010-04-11 22:24:47 +0000
committerjmmv <jmmv>2010-04-11 22:24:47 +0000
commite35da42688fff9b6be86eb3d4839cbbdf38e28b9 (patch)
treed6fef17caaff539e6a7d8821210ea5d7400f4a27 /sysutils
parent0e8250af805e6f754dd8d7955f73e0bc88408fc5 (diff)
downloadpkgsrc-e35da42688fff9b6be86eb3d4839cbbdf38e28b9.tar.gz
Fix build with current modular-xorg: remove inclusion of non-existent
header dpmsstr.h. AFAICT through manual inspection of the code, none of the symbols nor constants provided by the header still present in xsrc are used.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-power-manager/distinfo3
-rw-r--r--sysutils/gnome-power-manager/patches/patch-ad12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo
index ad0ffada959..92c35e3eedc 100644
--- a/sysutils/gnome-power-manager/distinfo
+++ b/sysutils/gnome-power-manager/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2009/02/24 15:14:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2010/04/11 22:24:47 jmmv Exp $
SHA1 (gnome-power-manager-2.24.4.tar.bz2) = ea9c895a78761c59fea13701e074946a20c50fe6
RMD160 (gnome-power-manager-2.24.4.tar.bz2) = c0b16ead610ffeae9d801f8bde44507464808e53
@@ -6,3 +6,4 @@ Size (gnome-power-manager-2.24.4.tar.bz2) = 2997032 bytes
SHA1 (patch-aa) = d3e3e33b82af97e1fb372914afc732e3d9a2232a
SHA1 (patch-ab) = 1d095932a52528148703ce63bfab81f3a2f316fd
SHA1 (patch-ac) = 57ade4298abd05dc57af06347dc96dea4683eb51
+SHA1 (patch-ad) = b0a68283600b33f730c3b5b07128858c96c04394
diff --git a/sysutils/gnome-power-manager/patches/patch-ad b/sysutils/gnome-power-manager/patches/patch-ad
new file mode 100644
index 00000000000..074a93711e1
--- /dev/null
+++ b/sysutils/gnome-power-manager/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2010/04/11 22:24:47 jmmv Exp $
+
+--- src/gpm-dpms.c.orig 2008-09-04 10:05:15.000000000 +0000
++++ src/gpm-dpms.c
+@@ -39,7 +39,6 @@
+ #ifdef HAVE_DPMS_EXTENSION
+ #include <X11/Xproto.h>
+ #include <X11/extensions/dpms.h>
+-#include <X11/extensions/dpmsstr.h>
+ #endif
+
+ #include "gpm-conf.h"