summaryrefslogtreecommitdiff
path: root/wm/3ddesktop
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-19 16:27:07 +0000
committerwiz <wiz@pkgsrc.org>2005-07-19 16:27:07 +0000
commit928941908db1af14c51d3029b77ecdf8e25c500f (patch)
tree0b50a5ddd324c1598532cdf22f707a645a72c829 /wm/3ddesktop
parent3db360a4715c19ca78dde47c6c6ef2e9e8cc0723 (diff)
downloadpkgsrc-928941908db1af14c51d3029b77ecdf8e25c500f.tar.gz
PR 30781 by Geert Hendrickx:
make 3ddesktop accept software rendering. Bump PKGREVISION.
Diffstat (limited to 'wm/3ddesktop')
-rw-r--r--wm/3ddesktop/Makefile3
-rw-r--r--wm/3ddesktop/distinfo3
-rw-r--r--wm/3ddesktop/patches/patch-ad18
3 files changed, 22 insertions, 2 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile
index 881776af79b..46c5d4ae059 100644
--- a/wm/3ddesktop/Makefile
+++ b/wm/3ddesktop/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:24 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/19 16:27:07 wiz Exp $
#
DISTNAME= 3ddesktop-0.2.8
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/}
diff --git a/wm/3ddesktop/distinfo b/wm/3ddesktop/distinfo
index 19daa66f3fd..f6ffb1cf6c2 100644
--- a/wm/3ddesktop/distinfo
+++ b/wm/3ddesktop/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 18:43:53 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/07/19 16:27:07 wiz Exp $
SHA1 (3ddesktop-0.2.8.tar.gz) = 36086002e6491ceef22b23305a1134988fa71bc7
RMD160 (3ddesktop-0.2.8.tar.gz) = d30c523f3e7ab57553088713093bdf33815e93b4
@@ -6,3 +6,4 @@ Size (3ddesktop-0.2.8.tar.gz) = 175233 bytes
SHA1 (patch-aa) = e97615b41009ad2442f47326b3202cba754550dc
SHA1 (patch-ab) = 30a04c83a31de31836038910082cfd13a2e3c2f0
SHA1 (patch-ac) = a9c748cc6ec6d46c5fec62c164c9e006db659fad
+SHA1 (patch-ad) = 3e24c98b58b27e2e7384bb96ece20cb604dd900f
diff --git a/wm/3ddesktop/patches/patch-ad b/wm/3ddesktop/patches/patch-ad
new file mode 100644
index 00000000000..d07e6d5459f
--- /dev/null
+++ b/wm/3ddesktop/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1 2005/07/19 16:27:07 wiz Exp $
+
+--- win.cpp.orig 2004-05-28 05:41:28.000000000 +0200
++++ win.cpp
+@@ -316,11 +316,10 @@ int GLWindow::create_GL_window(char *tit
+ else {
+ msgout (ERROR,
+ "glXIsDirect failed, no Direct Rendering possible!\n"
+- "Please configure hardware acceleration. Exiting.\n");
++ "3ddesktop will run slow without hardware acceleration.\n");
+ fprintf (stderr,
+ "3ddeskd: glXIsDirect failed, no Direct Rendering possible!\n"
+- "3ddeskd: Please configure hardware acceleration. Exiting.\n");
+- end_program(-1);
++ "3ddeskd: 3ddesktop will run slow without hardware acceleration.\n");
+ }
+
+