Created attachment 178290 [details] Patch to remove the TSC option from the port Makefile. During configuration of the port (with TSC option enabled), the following is shown: configure: WARNING: unrecognized options: --with-tsc Apparently this option has been removed in python 3.6. Running `configure --help` in the ports workdir reveals no trace of the tsc option nor anything like it. The attached patch removes the option from the port makefile. No portrevision set because the package shouldn't change since TSC if off by default.
A commit references this bug: Author: sunpoet Date: Mon Dec 26 16:45:31 UTC 2016 New revision: 429551 URL: https://svnweb.freebsd.org/changeset/ports/429551 Log: - Remove TSC option PR: 215580 Submitted by: Roland Smith <rsmith@xs4all.nl> Changes: head/lang/python36/Makefile
Committed. Thanks!