mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.0.3 [1]
- Add an instruction about how to run mod_python without a threaded apache. PR: ports/50375 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1]
This commit is contained in:
parent
a47630ba31
commit
1be296d062
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78666
3 changed files with 8 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mod_python
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.apache.org/dist/httpd/%SUBDIR%/ \
|
||||
http://apache.mirrorcentral.com/dist/httpd/%SUBDIR%/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mod_python-3.0.1.tgz) = 41e587e2347449d60ed4ea02ffbc8a14
|
||||
MD5 (mod_python-3.0.3.tgz) = 39f8db0bafac6ce241599d2299b5d853
|
||||
|
|
|
@ -9,4 +9,10 @@ PythonDebug On
|
|||
|
||||
For more information, see http://www.modpython.org/.
|
||||
|
||||
And, if you built apache without thread support, you may need to add the
|
||||
following lines to $PREFIX/sbin/envvars:
|
||||
|
||||
LD_PRELOAD=/usr/lib/libc_r.so
|
||||
export LD_PRELOAD
|
||||
|
||||
================================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue