pkgsrc/www/ap2-wsgi/Makefile
adam e291a585ca Changes 3.3:
* Bug fixes:
  1. Inactivity timeout not triggered at correct time when occurs for first
     request after process is started.
  2. Back off timer for failed connections to daemon process group wasn't
     working correctly and no delay on reconnect attempts was being applied.
  3. Logging not appearing in Apache error log files when using daemon mode
     and have multiple virtual hosts against same server name.
  4. Eliminate logging of KeyError exception in threading module when processes
     are shutdown when using Python 2.6.5 or 3.1.2 or later. This wasn't
     indicating any real problem but was annoying all the same.
  5. Fix potential for crash when logging error message resulting from failed
     group authorisation.
  6. Fix compilation problems with Apache 2.3.6.
2010-09-15 11:51:29 +00:00

27 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.12 2010/09/15 11:51:29 adam Exp $
DISTNAME= mod_wsgi-${VERSION}
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION}
CATEGORIES= www python
MASTER_SITES= http://modwsgi.googlecode.com/files/
MAINTAINER= jan.m.danielsson@gmail.com
HOMEPAGE= http://modwsgi.googlecode.com/
COMMENT= WSGI module for apache
LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
APACHE_MODULE= yes
VERSION= 3.3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../lang/python/extension.mk"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"