Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2023 11:55:32 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: dc3c11a88355 - main - emulators/wine: Default to LLVM 15 (instead of 10 or 11)
Message-ID:  <202309071155.387BtW2o016794@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=dc3c11a883551eab418c265403c383b27bad8000

commit dc3c11a883551eab418c265403c383b27bad8000
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-09-07 11:55:19 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-09-07 11:55:19 +0000

    emulators/wine: Default to LLVM 15 (instead of 10 or 11)
    
    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.
---
 emulators/wine/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 133585d337db..e79187ccad3b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -113,7 +113,7 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 .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?202309071155.387BtW2o016794>