changeset 20:70b8e449d563

MERGE: Merge with upstream 2.0.16
author Franz Glasner <hg@dom66.de>
date Wed, 21 Feb 2018 22:25:05 +0100
parents 2c2d0daa31a2 (current diff) 9b7ee2483282 (diff)
children 98faecd6ea00
files Makefile files/patch-uwsgiconfig.py files/uwsginl.in
diffstat 3 files changed, 4 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Dec 10 17:41:39 2017 +0100
+++ b/Makefile	Wed Feb 21 22:25:05 2018 +0100
@@ -3,7 +3,7 @@
 # Based on www/uwsgi by: Daniel Gerzo <danger@FreeBSD.org>
 
 PORTNAME=	uwsginl
-DISTVERSION=	2.0.15
+PORTVERSION=	2.0.16
 CATEGORIES=	www
 MASTER_SITES=	http://projects.unbit.it/downloads/
 DISTNAME=	uwsgi-${DISTVERSION}
--- a/distinfo	Sun Dec 10 17:41:39 2017 +0100
+++ b/distinfo	Wed Feb 21 22:25:05 2018 +0100
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495495189
-SHA256 (uwsgi-2.0.15.tar.gz) = 572ef9696b97595b4f44f6198fe8c06e6f4e6351d930d22e5330b071391272ff
-SIZE (uwsgi-2.0.15.tar.gz) = 795070
+TIMESTAMP = 1518267669
+SHA256 (uwsgi-2.0.16.tar.gz) = a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4
+SIZE (uwsgi-2.0.16.tar.gz) = 798509
--- a/files/patch-uwsgiconfig.py	Sun Dec 10 17:41:39 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
---- uwsgiconfig.py.orig	2017-03-30 22:11:36 UTC
-+++ uwsgiconfig.py
-@@ -91,7 +91,7 @@ report = {
-     'ucontext': False,
- }
- 
--verbose_build = False
-+verbose_build = True
- 
- def print_compilation_output(default_str, verbose_str):
-     if verbose_build:
-@@ -826,15 +826,6 @@ class uConf(object):
-             self.cflags.append('-DUWSGI_HAS_IFADDRS')
-             report['ifaddrs'] = True
- 
--        if uwsgi_os in ('FreeBSD', 'OpenBSD'):
--            if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'):
--                if os.path.exists('/usr/local/include/execinfo.h'):
--                    self.cflags.append('-I/usr/local/include')
--                    self.ldflags.append('-L/usr/local/lib')
--                self.cflags.append('-DUWSGI_HAS_EXECINFO')
--                self.libs.append('-lexecinfo')
--                report['execinfo'] = True
--
-         if uwsgi_os == 'GNU/kFreeBSD':
-             if self.has_include('execinfo.h'):
-                 self.cflags.append('-DUWSGI_HAS_EXECINFO')