diff options
Diffstat (limited to 'www/mod_python/files')
-rw-r--r-- | www/mod_python/files/optpatch-WANT_EAPI | 11 | ||||
-rw-r--r-- | www/mod_python/files/optpatch-WITHOUT_OPENPTY (renamed from www/mod_python/files/optpatch-Python::configure) | 14 | ||||
-rw-r--r-- | www/mod_python/files/patch-Python::setup.py | 11 |
3 files changed, 28 insertions, 8 deletions
diff --git a/www/mod_python/files/optpatch-WANT_EAPI b/www/mod_python/files/optpatch-WANT_EAPI new file mode 100644 index 000000000000..3f43890483e3 --- /dev/null +++ b/www/mod_python/files/optpatch-WANT_EAPI @@ -0,0 +1,11 @@ +--- work/mod_python-2.7.2/src/Makefile.in.orig Sun Mar 25 16:05:21 2001 ++++ work/mod_python-2.7.2/src/Makefile.in Sun Mar 25 16:05:30 2001 +@@ -52,7 +52,7 @@ + INCLUDES=@INCLUDES@ + LIBS=@LIBS@ + LDFLAGS=@LDFLAGS@ +-OPT= ++OPT=-DEAPI + CFLAGS=$(OPT) $(INCLUDES) + srcdir=. + diff --git a/www/mod_python/files/optpatch-Python::configure b/www/mod_python/files/optpatch-WITHOUT_OPENPTY index c9bd849e39b2..4d64a8659f80 100644 --- a/www/mod_python/files/optpatch-Python::configure +++ b/www/mod_python/files/optpatch-WITHOUT_OPENPTY @@ -1,19 +1,17 @@ ---- work/Python-2.0/configure.orig Fri Mar 16 07:32:48 2001 -+++ work/Python-2.0/configure Fri Mar 16 07:35:20 2001 -@@ -3975,7 +3975,7 @@ - fi +--- work/Python-2.1/configure.orig Wed May 9 06:04:43 2001 ++++ work/Python-2.1/configure Wed May 9 06:05:14 2001 +@@ -4293,6 +4293,7 @@ done -- + +if false; then # check for openpty and forkpty for ac_func in openpty -@@ -4173,7 +4173,7 @@ - +@@ -4491,6 +4492,7 @@ fi done -- + +fi # check for long file support functions diff --git a/www/mod_python/files/patch-Python::setup.py b/www/mod_python/files/patch-Python::setup.py new file mode 100644 index 000000000000..cbd821bb97b9 --- /dev/null +++ b/www/mod_python/files/patch-Python::setup.py @@ -0,0 +1,11 @@ +--- ../Python-2.1/setup.py.orig Fri Mar 2 07:24:14 2001 ++++ ../Python-2.1/setup.py Mon Mar 5 15:26:17 2001 +@@ -14,7 +14,7 @@ + from distutils.command.build_ext import build_ext + + # This global variable is used to hold the list of modules to be disabled. +-disabled_module_list = [] ++disabled_module_list = ["_tkinter", "gdbm", "pyexpat"] + + def find_file(filename, std_dirs, paths): + """Searches for the directory where a given file is located, |