View | Details | Raw Unified | Return to bug 208486 | Differences between
and this patch

Collapse All | Expand All

(-)lang/python27/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	python27
3
PORTNAME=	python27
4
PORTVERSION=	${PYTHON_PORTVERSION}
4
PORTVERSION=	${PYTHON_PORTVERSION}
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	lang python ipv6
6
CATEGORIES=	lang python ipv6
7
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
7
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
8
DISTNAME=	Python-${PORTVERSION}
8
DISTNAME=	Python-${PORTVERSION}
(-)lang/python27/files/patch-Include__pyport.h (+24 lines)
Line 0 Link Here
1
--- Include/pyport.h.orig	2015-12-05 19:46:54 UTC
2
+++ Include/pyport.h
3
@@ -693,21 +693,6 @@ extern int fdatasync(int);
4
 #endif /* 0 */
5
 
6
 
7
-/* On 4.4BSD-descendants, ctype functions serves the whole range of
8
- * wchar_t character set rather than single byte code points only.
9
- * This characteristic can break some operations of string object
10
- * including str.upper() and str.split() on UTF-8 locales.  This
11
- * workaround was provided by Tim Robbins of FreeBSD project.
12
- */
13
-
14
-#ifdef __FreeBSD__
15
-#include <osreldate.h>
16
-#if __FreeBSD_version > 500039
17
-# define _PY_PORT_CTYPE_UTF8_ISSUE
18
-#endif
19
-#endif
20
-
21
-
22
 #if defined(__APPLE__)
23
 # define _PY_PORT_CTYPE_UTF8_ISSUE
24
 #endif
(-)lang/python33/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	python33
3
PORTNAME=	python33
4
PORTVERSION=	${PYTHON_PORTVERSION}
4
PORTVERSION=	${PYTHON_PORTVERSION}
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	lang python ipv6
6
CATEGORIES=	lang python ipv6
7
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
7
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
8
DISTNAME=	Python-${PORTVERSION}
8
DISTNAME=	Python-${PORTVERSION}
(-)lang/python33/files/patch-Include__pyport.h (+24 lines)
Line 0 Link Here
1
--- Include/pyport.h.orig	2014-10-12 07:03:52 UTC
2
+++ Include/pyport.h
3
@@ -677,21 +677,6 @@ extern pid_t forkpty(int *, char *, stru
4
 #endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) */
5
 
6
 
7
-/* On 4.4BSD-descendants, ctype functions serves the whole range of
8
- * wchar_t character set rather than single byte code points only.
9
- * This characteristic can break some operations of string object
10
- * including str.upper() and str.split() on UTF-8 locales.  This
11
- * workaround was provided by Tim Robbins of FreeBSD project.
12
- */
13
-
14
-#ifdef __FreeBSD__
15
-#include <osreldate.h>
16
-#if __FreeBSD_version > 500039
17
-# define _PY_PORT_CTYPE_UTF8_ISSUE
18
-#endif
19
-#endif
20
-
21
-
22
 #if defined(__APPLE__)
23
 # define _PY_PORT_CTYPE_UTF8_ISSUE
24
 #endif
(-)lang/python34/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	python34
4
PORTNAME=	python34
5
PORTVERSION=	${PYTHON_PORTVERSION}
5
PORTVERSION=	${PYTHON_PORTVERSION}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	lang python ipv6
7
CATEGORIES=	lang python ipv6
8
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
8
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
9
DISTNAME=	Python-${PORTVERSION}
9
DISTNAME=	Python-${PORTVERSION}
(-)lang/python34/files/patch-Include__pyport.h (+24 lines)
Line 0 Link Here
1
--- Include/pyport.h.orig	2015-12-21 06:00:57 UTC
2
+++ Include/pyport.h
3
@@ -671,21 +671,6 @@ extern pid_t forkpty(int *, char *, stru
4
 #endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) */
5
 
6
 
7
-/* On 4.4BSD-descendants, ctype functions serves the whole range of
8
- * wchar_t character set rather than single byte code points only.
9
- * This characteristic can break some operations of string object
10
- * including str.upper() and str.split() on UTF-8 locales.  This
11
- * workaround was provided by Tim Robbins of FreeBSD project.
12
- */
13
-
14
-#ifdef __FreeBSD__
15
-#include <osreldate.h>
16
-#if __FreeBSD_version > 500039
17
-# define _PY_PORT_CTYPE_UTF8_ISSUE
18
-#endif
19
-#endif
20
-
21
-
22
 #if defined(__APPLE__)
23
 # define _PY_PORT_CTYPE_UTF8_ISSUE
24
 #endif
(-)lang/python35/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	python
4
PORTNAME=	python
5
DISTVERSION=	${PYTHON_PORTVERSION}
5
DISTVERSION=	${PYTHON_PORTVERSION}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	lang python ipv6
7
CATEGORIES=	lang python ipv6
8
MASTER_SITES=	PYTHON/ftp/python/${PYTHON_PORTVERSION}
8
MASTER_SITES=	PYTHON/ftp/python/${PYTHON_PORTVERSION}
9
PKGNAMESUFFIX=	${PYTHON_SUFFIX}
9
PKGNAMESUFFIX=	${PYTHON_SUFFIX}
(-)lang/python35/files/patch-Include__pyport.h (+24 lines)
Line 0 Link Here
1
--- Include/pyport.h.orig	2015-12-07 01:39:07 UTC
2
+++ Include/pyport.h
3
@@ -668,21 +668,6 @@ extern pid_t forkpty(int *, char *, stru
4
 #endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) */
5
 
6
 
7
-/* On 4.4BSD-descendants, ctype functions serves the whole range of
8
- * wchar_t character set rather than single byte code points only.
9
- * This characteristic can break some operations of string object
10
- * including str.upper() and str.split() on UTF-8 locales.  This
11
- * workaround was provided by Tim Robbins of FreeBSD project.
12
- */
13
-
14
-#ifdef __FreeBSD__
15
-#include <osreldate.h>
16
-#if __FreeBSD_version > 500039
17
-# define _PY_PORT_CTYPE_UTF8_ISSUE
18
-#endif
19
-#endif
20
-
21
-
22
 #if defined(__APPLE__)
23
 # define _PY_PORT_CTYPE_UTF8_ISSUE
24
 #endif

Return to bug 208486