bin/sniff.py and bin/split.py import pcapy (from net/py-pcapy). Other python flavors than the default (currently py311) can be installed as well, so adding USES+=concurrent is useful. Patch included inline... --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -17,13 +17,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pcapy>0:net/py-pcapy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}charset-normalizer>0:textproc/py-charset-normalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldapdomaindump>0:net/py-ldapdomaindump@${PY_FLAVOR} USES= dos2unix python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= *
^Triage: Assign to maintainer.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ecad6e4a51a5a40a1e145a80f183537f3f1d037 commit 2ecad6e4a51a5a40a1e145a80f183537f3f1d037 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2025-04-15 04:50:43 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-04-15 04:50:43 +0000 net/py-impacket: Add missing dependency - Add concurrent to USES - Bump PORTREVISION PR: 284701 Reported by: John Hein <jcfyecrayz __at__ liamekaens.com> net/py-impacket/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Committed thanks!