View | Details | Raw Unified | Return to bug 225858
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	uwsgi
4
PORTNAME=	uwsgi
5
PORTVERSION=	2.0.15
5
PORTVERSION=	2.0.16
6
PORTREVISION=	3
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	http://projects.unbit.it/downloads/
7
MASTER_SITES=	http://projects.unbit.it/downloads/
9
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1495495189
1
TIMESTAMP = 1518267669
2
SHA256 (uwsgi-2.0.15.tar.gz) = 572ef9696b97595b4f44f6198fe8c06e6f4e6351d930d22e5330b071391272ff
2
SHA256 (uwsgi-2.0.16.tar.gz) = a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4
3
SIZE (uwsgi-2.0.15.tar.gz) = 795070
3
SIZE (uwsgi-2.0.16.tar.gz) = 798509
(-)files/patch-uwsgiconfig.py (-18 lines)
Lines 1-18 Link Here
1
--- uwsgiconfig.py.orig	2015-10-07 04:34:01 UTC
2
+++ uwsgiconfig.py
3
@@ -784,15 +784,6 @@ class uConf(object):
4
             self.cflags.append('-DUWSGI_HAS_IFADDRS')
5
             report['ifaddrs'] = True
6
 
7
-        if uwsgi_os in ('FreeBSD', 'OpenBSD'):
8
-            if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'):
9
-                if os.path.exists('/usr/local/include/execinfo.h'):
10
-                    self.cflags.append('-I/usr/local/include')
11
-                    self.ldflags.append('-L/usr/local/lib')
12
-                self.cflags.append('-DUWSGI_HAS_EXECINFO')
13
-                self.libs.append('-lexecinfo')
14
-                report['execinfo'] = True
15
-
16
         if uwsgi_os == 'GNU/kFreeBSD':
17
             if self.has_include('execinfo.h'):
18
                 self.cflags.append('-DUWSGI_HAS_EXECINFO')

Return to bug 225858