1 |
douglas |
149 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile |
2 |
douglas |
331 |
--- /usr/ports/www/mod_wsgi3/Makefile 2010-07-15 15:29:46.000000000 -0700 |
3 |
douglas |
333 |
+++ mod_wsgi3/Makefile 2010-07-26 23:20:23.494924928 -0700 |
4 |
|
|
@@ -17,10 +17,12 @@ |
5 |
douglas |
331 |
MAINTAINER= douglas@douglasthrift.net |
6 |
|
|
COMMENT= Python WSGI adapter module for Apache |
7 |
douglas |
149 |
|
8 |
douglas |
331 |
+LICENSE= ASL |
9 |
|
|
+ |
10 |
|
|
MAKE_JOBS_SAFE= yes |
11 |
|
|
|
12 |
|
|
#LATEST_LINK= mod_wsgi |
13 |
douglas |
333 |
-CONFLICTS= mod_wsgi-2.* |
14 |
|
|
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* |
15 |
|
|
|
16 |
|
|
PROJECTHOST= modwsgi |
17 |
|
|
|
18 |
douglas |
331 |
@@ -38,6 +40,14 @@ |
19 |
|
|
IGNORE= is unsupported with Python 3.0 |
20 |
|
|
.endif |
21 |
|
|
|
22 |
|
|
+pre-everything:: |
23 |
|
|
+ @${ECHO_MSG} "======================= ATTENTION! ======================" |
24 |
|
|
+ @${ECHO_MSG} |
25 |
|
|
+ @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" |
26 |
|
|
+ @${ECHO_MSG} "Apache and APR include thread support." |
27 |
|
|
+ @${ECHO_MSG} |
28 |
|
|
+ @${ECHO_MSG} "=========================================================" |
29 |
|
|
+ |
30 |
|
|
post-install: |
31 |
|
|
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" |
32 |
|
|
@${CAT} ${PKGMESSAGE} |
33 |
|
|
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/files/pkg-message.in mod_wsgi3/files/pkg-message.in |
34 |
|
|
--- /usr/ports/www/mod_wsgi3/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700 |
35 |
|
|
+++ mod_wsgi3/files/pkg-message.in 2010-07-26 22:56:40.341168406 -0700 |
36 |
|
|
@@ -1,5 +1,8 @@ |
37 |
|
|
-================================================================================ |
38 |
|
|
+============================================================================ |
39 |
|
|
|
40 |
|
|
-For more information, see http://www.modwsgi.org/. |
41 |
|
|
+If you want to use daemon mode you will need to make sure Apache and APR |
42 |
|
|
+include thread support. |
43 |
|
|
|
44 |
|
|
-================================================================================ |
45 |
|
|
+For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. |
46 |
|
|
+ |
47 |
|
|
+============================================================================ |