Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 7325 Build 7492: arc lint + arc unit
Event Timeline
Comment Actions
The PLIST is wrong when you build this port with Python 3 (USES=python in Makefile).
I've tested 1.3.0 with python36 with the following changes:
- USE_PYTHON=autoplist concurrent distutils
- Remove MAKE_ENV=NO_SETUPTOOLS=1
- Remove PLIST
It builds without error.
Comment Actions
Committed revision: https://svnweb.freebsd.org/ports?view=revision&revision=433793
Thank you