Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 17:45:08 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99fa1784e9ef - main - devel/fungw: fix build with python 3.12
Message-ID:  <696684a4.38645.4154f2c6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99fa1784e9ef4a30561084ab9a74e84c65222ee4

commit 99fa1784e9ef4a30561084ab9a74e84c65222ee4
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:42:07 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:42:07 +0000

    devel/fungw: fix build with python 3.12
    
    PR:             285957
---
 devel/fungw/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/fungw/Makefile b/devel/fungw/Makefile
index 986499098585..c58337e5750f 100644
--- a/devel/fungw/Makefile
+++ b/devel/fungw/Makefile
@@ -38,6 +38,7 @@ LUA_CONFIGURE_ON=	--cflags/libs/script/lua=-I${LUA_INCDIR} \
 			--ldflags/libs/script/lua=!'-L${LUA_LIBDIR} -llua-${LUA_VER}'
 PERL_USES=		perl5
 PYTHON3_USES=		python
+PYTHON3_BUILD_DEPENDS=	${PY_SETUPTOOLS}
 TCL_USES=		tcl
 
 post-install:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696684a4.38645.4154f2c6>