aboutsummaryrefslogtreecommitdiff
path: root/lang/python36/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python36/Makefile')
-rw-r--r--lang/python36/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 85aaa4dd1288..2e3eb955e19f 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -3,12 +3,18 @@
PORTNAME= python
PORTVERSION= ${PYTHON_PORTVERSION}
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
+# Resolve sinpi name clash with libm (IEEE-754 violation)
+PATCH_SITES= https://github.com/python/cpython/commit/
+PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
+ f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1
+
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language