Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2022 14:00:09 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f175312103c0 - main - games/abstreet: mark as broken
Message-ID:  <202207021400.262E09kM029055@gitrepo.freebsd.org>

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

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

commit f175312103c0c524561d3f0c4004959b19145a6f
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-07-02 13:57:58 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-07-02 13:57:58 +0000

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

diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile
index 5da4e68a420d..b3c67d5cb634 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?202207021400.262E09kM029055>