aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opengl/files
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2008-12-22 11:14:15 +0000
committerStefan Walter <stefan@FreeBSD.org>2008-12-22 11:14:15 +0000
commitcef7aee49dfaa3204ccd74948cbd0886b7a8cf64 (patch)
tree08ffffa8c068abf355bcf968823ca7e8592e30dc /graphics/py-opengl/files
parentb41df28ab53dff2392aa2da688b9b0023982d66b (diff)
Notes
Diffstat (limited to 'graphics/py-opengl/files')
-rw-r--r--graphics/py-opengl/files/patch-ad28
-rw-r--r--graphics/py-opengl/files/patch-config::freebsd.cfg13
2 files changed, 0 insertions, 41 deletions
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]