Date: Sat, 7 Dec 2024 21:42:29 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: 63a258292548 - main - graphics/vulkan-loader: drop i386 workaround Message-ID: <202412072142.4B7LgTqu073846@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=63a2582925484613f20f2420284ce4444c876718 commit 63a2582925484613f20f2420284ce4444c876718 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-07 19:31:14 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-07 21:42:04 +0000 graphics/vulkan-loader: drop i386 workaround No clue if or when it was fixed but not reproducible anymore. PR: 249527 --- graphics/vulkan-loader/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index ccfc107bc56e..605e95e9b699 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.4.303 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org @@ -45,9 +46,5 @@ post-patch: -e '/FALLBACK/s,/etc,${PREFIX}&,' \ -e 's,/usr/local,${PREFIX},' \ ${WRKSRC}/CMakeLists.txt -# https://github.com/llvm/llvm-project/issues/46692 - @if [ "${CHOSEN_COMPILER_TYPE}-${ARCH}-${_OSRELEASE:C/.*-//}" = "clang-i386-CURRENT" ]; then \ - ${ECHO} "disabled" >${WRKSRC}/loader/asm_test_x86.S; \ - fi .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412072142.4B7LgTqu073846>
