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
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 16887 Build 16764: arc lint + arc unit
Event Timeline
devel/kdevelop/Makefile | ||
---|---|---|
21 | ^ 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 | ^ this is probably an existing error in the plist -- and os supposed to be unless it is indeed |
devel/kdevelop/Makefile | ||
---|---|---|
21 | 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 | Yep, it is debug when building WITH_DEBUG=1. |