Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2026 20:14:11 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40d743969276 - main - x11/pixman: Constrain to LLVM <= 19 on i386
Message-ID:  <6a1de813.33914.754b4151@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40d7439692762113ce1b91fe18fae8b2b86d25ba

commit 40d7439692762113ce1b91fe18fae8b2b86d25ba
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-05-30 18:44:47 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-01 20:14:07 +0000

    x11/pixman: Constrain to LLVM <= 19 on i386
    
    PR:             295268
    Tested by:      Dan Kotowski <dan.kotowski@a9development.com>
---
 x11/pixman/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 852b12e73600..6f77227ccb40 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -10,7 +10,10 @@ WWW=		https://pixman.org
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe meson pkgconfig tar:xz
+USES=		cpe ${USES_LLVM_${ARCH}} meson pkgconfig tar:xz
+# Newer Clang does not permit MMX without SSE, see PR 295268
+USES_LLVM_i386=	llvm:max=19
+
 MESON_ARGS=	-Dloongson-mmi=disabled \
 		-Dgtk=disabled \
 		-Ddemos=disabled \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1de813.33914.754b4151>