Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2023 13:32:57 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: 7722a4267edb - main - graphics/mesa-devel: unpin LLVM version after 29d855b6f775
Message-ID:  <202311251332.3APDWvKI072453@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=7722a4267edbb62b2549ef1de1fed0be1c708a11

commit 7722a4267edbb62b2549ef1de1fed0be1c708a11
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-11-25 13:28:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-25 13:30:36 +0000

    graphics/mesa-devel: unpin LLVM version after 29d855b6f775
    
    This reverts commit b0b997e3fc350bd39184128d1ec9434893e819d1.
    This reverts commit d2577c2b62d331d38d007a72f0e75e8e7c19b63f.
---
 graphics/mesa-devel/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 32628d1c2a4b..f3b55f5d2efd 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -154,13 +154,6 @@ ZSTD_DESC=		Use ZSTD for shader cache
 ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd
 ZSTD_MESON_ENABLED=	zstd
 
-.include <bsd.port.options.mk>
-
-# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
-.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
-LLVM_DEFAULT=	15 # chase mesa-dri
-.endif
-
 post-patch:
 # Extract (snapshot) version from the port instead of empty string
 	@${REINPLACE_CMD} '/MESA_GIT_SHA1/s/""/" (git-${DISTVERSIONSUFFIX:C/.*-g//})"/' \



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