# HG changeset patch # User Franz Glasner # Date 1519248305 -3600 # Node ID 70b8e449d5638939bb06808ff4388ae4442f922d # Parent 2c2d0daa31a2d58cf3404333c5d0c966f9872af9# Parent 9b7ee248328289d34b35ad36e41a70f17c55b97e MERGE: Merge with upstream 2.0.16 diff -r 2c2d0daa31a2 -r 70b8e449d563 Makefile --- 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 PORTNAME= uwsginl -DISTVERSION= 2.0.15 +PORTVERSION= 2.0.16 CATEGORIES= www MASTER_SITES= http://projects.unbit.it/downloads/ DISTNAME= uwsgi-${DISTVERSION} diff -r 2c2d0daa31a2 -r 70b8e449d563 distinfo --- 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 diff -r 2c2d0daa31a2 -r 70b8e449d563 files/patch-uwsgiconfig.py --- 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') diff -r 2c2d0daa31a2 -r 70b8e449d563 files/uwsginl.in