Details
Details
- Reviewers
tcberner AMDmi3 - Group Reviewers
Contributor Reviewers (ports) - Commits
- rP471124: Update devel/kdevelop, devel/kdev-php and devel/kdev-python to the latest…
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/kdevelop/Makefile | ||
---|---|---|
21 ↗ | (On Diff #43082) | ^ I think you need to add some cmake flag/patch so that i only picks up llvm60, as it checks against multiple versions, it could be, possibly, that it would use llvm50 if that is also installed. |
devel/kdevelop/pkg-plist | ||
373 ↗ | (On Diff #43082) | ^ this is probably an existing error in the plist -- and os supposed to be unless it is indeed |
devel/kdevelop/Makefile | ||
---|---|---|
21 ↗ | (On Diff #43082) | Judging from FindLLVM.cmake/FindClang.cmake, it starts searching from a newest version. And since llvm60 is now guaranteed to be pulled in as dependency, I think there is no need in explicit setting of LLVM version in Makefile. |
devel/kdevelop/pkg-plist | ||
373 ↗ | (On Diff #43082) | Yep, it is debug when building WITH_DEBUG=1. |