Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 11:25:34 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 182bca0e9fa2 - main - devel/meson: Revert "build for all Python versions (for graphics/blender)"
Message-ID:  <6a32842e.1f99f.4d74dc4f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=182bca0e9fa24e91b4eea0b41e0f66badd90b537

commit 182bca0e9fa24e91b4eea0b41e0f66badd90b537
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-17 11:17:59 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-17 11:24:55 +0000

    devel/meson: Revert "build for all Python versions (for graphics/blender)"
    
    Reverted as requested due to lack of approval by the python team.
    There's also a build problem in dependent ports due to
    USE_PYTHON=concurrent which requires additional detail work to address.
    
    PORTEPOCH bump as USE_PYTHON=concurrent changes the plist.
    
    Reported by:    antoine
    Requested by:   arrowd, mat
    PR:             296086
    
    This reverts commit d0e08ee74bc97443bce5d03d899b74ce266f64d5.
---
 devel/meson/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/meson/Makefile b/devel/meson/Makefile
index a7c47eac73a1..c504a7137990 100644
--- a/devel/meson/Makefile
+++ b/devel/meson/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	meson
 PORTVERSION=	1.10.2
+PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -23,7 +24,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_F
 		gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT}
 
 USES=		ninja:run python shebangfix vala:test
-USE_PYTHON=	allflavors autoplist concurrent cython_test optsuffix pep517 pytest
+USE_PYTHON=	autoplist cython_test optsuffix pep517 pytest
 SHEBANG_FILES=	mesonbuild/rewriter.py \
 		mesonbuild/scripts/cmake_run_ctgt.py
 NO_ARCH=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a32842e.1f99f.4d74dc4f>