[Bug 223359] security/py-fail2ban: after upgrade to 0.10.x, fail2ban no longer works with python 3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 24 11:18:22 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223359

--- Comment #5 from David O'Rourke <dor.bsd at xm0.uk> ---
Looking at the Poudriere output, it looks like there's a `patch-depends` phase
where the necessary Python should be installed in this case, while the regular
`USES` that are set are installed after the `patch` phase in the
`build-depends` phase.

It looks like this is controlled by the `PATCH_DEPENDS` setting in the port's
Makefile (see `Mk/bsd.port.mk`). Hopefully setting Python as a dependency here
will fix the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list