View | Details | Raw Unified | Return to bug 148982 | Differences between
and this patch

Collapse All | Expand All

(-)mod_wsgi/Makefile (-1 / +12 lines)
Lines 16-25 Link Here
16
MAINTAINER=	douglas@douglasthrift.net
16
MAINTAINER=	douglas@douglasthrift.net
17
COMMENT=	Python WSGI adapter module for Apache
17
COMMENT=	Python WSGI adapter module for Apache
18
18
19
LICENSE=	ASL
20
19
MAKE_JOBS_SAFE=	yes
21
MAKE_JOBS_SAFE=	yes
20
22
21
LATEST_LINK=	mod_wsgi2
23
LATEST_LINK=	mod_wsgi2
22
CONFLICTS=	mod_wsgi-3.*
24
CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
23
25
24
PROJECTHOST=	modwsgi
26
PROJECTHOST=	modwsgi
25
27
Lines 30-37 Link Here
30
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
32
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
31
33
32
SUB_FILES=	pkg-message
34
SUB_FILES=	pkg-message
35
33
PORTSCOUT=	limit:^2\.
36
PORTSCOUT=	limit:^2\.
34
37
38
pre-everything::
39
	@${ECHO_MSG} "======================= ATTENTION! ======================"
40
	@${ECHO_MSG}
41
	@${ECHO_MSG} "If you want to use daemon mode you will need to make sure"
42
	@${ECHO_MSG} "Apache and APR include thread support."
43
	@${ECHO_MSG}
44
	@${ECHO_MSG} "========================================================="
45
35
post-install:
46
post-install:
36
	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
47
	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
37
	@${CAT} ${PKGMESSAGE}
48
	@${CAT} ${PKGMESSAGE}
(-)mod_wsgi/files/pkg-message.in (-3 / +6 lines)
Lines 1-5 Link Here
1
================================================================================
1
============================================================================
2
2
3
For more information, see http://www.modwsgi.org/.
3
If you want to use daemon mode you will need to make sure Apache and APR
4
include thread support.
4
5
5
================================================================================
6
For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD.
7
8
============================================================================

Return to bug 148982