devel/youcompleteme: Enable Python 3 support This software supports, Python 2.7 and 3.4+, enable Python 3 support accordingly Reviewed_by: koobs Differential_Revision: D15417
Details
Details
- Reviewers
- None
- Group Reviewers
Python - Commits
- rP472401: * Add python flavors support. This will allow
- portlint:
- testport:
- maketest:
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 16569 Build 16483: arc lint + arc unit
Event Timeline
devel/youcompleteme/Makefile | ||
---|---|---|
7–8 | I believe it's missing a PKGNAMEPREFIX/SUFFIX to distinguish the flavored packages |
devel/youcompleteme/Makefile | ||
---|---|---|
7–8 | Yup, that was it. Thanks! =] |
head/devel/youcompleteme/Makefile | ||
---|---|---|
19–27 ↗ | (On Diff #43787) | What? |
head/devel/youcompleteme/Makefile | ||
---|---|---|
68–70 ↗ | (On Diff #43787) | You could have easily avoided the bsd.port.pre.mk inclusion by doing: CMAKE_ARGS_PY3= -DUSE_PYTHON2:BOOL=OFF CMAKE_ARGS= ${CMAKE_ARGS_PY${PYTHON_MAJOR_VER}} |