[Bug 226439] devel/bmake: spurious Python 2 explicit dependency
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 8 02:28:04 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226439
Bug ID: 226439
Summary: devel/bmake: spurious Python 2 explicit dependency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: trociny at FreeBSD.org
Reporter: freebsd at phil.spodhuis.org
Flags: maintainer-feedback?(trociny at FreeBSD.org)
Assignee: trociny at FreeBSD.org
The Makefile for devel/bmake has `USES= python:2.7,build shebangfix`
The only Python file within the source tarball was converted to be ready for
Python3 on 2013-12-12, per the ChangeLog file.
By locally setting the USES to just refer to `python:build` instead of
`python:2.7/build`, I am able to successfully (poudriere) build a bmake
package, using `python36-3.6.4` as the python dependency, and the resulting
package has been successfully used within poudriere to build `textproc/dict`
and `net/dictd`
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list