FreeBSD Bugzilla – Attachment 95275 Details for
Bug 133638
[PATCH] graphics/py25-opengl: doesn't work at all
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py25-opengl-3.0.0.b8_2.patch
py25-opengl-3.0.0.b8_2.patch (text/plain), 1.48 KB, created by
Dmitry Marakasov
on 2009-04-12 05:10:00 UTC
(
hide
)
Description:
py25-opengl-3.0.0.b8_2.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-04-12 05:10:00 UTC
Size:
1.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/py-opengl/Makefile,v >retrieving revision 1.32 >diff -u -u -r1.32 Makefile >--- Makefile 23 Jan 2009 16:27:40 -0000 1.32 >+++ Makefile 12 Apr 2009 03:53:20 -0000 >@@ -7,10 +7,9 @@ > > PORTNAME= opengl > PORTVERSION= 3.0.0.b8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics python >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= py${PORTNAME} >+MASTER_SITES= SF/py${PORTNAME} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= PyOpenGL-${PORTVERSION:S/.b/b/} > >Index: files/patch-OpenGL-__init__.py >=================================================================== >RCS file: files/patch-OpenGL-__init__.py >diff -N files/patch-OpenGL-__init__.py >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-OpenGL-__init__.py 12 Apr 2009 03:53:56 -0000 >@@ -0,0 +1,11 @@ >+--- OpenGL/__init__.py.orig 2008-12-07 06:58:16.000000000 +0300 >++++ OpenGL/__init__.py 2009-04-12 07:52:27.000000000 +0400 >+@@ -102,7 +102,7 @@ >+ # Declarations of plugins provided by PyOpenGL itself >+ from OpenGL.plugins import PlatformPlugin, FormatHandler >+ PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' ) >+-PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) >++PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' ) >+ PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' ) >+ PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' ) >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133638
: 95275