diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-19 16:27:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-19 16:27:07 +0000 |
commit | f0e2a441731a9b415fc7f52e2b6ae5f2e3e235bf (patch) | |
tree | 0b50a5ddd324c1598532cdf22f707a645a72c829 /wm/3ddesktop | |
parent | b3f8fd376e2222d57999915d049bc0486d7997b2 (diff) | |
download | pkgsrc-f0e2a441731a9b415fc7f52e2b6ae5f2e3e235bf.tar.gz |
PR 30781 by Geert Hendrickx:
make 3ddesktop accept software rendering.
Bump PKGREVISION.
Diffstat (limited to 'wm/3ddesktop')
-rw-r--r-- | wm/3ddesktop/Makefile | 3 | ||||
-rw-r--r-- | wm/3ddesktop/distinfo | 3 | ||||
-rw-r--r-- | wm/3ddesktop/patches/patch-ad | 18 |
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"); + } + + |