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 +-+ www/py-django-storages | 1.13.1 | 1.13.2 +-+ 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 Reported by:portscout!
maintainer-approval requested: [Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration : [Attachment 238988] [patch] suport FindPython.cmake, FindPython3.cmake, FindPython2.cmake modules (v2)
John Hein has asked freebsd-python (Nobody) for maintainer-approval: Bug 262109: Mk/Uses/python.mk: Improve CMake/Python integration https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 Attachment 238988: [patch] suport FindPython.cmake, FindPython3.cmake, FindPython2.cmake modules (v2) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238988&action=edit --- Comment #13 from John Hein --- Created attachment 238988 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238988&action=edit [patch] suport FindPython.cmake, FindPython3.cmake, FindPython2.cmake modules (v2) Update with lwhsu@ version from comment 6. I've been using this with success locally now for 9-10 months. 'make -C graphics/libjxl build' is still broken (in the conditions described in comment 0) without it. The commit to onevpl to work around this issue can be removed after this is committed. I don't know if there are others (or I have forgotten them), but I would not be surprised if so.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 John Hein changed: What|Removed |Added Attachment #231998|maintainer-approval?(python | Flags|@FreeBSD.org) | Attachment #231998|0 |1 is obsolete|| Attachment #238988||maintainer-approval?(python Flags||@FreeBSD.org) --- Comment #13 from John Hein --- Created attachment 238988 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238988&action=edit [patch] suport FindPython.cmake, FindPython3.cmake, FindPython2.cmake modules (v2) Update with lwhsu@ version from comment 6. I've been using this with success locally now for 9-10 months. 'make -C graphics/libjxl build' is still broken (in the conditions described in comment 0) without it. The commit to onevpl to work around this issue can be removed after this is committed. I don't know if there are others (or I have forgotten them), but I would not be surprised if so. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 Li-Wen Hsu changed: What|Removed |Added Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 268502] lang/python311: fix regression
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268502 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=41dbb76112949cccafb9b73ff94565dd55e70890 commit 41dbb76112949cccafb9b73ff94565dd55e70890 Author: Dmitry Marakasov AuthorDate: 2022-12-13 12:00:27 + Commit: Dmitry Marakasov CommitDate: 2022-12-23 18:42:37 + lang/python311: fix asyncio.subprocess regression Fix losing stdout of asyncio.subprocess spawned processes. PR: 268502 Approved by:wen (python@) Upstream issue: https://github.com/python/cpython/issues/100133 lang/python311/Makefile| 1 + lang/python311/files/patch-GH-100133 (new) | 24 2 files changed, 25 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 Jan Beich changed: What|Removed |Added Assignee|jbe...@freebsd.org |python@FreeBSD.org --- Comment #14 from Jan Beich --- Sorry, I'm not working on this. I already drown in my own homework, so helping teams with active committers is low priority (to avoid burnout). -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 Jan Beich changed: What|Removed |Added CC||laur...@daverio.net --- Comment #15 from Jan Beich --- *** Bug 262502 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[Bug 268502] lang/python311: fix regression
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268502 Dmitry Marakasov changed: What|Removed |Added Resolution|--- |FIXED Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 --- Comment #16 from John Hein --- (In reply to John Hein from comment #13) Regarding affect on other ports, once this patch for python.mk (to work with cmake's new-ish python support) is committed, math/Imath can remove its 'post-patch' entirely (see bug 263341) - the patch doesn't hurt, but it's not necessary (confirmed by testing with and without the post-patch, and with and without the pyhon.mk patch). So add that port as a beneficiary of this patch (along with at least multimedia/onevpl and graphics/libjxl). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109 --- Comment #17 from John Hein --- This python.mk patch may or may not allow the removal of the cmake patch from bugĀ 252277. They can exist independently without conflict. I just did not test yet whether that patch from bug 252277 would be completely unnecessary if this python.mk patch is in place. That could be investigated separately, but committing this python.mk patch need not wait for such investigation, I believe. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
[Bug 268531] security/py-pycryptodome: Update to 3.16.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268531 John W. O'Brien changed: What|Removed |Added URL||https://github.com/Legrandi ||n/pycryptodome/blob/v3.16.0 ||/Changelog.rst CC||python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 268531] security/py-pycryptodome: Update to 3.16.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268531 John W. O'Brien changed: What|Removed |Added Attachment #238991||maintainer-approval+ Flags|| -- You are receiving this mail because: You are on the CC list for the bug.
[package - main-i386-default][devel/py-pip] Failed for py39-pip-22.2.2 in build
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Log URL: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p7aa0e0a09cfa_s6fd6a0e342/logs/py39-pip-22.2.2.log Build URL: https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p7aa0e0a09cfa_s6fd6a0e342 Log: =>> Building devel/py-pip build started at Sat Dec 24 01:42:44 UTC 2022 port directory: /usr/ports/devel/py-pip package name: py39-pip-22.2.2 building for: FreeBSD main-i386-default-job-05 14.0-CURRENT FreeBSD 14.0-CURRENT 1400076 i386 maintained by: python@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-23-ga7f8d188 Host OSVERSION: 1400073 Jail OSVERSION: 1400076 Job Id: 05 !!! Jail is newer than host. (Jail: 1400076, Host: 1400073) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh UNAME_p=i386 UNAME_m=i386 OSVERSION=1400076 UNAME_v=FreeBSD 14.0-CURRENT 1400076 UNAME_r=14.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-23-ga7f8d188 MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py39 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py39 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for py39-pip-22.2.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- python@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39/.cache HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pip/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pip/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- PYTHONPATH=/wrkdirs/usr/ports/devel/py-pip/work-py39/pip-22.2.2/src/ XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39/.cache HOME=/wrkdirs/usr/ports/devel/py-pip/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pip/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pip/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/loca l" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.9 PYTHON_LIBDIR=lib/python3.9 PYTHON_PLATFORM=freebsd14 PYTHON_SITELIBDIR=lib/python3.9/site-packages PYTHON_SUFFIX=39 PYTHON_EXT_SUFFIX=.cpython-39 PYTHON_VER=3.9 PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py39-pip" EXAMPLESDIR="share/examples/py39-pip" DATADIR="share/py39-pip" WWWDIR="www/py39-pip" ETCDIR="etc/py39-pip" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/py39-pip DOCSDIR=/usr/local/share/doc/py39-pip EXAMPLESDIR=/usr/local/share/examples/py39-pip WWWDIR=/usr/local/www/py39-pip ETCDIR=/us
[Bug 268531] security/py-pycryptodome: Update to 3.16.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268531 Graham Perrin changed: What|Removed |Added Status|New |Open -- You are receiving this mail because: You are on the CC list for the bug.