Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 22:38:00 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7add5a2c204a - main - games/0ad: Fix build.
Message-ID:  <202405312238.44VMc0P1072968@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7add5a2c204a01a2a1316e9c86eac8019ce30d0b

commit 7add5a2c204a01a2a1316e9c86eac8019ce30d0b
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-05-31 22:36:50 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-05-31 22:36:50 +0000

    games/0ad: Fix build.
    
    Fails to build with newer python 3.11 default.
    
    Force using version 3.9.
---
 games/0ad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/0ad/Makefile b/games/0ad/Makefile
index c7e333fb8cb4..e21cff62de9b 100644
--- a/games/0ad/Makefile
+++ b/games/0ad/Makefile
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libfmt.so:devel/libfmt
 
 USES=		compiler:c++11-lib desktop-file-utils dos2unix gmake gnome \
-		iconv openal:al perl5 pkgconfig python:build sdl tar:xz \
+		iconv openal:al perl5 pkgconfig python:3.9,build sdl tar:xz \
 		xorg
 USE_GNOME=	libxml2
 USE_GL=		gl



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