diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:31:20 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:31:20 +0000 |
commit | 3c6dbac709b09607f81fc684048cf4999111a6b9 (patch) | |
tree | 5a676fb5bd841682728611bfdf28d9b86f71920e /www/mod_wsgi3 | |
parent | 189c0ba63826eb5b669fc293ff45fa561bff79fe (diff) | |
download | ports-3c6dbac709b09607f81fc684048cf4999111a6b9.tar.gz ports-3c6dbac709b09607f81fc684048cf4999111a6b9.zip |
Notes
Diffstat (limited to 'www/mod_wsgi3')
-rw-r--r-- | www/mod_wsgi3/Makefile | 12 | ||||
-rw-r--r-- | www/mod_wsgi3/files/pkg-message.in | 9 |
2 files changed, 17 insertions, 4 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index c51409659392..555201d979cc 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -17,10 +17,12 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache +LICENSE= ASL + MAKE_JOBS_SAFE= yes #LATEST_LINK= mod_wsgi -CONFLICTS= mod_wsgi-2.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.*www/mod_wsgi-2.* PROJECTHOST= modwsgi @@ -38,6 +40,14 @@ SUB_FILES= pkg-message IGNORE= is unsupported with Python 3.0 .endif +pre-everything:: + @${ECHO_MSG} "======================= ATTENTION! ======================" + @${ECHO_MSG} + @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" + @${ECHO_MSG} "Apache and APR include thread support." + @${ECHO_MSG} + @${ECHO_MSG} "=========================================================" + post-install: @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" @${CAT} ${PKGMESSAGE} diff --git a/www/mod_wsgi3/files/pkg-message.in b/www/mod_wsgi3/files/pkg-message.in index dea5054f301f..5c72392ba9d4 100644 --- a/www/mod_wsgi3/files/pkg-message.in +++ b/www/mod_wsgi3/files/pkg-message.in @@ -1,5 +1,8 @@ -================================================================================ +============================================================================ -For more information, see http://www.modwsgi.org/. +If you want to use daemon mode you will need to make sure Apache and APR +include thread support. -================================================================================ +For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. + +============================================================================ |