Date: Sun, 12 Feb 2023 09:15:26 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5365088c87e5 - main - Mk/Uses/llvm.mk: 7-9 are no longer valid options Message-ID: <202302120915.31C9FQLg082387@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5365088c87e53f8874d174c781fc136413cff94c commit 5365088c87e53f8874d174c781fc136413cff94c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-02-12 09:00:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-02-12 09:00:56 +0000 Mk/Uses/llvm.mk: 7-9 are no longer valid options As of commit 21778d8958f518e2179b1053d75cfb6c71405558 these are no longer valid options PR: 269005 Reviewed by: portmgr (tcberner) --- Mk/Uses/llvm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/llvm.mk b/Mk/Uses/llvm.mk index e5134a98bd64..931ad99156f8 100644 --- a/Mk/Uses/llvm.mk +++ b/Mk/Uses/llvm.mk @@ -32,7 +32,7 @@ .if !defined(_INCLUDE_USES_LLVM_MK) _INCLUDE_USES_LLVM_MK= YES -_LLVM_MK_VALID_VERSIONS= 7 8 9 10 11 12 13 14 15 16 +_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16 _LLVM_MK_VALID_CONSTRAINTS= min max _LLVM_MK_VALID_MODES= build run lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302120915.31C9FQLg082387>