FreeBSD Bugzilla – Attachment 194456 Details for
Bug 229205
www/uwsgi: options-related fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
uwsgi.patch (text/plain), 1.51 KB, created by
Dmitry Marakasov
on 2018-06-21 13:36:44 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2018-06-21 13:36:44 UTC
Size:
1.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 472973) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= uwsgi > PORTVERSION= 2.0.16 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= http://projects.unbit.it/downloads/ > >@@ -12,12 +13,10 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= pkgconfig python ssl >+USES= pkgconfig python > USE_PYTHON= distutils concurrent optsuffix > USE_RC_SUBR= uwsgi > >-CFLAGS+= -I${OPENSSLINC} >-LDFLAGS+= ${OPENSSL_LDFLAGS} > MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi > > PYSETUP= uwsgiconfig.py >@@ -32,13 +31,14 @@ > > SUB_LIST= PYTHON_VER=${PYTHON_VER} > >-OPTIONS_DEFINE= DEBUG JSON PCRE XML >+OPTIONS_DEFINE= DEBUG JSON PCRE XML SSL >+OPTIONS_DEFAULT= SSL > > OPTIONS_GROUP= PLG > OPTIONS_GROUP_PLG= PSGI > >-PLG_DESC= Enable plugins >-PSGI_DESC= PSGI embedded plugin >+PLG_DESC= Enable plugins >+PSGI_DESC= PSGI embedded plugin > > DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug > >@@ -51,12 +51,13 @@ > XML_VARS= BUILDCONF_XML=libxml2 > XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 > >-LIB_DEPENDS+= libjansson.so:devel/jansson libpcre.so:devel/pcre libxml2.so:textproc/libxml2 >+SSL_VARS= BUILDCONF_SSL=true >+SSL_USES= ssl >+SSL_CFLAGS= -I${OPENSSLINC} >+SSL_LDFLAGS= ${OPENSSL_LDFLAGS} > >-.include <bsd.port.options.mk> >- > post-patch: >-.for var in JSON PCRE XML >+.for var in JSON PCRE XML SSL > @${REINPLACE_CMD} -e '/^${var:tl} =/ s|= .*|= ${BUILDCONF_${var}:Ufalse}|' ${WRKSRC}/buildconf/base.ini > .endfor >
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 229205
: 194456