> On 03/09/2024 09:41 +02 Christer Solskogen <christer.solsko...@gmail.com> > wrote: > > > On Tue, Sep 3, 2024 at 9:29 AM <meisne...@mailbox.org> wrote: > > > I tried to install 'clang-tools-extra' package on a fresh system, > > but unfortunately it does not have 'clang-format' program. Instead, > > it installs 'llvm-16.0.6p24' package, which has 'clang-format-16'. > > Perhaps I miss something here? > > > > Regarding the script, do you mean to make changes in ports/devel/llvm, > > then prepare diff and send to the tech mailing list? > > > > Ah, that might be because I run current, not stable. The package > clang-tools-extra-16.0.6 contains /usr/local/bin/clang-format. > Do you really need llvm-17? > Regarding the scripts I was more thinking like you need to change your > scripts that uses clang-format.
Sorry, I forgot to mention that I run stable. If you have 'clang-tools-extra-16.0.6' package in current, does it mean that soon we will have it in stable too? If yes, then it's very good and I will just wait as long as it needed. Until then, I will manually make symlinks. I don't need llvm-17 exactly, any version is good for me. Regarding the scripts I understand now, I can make changes there too. Thanks, meisner43