aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_python3
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-04-09 20:43:50 +0800
committerperky <perky@FreeBSD.org>2003-04-09 20:43:50 +0800
commitb595c67544cc31f78d48bfb57f39d4786d7b1556 (patch)
treebcc037d11d974df12bd43ccbce394107f8979f1f /www/mod_python3
parent0c14be0cff8792fef48cb441228c33bbac9b40ea (diff)
downloadfreebsd-ports-gnome-b595c67544cc31f78d48bfb57f39d4786d7b1556.tar.gz
freebsd-ports-gnome-b595c67544cc31f78d48bfb57f39d4786d7b1556.tar.zst
freebsd-ports-gnome-b595c67544cc31f78d48bfb57f39d4786d7b1556.zip
- 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]
Diffstat (limited to 'www/mod_python3')
-rw-r--r--www/mod_python3/Makefile2
-rw-r--r--www/mod_python3/distinfo2
-rw-r--r--www/mod_python3/pkg-message6
3 files changed, 8 insertions, 2 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
index 1e69a7a94e68..afcb019d70a0 100644
--- a/www/mod_python3/Makefile
+++ b/www/mod_python3/Makefile
@@ -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%/ \
diff --git a/www/mod_python3/distinfo b/www/mod_python3/distinfo
index a59dddcb2814..a85c0c83e5b6 100644
--- a/www/mod_python3/distinfo
+++ b/www/mod_python3/distinfo
@@ -1 +1 @@
-MD5 (mod_python-3.0.1.tgz) = 41e587e2347449d60ed4ea02ffbc8a14
+MD5 (mod_python-3.0.3.tgz) = 39f8db0bafac6ce241599d2299b5d853
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message
index 612fd5e7f501..90fa682cbd15 100644
--- a/www/mod_python3/pkg-message
+++ b/www/mod_python3/pkg-message
@@ -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
+
================================================================================