Bug 215580 - [PATCH] lang/python36: remove unrecognized tsc option
Summary: [PATCH] lang/python36: remove unrecognized tsc option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-12-26 15:43 UTC by rsmith
Modified: 2016-12-26 16:47 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch to remove the TSC option from the port Makefile. (1.06 KB, patch)
2016-12-26 15:43 UTC, rsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!