From 01d73e74326b6b9456c2e892d659362a6cad4ba3 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 20 Jul 2011 15:45:20 +0000 Subject: [PATCH] openbsd5 --- graphics/py-opengl/Makefile | 4 ++-- graphics/py-opengl/patches/patch-OpenGL___init___py | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 12f95f84137..4fedd68b579 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2011/06/08 17:35:28 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/20 15:45:20 sthen Exp $ COMMENT = Python bindings for OpenGL MODPY_EGG_VERSION = 3.0.0 DISTNAME = PyOpenGL-${MODPY_EGG_VERSION} PKGNAME = py-opengl-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 WANTLIB = GL GLU glut>=4 CATEGORIES = graphics diff --git a/graphics/py-opengl/patches/patch-OpenGL___init___py b/graphics/py-opengl/patches/patch-OpenGL___init___py index 00a85ee10f6..5e2a9e4f012 100644 --- a/graphics/py-opengl/patches/patch-OpenGL___init___py +++ b/graphics/py-opengl/patches/patch-OpenGL___init___py @@ -1,11 +1,12 @@ -$OpenBSD: patch-OpenGL___init___py,v 1.1.1.1 2009/06/04 00:38:43 wcmaier Exp $ ---- OpenGL/__init__.py.orig Tue Jun 2 22:57:27 2009 -+++ OpenGL/__init__.py Tue Jun 2 22:57:21 2009 -@@ -115,6 +115,7 @@ from OpenGL.plugins import PlatformPlugin, FormatHandl +$OpenBSD: patch-OpenGL___init___py,v 1.2 2011/07/20 15:45:20 sthen Exp $ +--- OpenGL/__init__.py.orig Sun Mar 29 15:30:08 2009 ++++ OpenGL/__init__.py Wed Jul 20 16:42:50 2011 +@@ -115,6 +115,8 @@ from OpenGL.plugins import PlatformPlugin, FormatHandl PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' ) PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' ) +PlatformPlugin( 'openbsd4', 'OpenGL.platform.glx.GLXPlatform' ) ++PlatformPlugin( 'openbsd5', 'OpenGL.platform.glx.GLXPlatform' ) PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' ) FormatHandler( 'none', 'OpenGL.arrays.nones.NoneHandler' )