maintainer-feedback requested: [Bug 230605] [patch] lang/python37: threads are no longer optional

2018-08-13 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 230605: [patch] lang/python37: threads are no longer optional
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230605



--- Description ---
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.)
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 230605] [patch] lang/python37: threads are no longer optional

2018-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230605

Bug ID: 230605
   Summary: [patch] lang/python37: threads are no longer optional
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: rsm...@xs4all.nl
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

Created attachment 196170
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196170=edit
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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"