Created attachment 196170 [details] Remove threads option. During compilation of lang/python37 I got the following warning: configure: WARNING: unrecognized options: --with-threads According to https://docs.python.org/3/whatsnew/3.7.html: Support for building --without-threads has been removed. The threading module is now always available. (Contributed by Antoine Pitrou in bpo-31370.). So attached is a patch for the port Makefile to remove the THREADS option. I also moved PORTREVISION to pet portlint. It builds OK. Portlint is gives no errors, just some warnings. (Python 37 won't package for me because of bug 229562.)
A commit references this bug: Author: sunpoet Date: Sun Aug 26 18:42:38 UTC 2018 New revision: 478157 URL: https://svnweb.freebsd.org/changeset/ports/478157 Log: Remove THREADS option - 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 Changes: head/lang/python37/Makefile
Committed. Thanks!