Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 15:59:49 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b83f7fdc2b6 - main - emulators/wine*: do not test for removed llvm10
Message-ID:  <202404031559.433FxndN062383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b83f7fdc2b62eb57df888e7dc5df81b35a16af1

commit 7b83f7fdc2b62eb57df888e7dc5df81b35a16af1
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-03 15:59:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-03 15:59:11 +0000

    emulators/wine*: do not test for removed llvm10
---
 emulators/wine-devel/Makefile  | 2 +-
 emulators/wine-proton/Makefile | 2 +-
 emulators/wine/Makefile        | 2 +-
 emulators/wine8/Makefile       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index ee1c5f401e3e..58b51d479cfc 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+=	--without-gstreamer
 PLIST_SUB+=		GSTREAMER="@comment "
 .endif
 
-.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
+.if ${LLVM_DEFAULT} == 11
 _LLVM_VERSION=	15
 .else
 _LLVM_VERSION=	${LLVM_DEFAULT}
diff --git a/emulators/wine-proton/Makefile b/emulators/wine-proton/Makefile
index fda894982e89..f2ccd8aef6ec 100644
--- a/emulators/wine-proton/Makefile
+++ b/emulators/wine-proton/Makefile
@@ -102,7 +102,7 @@ PULSEAUDIO_CONFIGURE_OFF=	--without-pulse
 
 .include <bsd.port.pre.mk>
 
-.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
+.if ${LLVM_DEFAULT} == 11
 _LLVM_VERSION=	15
 .else
 _LLVM_VERSION=	${LLVM_DEFAULT}
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 5807e7520f97..b64579535352 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)
+.if ${LLVM_DEFAULT} == 11
 _LLVM_VERSION=	15
 .else
 _LLVM_VERSION=	${LLVM_DEFAULT}
diff --git a/emulators/wine8/Makefile b/emulators/wine8/Makefile
index 9143c1924cf5..7d4a44135519 100644
--- a/emulators/wine8/Makefile
+++ b/emulators/wine8/Makefile
@@ -110,7 +110,7 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 
 .include <bsd.port.pre.mk>
 
-.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
+.if ${LLVM_DEFAULT} == 11
 _LLVM_VERSION=	15
 .else
 _LLVM_VERSION=	${LLVM_DEFAULT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404031559.433FxndN062383>