diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile --- /usr/ports/www/mod_wsgi/Makefile 2010-05-25 13:43:04.000000000 -0700 +++ mod_wsgi/Makefile 2010-07-26 23:27:32.899321871 -0700 @@ -16,10 +16,12 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache +LICENSE= ASL + MAKE_JOBS_SAFE= yes LATEST_LINK= mod_wsgi2 -CONFLICTS= mod_wsgi-3.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.* PROJECTHOST= modwsgi @@ -30,8 +32,17 @@ CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" SUB_FILES= pkg-message + PORTSCOUT= limit:^2\. +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_wsgi/files/pkg-message.in mod_wsgi/files/pkg-message.in --- /usr/ports/www/mod_wsgi/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700 +++ mod_wsgi/files/pkg-message.in 2010-07-26 23:02:11.381633224 -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. + +============================================================================