Backport fix of https://bugs.python.org/issue32849
This is needed for starting sysutils/azure-agent at boot:
https://github.com/Azure/WALinuxAgent/issues/1687
Obtained from: f9c01a16da
MFH: 2019Q4
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fe927794bc
commit
7a2c287047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519241
2 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= python
|
||||
PORTVERSION= ${PYTHON_PORTVERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
|
||||
|
@ -17,7 +17,8 @@ LICENSE= PSFL
|
|||
|
||||
# Resolve sinpi name clash with libm (IEEE-754 violation)
|
||||
PATCH_SITES= https://github.com/python/cpython/commit/
|
||||
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
|
||||
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
|
||||
f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1
|
||||
|
||||
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
|
||||
PATHFIX_MAKEFILEIN= Makefile.pre.in
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
TIMESTAMP = 1575745326
|
||||
TIMESTAMP = 1575752359
|
||||
SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da
|
||||
SIZE (python/Python-3.6.9.tar.xz) = 17212164
|
||||
SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f
|
||||
SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542
|
||||
SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9
|
||||
SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888
|
||||
|
|
Loading…
Reference in a new issue