CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2023/11/16 04:32:34
Modified files: devel/kdevelop/pkg: PLIST devel/qt-creator/pkg: PLIST lang/zig/pkg : PLIST lang/clang : clang.port.mk lang/wasi-sdk/compiler-rt: Makefile Log message: clang.port.mk: don't add MODCLANG_VERSION to SUBST_VARS, it causes various bogus substitutions (especially with MODCLANG_VERSION=16 e.g. 16x16 icons). un-substitute PLISTs which currently use it, and add to SUBST_VARS in lang/wasi-sdk/compiler-rt where it's actually needed. ok tb@