FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/pyt...@freebsd.org.html Port| Current version | New version +-+ devel/py-pytest | 3.6.4 | 3.7.0 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ 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 231073] lang/python27: consumers cannot build with Clang in C++17 mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073 Bug ID: 231073 Summary: lang/python27: consumers cannot build with Clang in C++17 mode Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pyt...@freebsd.org Reporter: jbe...@freebsd.org Flags: maintainer-feedback?(pyt...@freebsd.org) Assignee: pyt...@freebsd.org Consumers may want to switch to C++17 but some dependencies aren't ready for Python 3.* or C++17 library may want to keep supporting Python 2.* in addition to Python 3.*. $ echo '#include ' >a.cc $ c++ -std=gnu++17 $(python2.7-config --cflags) -c a.cc In file included from a.cc:1: In file included from /usr/local/include/python2.7/Python.h:88: /usr/local/include/python2.7/unicodeobject.h:534:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj, /* Object */ ^ /usr/local/include/python2.7/unicodeobject.h:553:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj /* Object */ ^ /usr/local/include/python2.7/unicodeobject.h:575:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register const wchar_t *w, /* wchar_t buffer */ ^ /usr/local/include/python2.7/unicodeobject.h:593:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register wchar_t *w,/* wchar_t buffer */ ^ In file included from a.cc:1: In file included from /usr/local/include/python2.7/Python.h:97: /usr/local/include/python2.7/stringobject.h:173:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj, /* string or Unicode object */ ^ /usr/local/include/python2.7/stringobject.h:174:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register char **s, /* pointer to buffer variable */ ^ /usr/local/include/python2.7/stringobject.h:175:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register Py_ssize_t *len/* pointer to length variable or NULL ^ 7 errors generated. -- 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"
maintainer-feedback requested: [Bug 231073] lang/python27: consumers cannot build with Clang in C++17 mode
Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 231073: lang/python27: consumers cannot build with Clang in C++17 mode https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073 --- Description --- Consumers may want to switch to C++17 but some dependencies aren't ready for Python 3.* or C++17 library may want to keep supporting Python 2.* in addition to Python 3.*. $ echo '#include ' >a.cc $ c++ -std=gnu++17 $(python2.7-config --cflags) -c a.cc In file included from a.cc:1: In file included from /usr/local/include/python2.7/Python.h:88: /usr/local/include/python2.7/unicodeobject.h:534:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj, /* Object */ ^ /usr/local/include/python2.7/unicodeobject.h:553:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj /* Object */ ^ /usr/local/include/python2.7/unicodeobject.h:575:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register const wchar_t *w, /* wchar_t buffer */ ^ /usr/local/include/python2.7/unicodeobject.h:593:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register wchar_t *w,/* wchar_t buffer */ ^ In file included from a.cc:1: In file included from /usr/local/include/python2.7/Python.h:97: /usr/local/include/python2.7/stringobject.h:173:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register PyObject *obj, /* string or Unicode object */ ^ /usr/local/include/python2.7/stringobject.h:174:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register char **s, /* pointer to buffer variable */ ^ /usr/local/include/python2.7/stringobject.h:175:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register Py_ssize_t *len/* pointer to length variable or NULL ^ 7 errors generated. ___ 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 231073] lang/python27: consumers cannot build with Clang in C++17 mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073 --- Comment #1 from Jan Beich --- Can you backport upstream fix? https://github.com/python/cpython/commit/9ed5f2726607 https://bugs.python.org/issue18722 -- 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"
[Bug 230445] emulators/fs-uae-launcher: Update to 2.8.4; Take MAINTAINER'ship
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230445 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: danilo Date: Sat Sep 1 13:58:59 UTC 2018 New revision: 478695 URL: https://svnweb.freebsd.org/changeset/ports/478695 Log: - Update to 2.8.4 - Use autoplist - Pass maintainership to submitter PR: 230445 Submitted by: Nathan Changes: head/emulators/fs-uae-launcher/Makefile head/emulators/fs-uae-launcher/distinfo head/emulators/fs-uae-launcher/pkg-plist -- You are receiving this mail because: You are on the CC list 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"
[Bug 230445] emulators/fs-uae-launcher: Update to 2.8.4; Take MAINTAINER'ship
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230445 Danilo Egea Gondolfo changed: What|Removed |Added Status|Open|Closed Resolution|--- |FIXED --- Comment #10 from Danilo Egea Gondolfo --- Committed, thanks! -- You are receiving this mail because: You are on the CC list 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"
[Bug 231073] lang/python27: consumers cannot build with Clang in C++17 mode
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231073 --- Comment #2 from Jan Beich --- GCC doesn't turn -Wregister into -Werror by default. Warnings in dependencies can be silenced via -isystem[1] but, unfortunately, "python2.7-config --cflags" uses -I instead of -isystem. [1] https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html -- 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"
[Bug 229946] devel/py-pip: Update to 18.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229946 Nathan changed: What|Removed |Added Keywords||patch-ready CC||pyt...@freebsd.org -- You are receiving this mail because: You are on the CC list 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"
[Bug 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514 Nathan changed: What|Removed |Added Status|Open|Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list 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"
[Bug 230542] archivers/py-lz4: Update to 2.1.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230542 Nathan changed: What|Removed |Added URL||https://github.com/python-l ||z4/python-lz4/releases/tag/ ||v2.1.0 Keywords||patch-ready -- 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"