FreeBSD Bugzilla – Attachment 187901 Details for
Bug 223588
[www/uwsgi]: Add psgi embedded plugin along with the option to select it.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch
Makefile.diff (text/plain), 825 bytes, created by
emz
on 2017-11-10 07:30:17 UTC
(
hide
)
Description:
Makefile patch
Filename:
MIME Type:
Creator:
emz
Created:
2017-11-10 07:30:17 UTC
Size:
825 bytes
patch
obsolete
>--- Makefile.orig 2017-11-03 18:34:17.000000000 +0500 >+++ Makefile 2017-11-10 11:50:25.283592000 +0500 >@@ -3,7 +3,7 @@ > > PORTNAME= uwsgi > PORTVERSION= 2.0.15 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www python > MASTER_SITES= http://projects.unbit.it/downloads/ > >@@ -33,6 +33,12 @@ > > OPTIONS_DEFINE= DEBUG JSON PCRE XML > >+OPTIONS_GROUP= EMBEDPLG >+OPTIONS_GROUP_EMBEDPLG= PSGI >+ >+EMBEDPLG_DESC= Embedded plugins >+PSGI_DESC= PSGI embedded plugin >+ > DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug > > JSON_VARS= BUILDCONF_JSON=jansson >@@ -53,6 +59,9 @@ > @${REINPLACE_CMD} -e '/^${var:tl} =/ s|= .*|= ${BUILDCONF_${var}:Ufalse}|' ${WRKSRC}/buildconf/base.ini > .endfor > >+post-patch-PSGI-on: >+ @${REINPLACE_CMD} -e 's/%(main_plugin)s,/%(main_plugin)s, psgi,/' ${WRKSRC}/buildconf/base.ini >+ > do-configure: > @${DO_NADA} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223588
: 187901