Date: Fri, 9 Dec 2022 12:52:19 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2165e6eeff65 - main - graphics/mesa-devel: switch to llvm15 after 855947ebf7e7 Message-ID: <202212091252.2B9CqJi8039845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2165e6eeff65e01920b5e5138c867ebab00e316c commit 2165e6eeff65e01920b5e5138c867ebab00e316c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-09 11:44:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-09 12:39:49 +0000 graphics/mesa-devel: switch to llvm15 after 855947ebf7e7 --- graphics/mesa-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 4f6eadbe7409..46de56ca4872 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa DISTVERSION= 22.3-branchpoint-1672 DISTVERSIONSUFFIX= -gbdb7fd69d65 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -137,7 +138,7 @@ ZSTD_MESON_ENABLED= zstd # Ignore Mk/bsd.default-versions.mk but respect make.conf(5) .if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*} -LLVM_DEFAULT= 13 # chase mesa-dri +LLVM_DEFAULT= 15 # chase mesa-dri .endif post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212091252.2B9CqJi8039845>