Date: Wed, 4 Oct 2023 17:30:41 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Robert Huff <roberthuff@rcn.com> Cc: ports@freebsd.org Subject: Re: problem with ... make? Message-ID: <68A491EC-FC2C-4D89-88D0-AE7BB356166C@FreeBSD.org> In-Reply-To: <25885.31985.663747.607101@jerusalem.litteratus.org> References: <25885.24225.719881.609302@jerusalem.litteratus.org> <8A1BBC15-A39E-4CE6-9F83-281A5726D596@FreeBSD.org> <25885.31985.663747.607101@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_A32A57E0-4C33-4485-ABAC-6DDFF8C90E73 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 4 Oct 2023, at 16:55, Robert Huff <roberthuff@rcn.com> wrote: >=20 > Dimitry Andric <dim@FreeBSD.org> writes: >=20 >> What does "cd /usr/ports && git status" say? >=20 >=20 > root@> git -C /usr/ports status > On branch main > Your branch is up to date with 'freebsd/main'. >=20 >=20 > It took 5.07 seconds to enumerate untracked files. > See 'git help status' for information on how to improve this. >=20 > nothing to commit, working tree clean = https://cgit.freebsd.org/ports/commit/?id=3De9ddd698cc22b9f37932924d199428= 02e3780e72 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=3D yes -OBJC_CLANG_VERSION=3D70 +OBJC_CLANG_VERSION=3D ${LLVM_DEFAULT} objc_ARGS?=3D . 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=3D/dev/null, or temporarily move = your /etc/make.conf out of the way? -Dimitry --Apple-Mail=_A32A57E0-4C33-4485-ABAC-6DDFF8C90E73 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCZR2FIQAKCRCwXqMKLiCW o1EBAJ9/OqRxlftaPPLAC6Cih6rOfeUe1QCg2nSB84BipDtss/8djwW8GACaaXc= =Fhdo -----END PGP SIGNATURE----- --Apple-Mail=_A32A57E0-4C33-4485-ABAC-6DDFF8C90E73--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68A491EC-FC2C-4D89-88D0-AE7BB356166C>