[Bug 239740] factor out hardcoding of "clangXYZ" in devel/qt5-qdoc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 11 18:38:23 BST 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239740
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: adridg
Date: Sun Aug 11 17:37:58 UTC 2019
New revision: 508658
URL: https://svnweb.freebsd.org/changeset/ports/508658
Log:
Make devel/qt5-qdoc use LLVM_DEFAULT instead of hard-coded version
Having the version hard-coded makes it hard to chase LLVM updates;
having a different LLVM version from the rest of the stack -- in particular
from what mesa uses -- means building an extra LLVM just for parsing
documentation from Qt modules.
linimon@ suggests using an easily-spotted variable in PR 239740
but we can go one better and just use the LLVM that's there.
PR: 239740
Submitted by: linimon
Changes:
head/devel/qt5-qdoc/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list