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 |
douglas |
333 |
+++ mod_wsgi/Makefile 2010-07-26 23:20:20.162132280 -0700 |
4 |
|
|
@@ -16,10 +16,12 @@ |
5 |
douglas |
332 |
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 |
douglas |
333 |
-CONFLICTS= mod_wsgi-3.* |
14 |
|
|
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* |
15 |
|
|
|
16 |
|
|
PROJECTHOST= modwsgi |
17 |
|
|
|
18 |
douglas |
332 |
@@ -30,8 +32,17 @@ |
19 |
|
|
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |
20 |
|
|
|
21 |
douglas |
278 |
SUB_FILES= pkg-message |
22 |
douglas |
332 |
+ |
23 |
|
|
PORTSCOUT= limit:^2\. |
24 |
douglas |
142 |
|
25 |
douglas |
332 |
+pre-everything:: |
26 |
|
|
+ @${ECHO_MSG} "======================= ATTENTION! ======================" |
27 |
|
|
+ @${ECHO_MSG} |
28 |
|
|
+ @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" |
29 |
|
|
+ @${ECHO_MSG} "Apache and APR include thread support." |
30 |
|
|
+ @${ECHO_MSG} |
31 |
|
|
+ @${ECHO_MSG} "=========================================================" |
32 |
douglas |
278 |
+ |
33 |
|
|
post-install: |
34 |
|
|
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" |
35 |
|
|
@${CAT} ${PKGMESSAGE} |
36 |
douglas |
332 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/pkg-message.in mod_wsgi/files/pkg-message.in |
37 |
|
|
--- /usr/ports/www/mod_wsgi/files/pkg-message.in 2008-09-02 14:55:40.000000000 -0700 |
38 |
|
|
+++ mod_wsgi/files/pkg-message.in 2010-07-26 23:02:11.381633224 -0700 |
39 |
|
|
@@ -1,5 +1,8 @@ |
40 |
|
|
-================================================================================ |
41 |
|
|
+============================================================================ |
42 |
|
|
|
43 |
|
|
-For more information, see http://www.modwsgi.org/. |
44 |
|
|
+If you want to use daemon mode you will need to make sure Apache and APR |
45 |
|
|
+include thread support. |
46 |
|
|
|
47 |
|
|
-================================================================================ |
48 |
|
|
+For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. |
49 |
|
|
+ |
50 |
|
|
+============================================================================ |