pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-wsgi Update to 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0cd52a550f5
branches:  trunk
changeset: 398479:a0cd52a550f5
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Aug 31 12:42:19 2009 +0000

description:
Update to 2.5.


Bug Fixes

1. Change to workaround problem where correct version of Python
framework isn't being found at run time and instead uses the standard
system one, which may be the wrong version. Change is for those Python
versions on MacOS X which include a .a in Python config directory,
which should be symlinked to framework, link against the .a
instead. For some reason, doing this results in framework then being
picked up from the correct location.

This problem may well have only started cropping up at some point due
to a MacOS X Leopard patch update as has been noticed that Python
frameworks installed previously stopped being found properly when
mod_wsgi was subsequently recompiled against them. Something may
therefore have changed in compiler tools suite.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=28

2. Remove isatty from Log object used for stdout/stderr. It should
have been a function and not an attribute. Even so, isatty() is not
meant to be supplied by a file like object if it is associated with a
file descriptor. Thus, packages which want to use isatty() are
supposed to check for its existance before calling it. Thus wasn't
ever mod_wsgi that was wrong in not supply this, but the packages
which were trying to use it.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=146

diffstat:

 www/ap2-wsgi/Makefile |  4 ++--
 www/ap2-wsgi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r fbddc9cbd231 -r a0cd52a550f5 www/ap2-wsgi/Makefile
--- a/www/ap2-wsgi/Makefile     Mon Aug 31 12:38:22 2009 +0000
+++ b/www/ap2-wsgi/Makefile     Mon Aug 31 12:42:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/31 12:42:19 gdt Exp $
 #
 
 DISTNAME=      mod_wsgi-${VERSION}
@@ -15,7 +15,7 @@
 
 USE_LIBTOOL=   yes
 APACHE_MODULE= yes
-VERSION=       2.4
+VERSION=       2.5
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
diff -r fbddc9cbd231 -r a0cd52a550f5 www/ap2-wsgi/distinfo
--- a/www/ap2-wsgi/distinfo     Mon Aug 31 12:38:22 2009 +0000
+++ b/www/ap2-wsgi/distinfo     Mon Aug 31 12:42:19 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/04/29 23:14:58 gdt Exp $
+$NetBSD: distinfo,v 1.8 2009/08/31 12:42:19 gdt Exp $
 
-SHA1 (mod_wsgi-2.4.tar.gz) = 0d108fbe3cd9b23bfd529278f2a2747dd64977fe
-RMD160 (mod_wsgi-2.4.tar.gz) = f0d91efe0c6b2a91031241030285ad486717c2e7
-Size (mod_wsgi-2.4.tar.gz) = 99491 bytes
+SHA1 (mod_wsgi-2.5.tar.gz) = a2ed3fd60b390c3a790aca1c859093ab7a7c2d9d
+RMD160 (mod_wsgi-2.5.tar.gz) = c1c2b72deca98eaa9e7bee256b027b5e0488b2fc
+Size (mod_wsgi-2.5.tar.gz) = 97420 bytes



Home | Main Index | Thread Index | Old Index