ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 29 forks source link

llvm version upgrade with real downgrade #60

Closed arturbac closed 3 years ago

arturbac commented 3 years ago

First of all the pkg build of kdevelop is linked against the oldest llvm in tree 9.0 instead of newer one with better libclang c++17 and c++20 code parsing support.

Second changing in /etc/make.conf DEFAULT_VERSIONS+=llvm=12 allows building kdevelop against llvm12 with better libclang and deisntallation of llvm9, but pkg is forcing install of older llvm 9 as and UPGRADE to llvm12

Installed packages to be UPGRADED: llvm: 12 -> 90 [GhostBSD]

ericbsd commented 3 years ago

What that has to do with networkmgr?