pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/four-bar-rs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 21 08:54:16 UTC 2025

Modified Files:
        pkgsrc/math/four-bar-rs: Makefile

Log Message:
four-bar-rs: mark as BROKEN

Does not build with rust 1.90

Add link to upstream ticket.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/four-bar-rs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/four-bar-rs/Makefile
diff -u pkgsrc/math/four-bar-rs/Makefile:1.26 pkgsrc/math/four-bar-rs/Makefile:1.27
--- pkgsrc/math/four-bar-rs/Makefile:1.26       Sat Aug 30 22:45:50 2025
+++ pkgsrc/math/four-bar-rs/Makefile    Tue Oct 21 08:54:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/08/30 22:45:50 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/10/21 08:54:16 wiz Exp $
 
 DISTNAME=      four-bar-rs-7.0.4
 PKGREVISION=   5
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/KmolYuan/fo
 COMMENT=       Simulator and synthesizing tool for four-bar linkage mechanism
 LICENSE=       gnu-agpl-v3
 
+# https://github.com/KmolYuan/four-bar-rs/issues/7
+BROKEN=                "Does not build with rust 1.90"
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.79.0



Home | Main Index | Thread Index | Old Index