Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 20:28:53 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3461b20be0f2 - 2022Q3 - games/abstreet: mark as broken
Message-ID:  <202207292028.26TKSroj063338@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3461b20be0f21a0146643be4e928842db1383f48

commit 3461b20be0f21a0146643be4e928842db1383f48
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-07-02 13:57:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-29 20:28:50 +0000

    games/abstreet: mark as broken
    
    Fails to build with rust 1.61.0
    
    PR:             264284
    Approved by:    maintainer timeout
    
    (cherry picked from commit f175312103c0c524561d3f0c4004959b19145a6f)
---
 games/abstreet/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile
index d0ac36dc55e7..803e261d761a 100644
--- a/games/abstreet/Makefile
+++ b/games/abstreet/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Game exploring how changes to city affect drivers/cyclists/pedestrians
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with rust 1.61.0+
+
 BUILD_DEPENDS=	alsa-lib>0:audio/alsa-lib
 
 USES=		cargo gnome localbase:ldflags pkgconfig python:build xorg



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