Bug 215580

Summary: [PATCH] lang/python36: remove unrecognized tsc option
Product: Ports & Packages Reporter: rsmith
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed FIXED    
Severity: Affects Only Me CC: antoine, wen
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (python)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to remove the TSC option from the port Makefile. none

Description rsmith 2016-12-26 15:43:34 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-26 16:46:28 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-12-26 16:47:40 UTC
Committed. Thanks!