1 |
douglas |
29 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile |
2 |
douglas |
332 |
--- /usr/ports/www/mod_wsgi/Makefile 2010-05-25 13:43:04.000000000 -0700 |
3 |
|
|
+++ mod_wsgi/Makefile 2010-07-26 23:06:30.312574638 -0700 |
4 |
|
|
@@ -16,6 +16,8 @@ |
5 |
|
|
MAINTAINER= douglas@douglasthrift.net |
6 |
|
|
COMMENT= Python WSGI adapter module for Apache |
7 |
douglas |
142 |
|
8 |
douglas |
332 |
+LICENSE= ASL |
9 |
|
|
+ |
10 |
|
|
MAKE_JOBS_SAFE= yes |
11 |
|
|
|
12 |
|
|
LATEST_LINK= mod_wsgi2 |
13 |
|
|
@@ -30,8 +32,17 @@ |
14 |
|
|
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |
15 |
|
|
|
16 |
douglas |
278 |
SUB_FILES= pkg-message |
17 |
douglas |
332 |
+ |
18 |
|
|
PORTSCOUT= limit:^2\. |
19 |
douglas |
142 |
|
20 |
douglas |
332 |
+pre-everything:: |
21 |
|
|
+ @${ECHO_MSG} "======================= ATTENTION! ======================" |
22 |
|
|
+ @${ECHO_MSG} |
23 |
|
|
+ @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" |
24 |
|
|
+ @${ECHO_MSG} "Apache and APR include thread support." |
25 |
|
|
+ @${ECHO_MSG} |
26 |
|
|
+ @${ECHO_MSG} "=========================================================" |
27 |
douglas |
278 |
+ |
28 |
|
|
post-install: |
29 |
|
|
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" |
30 |
|
|
@${CAT} ${PKGMESSAGE} |
31 |
douglas |
332 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/pkg-message.in mod_wsgi/files/pkg-message.in |
32 |
|
|
--- /usr/ports/www/mod_wsgi/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700 |
33 |
|
|
+++ mod_wsgi/files/pkg-message.in 2010-07-26 23:02:11.381633224 -0700 |
34 |
|
|
@@ -1,5 +1,8 @@ |
35 |
|
|
-================================================================================ |
36 |
|
|
+============================================================================ |
37 |
|
|
|
38 |
|
|
-For more information, see http://www.modwsgi.org/. |
39 |
|
|
+If you want to use daemon mode you will need to make sure Apache and APR |
40 |
|
|
+include thread support. |
41 |
|
|
|
42 |
|
|
-================================================================================ |
43 |
|
|
+For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. |
44 |
|
|
+ |
45 |
|
|
+============================================================================ |