diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile --- /usr/ports/www/mod_wsgi3/Makefile 2010-07-15 15:29:46.000000000 -0700 +++ mod_wsgi3/Makefile 2010-07-26 23:27:31.110432943 -0700 @@ -17,10 +17,12 @@ 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.* mod_wsgi-2.* PROJECTHOST= modwsgi @@ -38,6 +40,14 @@ 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 -Nrux .svn -x work /usr/ports/www/mod_wsgi3/files/pkg-message.in mod_wsgi3/files/pkg-message.in --- /usr/ports/www/mod_wsgi3/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700 +++ mod_wsgi3/files/pkg-message.in 2010-07-26 22:56:40.341168406 -0700 @@ -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. + +============================================================================