From cef7aee49dfaa3204ccd74948cbd0886b7a8cf64 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Mon, 22 Dec 2008 11:14:15 +0000 Subject: Update to 3.0.0.b8. PR: 129223 Submitted by: Wen Heping Approved by: maintainer timeout (3 weeks) --- graphics/py-opengl/files/patch-ad | 28 ---------------------- graphics/py-opengl/files/patch-config::freebsd.cfg | 13 ---------- 2 files changed, 41 deletions(-) delete mode 100644 graphics/py-opengl/files/patch-ad delete mode 100644 graphics/py-opengl/files/patch-config::freebsd.cfg (limited to 'graphics/py-opengl/files') diff --git a/graphics/py-opengl/files/patch-ad b/graphics/py-opengl/files/patch-ad deleted file mode 100644 index b26948c4567a..000000000000 --- a/graphics/py-opengl/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- Tkinter.py.orig Tue Jan 14 19:47:57 2003 -+++ Tkinter.py Tue Jan 14 19:57:55 2003 -@@ -0,0 +1,22 @@ -+import os -+ -+class nullcall: -+ def __init(self): -+ pass -+ def call(self, a1='', a2='', a3='', a4='', a5=''): -+ os.system('echo' + ' ' + a1 + ' ' + a2 + ' ' + a3 + ' ' + a4 + \ -+ ' ' + a5 + ' > register.tcl') -+ -+class Tk: -+ tk = None -+ def __init__(self): -+ self.tk = nullcall() -+ pass -+ def getvar(self, varname): -+ if varname == 'tk_version' or varname == 'tcl_version': -+ return '8.4' -+ if varname == 'tcl_library': -+ return '%%LOCALBASE%%/lib/tcl8.4' -+ if varname == 'tk_library': -+ return '%%LOCALBASE%%/lib/tk8.4' -+ return '' diff --git a/graphics/py-opengl/files/patch-config::freebsd.cfg b/graphics/py-opengl/files/patch-config::freebsd.cfg deleted file mode 100644 index 86ba38a0bd7f..000000000000 --- a/graphics/py-opengl/files/patch-config::freebsd.cfg +++ /dev/null @@ -1,13 +0,0 @@ ---- config/freebsd.cfg.orig Thu May 13 09:25:15 2004 -+++ config/freebsd.cfg Thu May 13 09:25:37 2004 -@@ -11,8 +11,8 @@ - [General] - build_togl=1 - gl_platform=GLX --include_dirs=/usr/include:/usr/local/include:/usr/X11/include:/usr/X11R6/include --library_dirs=/usr/lib:/usr/local/lib:/usr/X11/lib:/usr/X11R6/lib -+include_dirs=/usr/include:%%LOCALBASE%%/include -+library_dirs=/usr/lib:%%LOCALBASE%%/lib - - ; a os.pathsep separated list of the libs needed when linking GL - [GL] -- cgit v1.2.3