Date: Fri, 8 Sep 2023 09:19:22 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6891d57bee37 - main - emulators/wine-proton: Default to LLVM 15 (instead of 10 or 11) Message-ID: <202309080919.3889JMBh042213@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=6891d57bee37e9042d9679c4a8e2771f17e57cc3 commit 6891d57bee37e9042d9679c4a8e2771f17e57cc3 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-09-08 09:18:52 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-09-08 09:18:52 +0000 emulators/wine-proton: Default to LLVM 15 (instead of 10 or 11) Port dc3c11a883551eab418c265403c383b27bad8000 from emulators/wine: If the user has set the default version of LLVM to 10 or 11, use LLVM 15 instead (rather than LLVM 12 as before). LLVM 15 is the current default in ports, so one less version to install in case. Plus it's what everyone else uses. Approved by: maintainer (iwtcex@gmail.com) --- emulators/wine-proton/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-proton/Makefile b/emulators/wine-proton/Makefile index 8004d3e137fb..49972d99d8af 100644 --- a/emulators/wine-proton/Makefile +++ b/emulators/wine-proton/Makefile @@ -106,7 +106,7 @@ PULSEAUDIO_CONFIGURE_OFF= --without-pulse .include <bsd.port.pre.mk> .if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11) -_LLVM_VERSION= 12 +_LLVM_VERSION= 15 .else _LLVM_VERSION= ${LLVM_DEFAULT} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309080919.3889JMBh042213>