diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-12-07 21:28:10 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-12-07 21:28:10 +0000 |
| commit | 7a2c2870474aeba95e6df6963429444dd6fa4f02 (patch) | |
| tree | 29217948c138dd38943503b9e433c0548c3a353a /lang/python36 | |
| parent | databases/redis-devel: fix build on GCC architectures (diff) | |
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: https://github.com/python/cpython/pull/12852/commits/f9c01a16dae8aa15d264a1937fb589e8598d1c88
MFH: 2019Q4
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lang/python36')
| -rw-r--r-- | lang/python36/Makefile | 5 | ||||
| -rw-r--r-- | lang/python36/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile index bae1fcde08a2..8d373a0383c9 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -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 diff --git a/lang/python36/distinfo b/lang/python36/distinfo index f6b28128a741..1cc84ef9ad84 100644 --- a/lang/python36/distinfo +++ b/lang/python36/distinfo @@ -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 |
