aboutsummaryrefslogtreecommitdiff
path: root/lang/python37
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.7.4Wen Heping2019-07-104-5/+13
| | | | | | | | | (include security fix: https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-4-final) MFH: 2019Q3 Notes: svn path=/head/; revision=506331
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Add note to update python documentation (lang/python-doc-*)Sunpoet Po-Chuan Hsieh2019-03-291-0/+2
| | | | Notes: svn path=/head/; revision=497138
* Update to 3.7.3Sunpoet Po-Chuan Hsieh2019-03-263-10/+12
| | | | | | | | | Changes: https://docs.python.org/3.7/whatsnew/changelog.html Security: bcc4de965c36f6dea4e6ebcd4289a915 MFH: 2019Q1 Notes: svn path=/head/; revision=496917
* - Fix build in presence of e2fsprogs-libuuidDmitry Marakasov2018-12-311-0/+6
| | | | | | | | PR: 229562 Reported by: many Notes: svn path=/head/; revision=488798
* - Update to 3.7.2Wen Heping2018-12-264-18/+27
| | | | Notes: svn path=/head/; revision=488355
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-022-18/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* - Replace 37with %%XY%%Wen Heping2018-10-211-6/+6
| | | | Notes: svn path=/head/; revision=482667
* - Update to 3.7.1Wen Heping2018-10-214-23/+105
| | | | Notes: svn path=/head/; revision=482664
* lang/python27,35+: Remove MAKE_JOBS_UNSAFEKubilay Kocak2018-10-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports r393217 via bug 200622 [1] originally set MAKE_JOBS_UNSAFE=yes due to incorrect uses of recursive make [2], causing intermittent build failures when run with multiple jobs (-jN). Upstream committed a fix for the issue in default (3.6, at the time), 3.5 and 2.7 which are now contained in all released lang/python?? port versions. 3.4 did not receieve a backport merge. lang/python3.5+ ports inadvertently inherited MAKE_JOBS_UNSAFE=yes, via repocopies from lang/python34 on their creation, when they were infact safe to use with -j. Remove MAKE_JOBS_UNSAFE in all lang/python?? ports except python34 accordingly. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200622 [2] https://bugs.python.org/issue22359 PR: 232308 Reported by: cem Reviewed by: cem Approved by: koobs (python) MFH: 2018Q4 Differential Revision: D17579 Notes: svn path=/head/; revision=482271
* Remove THREADS optionSunpoet Po-Chuan Hsieh2018-08-261-6/+3
| | | | | | | | | | | | | | - Bump PORTREVISION for package change Support for building --without-threads has been removed. The threading module is now always available. PR: 230605 Submitted by: Roland Smith <rsmith@xs4all.nl> Reference: https://docs.python.org/3/whatsnew/3.7.html Notes: svn path=/head/; revision=478157
* lang/python3?: Fix python3.?-config behavior when symlinkedTobias Kortkamp2018-07-262-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | When python3.?-config is symlinked to another location it starts outputting bogus paths. For example $ pwd /home/tobias $ python3.6-config --includes -I/usr/local/include/python3.6m -I/usr/local/include/python3.6m $ ln -s /usr/local/bin/python3.6-config python3-config $ ./python3-config --includes -I/home/include/python3.6m -I/home/include/python3.6m This breaks ports trying to use BINARY_ALIAS together with python3.?-config. Apply a patch to resolve the symlink first before trying to find the install prefix. PR: 229749 Submitted by: tobik Reviewed by: antoine, miwi Approved by: python (miwi) Notes: svn path=/head/; revision=475350
* - Bump PORTREVISON after r474267Martin Wilke2018-07-091-0/+1
| | | | | | | | Reported by: mat Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474270
* - Added a warning for FBSD10Martin Wilke2018-07-091-2/+3
| | | | | | | | PR: 229640 Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474267
* - Repocopy lang/python36 --> lang/python37 and update to 3.7.0Wen Heping2018-07-0610-0/+7296
Notes: svn path=/head/; revision=473992