Re: problem with ... make?
- In reply to: Robert Huff : "Re: problem with ... make?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 15:30:41 UTC
On 4 Oct 2023, at 16:55, Robert Huff <roberthuff@rcn.com> wrote: > > Dimitry Andric <dim@FreeBSD.org> writes: > >> What does "cd /usr/ports && git status" say? > > > root@> git -C /usr/ports status > On branch main > Your branch is up to date with 'freebsd/main'. > > > It took 5.07 seconds to enumerate untracked files. > See 'git help status' for information on how to improve this. > > nothing to commit, working tree clean https://cgit.freebsd.org/ports/commit/?id=e9ddd698cc22b9f37932924d19942802e3780e72 changed Mk/Uses/objc.mk like so: --- a/Mk/Uses/objc.mk +++ b/Mk/Uses/objc.mk @@ -8,7 +8,7 @@ .if !defined(_INCLUDE_USES_OBJC_MK) _INCLUDE_USES_OBJC_MK= yes -OBJC_CLANG_VERSION=70 +OBJC_CLANG_VERSION= ${LLVM_DEFAULT} objc_ARGS?= . if !empty(objc_ARGS) && ! ${objc_ARGS:Mcompiler} so maybe you have some weird value of LLVM_DEFAULT defined somewhere? What happens if you set __MAKE_CONF=/dev/null, or temporarily move your /etc/make.conf out of the way? -Dimitry