diff options
author | perky <perky@FreeBSD.org> | 2003-01-07 02:47:59 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-01-07 02:47:59 +0000 |
commit | fa1560fbd16a2f22299e63000fed7d4314110734 (patch) | |
tree | 4306c949a2ff1b7d597ef17f15f51fd1cd42ece9 /www/mod_python3/files | |
parent | 369eaaf8aec53a860187687e8201188f0423e007 (diff) | |
download | FreeBSD-ports-fa1560fbd16a2f22299e63000fed7d4314110734.zip FreeBSD-ports-fa1560fbd16a2f22299e63000fed7d4314110734.tar.gz |
Update mod_python to 3.0.1. (repocopy from www/mod_python)
Approved by: lioux (portmgr)
Repocopied by: joe
Diffstat (limited to 'www/mod_python3/files')
-rw-r--r-- | www/mod_python3/files/optpatch-WANT_EAPI | 11 | ||||
-rw-r--r-- | www/mod_python3/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | www/mod_python3/files/patch-configure | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/www/mod_python3/files/optpatch-WANT_EAPI b/www/mod_python3/files/optpatch-WANT_EAPI deleted file mode 100644 index c98727f..0000000 --- a/www/mod_python3/files/optpatch-WANT_EAPI +++ /dev/null @@ -1,11 +0,0 @@ ---- work/mod_python-2.7.3/src/Makefile.in.orig Wed May 16 19:20:23 2001 -+++ work/mod_python-2.7.3/src/Makefile.in Wed May 16 19:20:52 2001 -@@ -52,7 +52,7 @@ - INCLUDES=@INCLUDES@ - LIBS=@LIBS@ - LDFLAGS=@LDFLAGS@ --OPT= -+OPT=-DEAPI - CFLAGS=$(OPT) $(INCLUDES) - srcdir=. - diff --git a/www/mod_python3/files/patch-Makefile.in b/www/mod_python3/files/patch-Makefile.in deleted file mode 100644 index de15a6b..0000000 --- a/www/mod_python3/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Dec 27 13:49:54 2000 -+++ Makefile.in Wed Dec 27 13:52:28 2000 -@@ -82,13 +82,10 @@ - @echo - @echo "Performing DSO installation." - @echo -- $(INSTALL) src/mod_python.so $(LIBEXECDIR) -+ /usr/local/sbin/apxs -i -a src/mod_python.so - @$(MAKE) install_py_lib - @echo -- @echo "Now don't forget to edit your main config and add" -- @echo " LoadModule python_module $(LIBEXECDIR)/mod_python.so" -- @echo "and if your configuration uses ClearModuleList, then also" -- @echo " AddModule mod_python.c" -+ @echo " ## Apache has to be restarted." - @echo - - install_static: static diff --git a/www/mod_python3/files/patch-configure b/www/mod_python3/files/patch-configure deleted file mode 100644 index 510df67..0000000 --- a/www/mod_python3/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed May 16 19:13:31 2001 -+++ configure Wed May 16 19:14:11 2001 -@@ -1324,7 +1324,7 @@ - # check if python is compiled with threads - echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6 - echo "configure:1327: checking whether Python is compiled with thread support" >&5 --PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"` -+PyTHREADS="0" - if test "$PyTHREADS" = "1"; then - echo "$ac_t""yes" 1>&6 - echo |