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
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/youcompleteme/Makefile | ||
---|---|---|
7 ↗ | (On Diff #42486) | I believe it's missing a PKGNAMEPREFIX/SUFFIX to distinguish the flavored packages |
devel/youcompleteme/Makefile | ||
---|---|---|
7 ↗ | (On Diff #42486) | Yup, that was it. Thanks! =] |
head/devel/youcompleteme/Makefile | ||
---|---|---|
19–27 | What? |
head/devel/youcompleteme/Makefile | ||
---|---|---|
68–70 | 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}} |