pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: gdt
Date: Tue Apr 8 00:25:02 UTC 2025
Modified Files:
pkgsrc/devel/cargo-about: Makefile
pkgsrc/devel/cargo-edit: Makefile
pkgsrc/devel/cargo-upgrades: Makefile
Log Message:
devel/cargo-+: Use i386-sse2.mk
instead of NOT_FOR. The packages build (NetBSD 10 i386) without
triggering the assert for sse2 in ring, now that sse2 is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cargo-about/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cargo-edit/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/cargo-upgrades/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cargo-about/Makefile
diff -u pkgsrc/devel/cargo-about/Makefile:1.6 pkgsrc/devel/cargo-about/Makefile:1.7
--- pkgsrc/devel/cargo-about/Makefile:1.6 Wed Apr 2 10:49:04 2025
+++ pkgsrc/devel/cargo-about/Makefile Tue Apr 8 00:25:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/04/02 10:49:04 pin Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/08 00:25:02 gdt Exp $
DISTNAME= cargo-about-0.6.6
#cargo-about-0.7.0 requires Rust >= 1.85
@@ -11,7 +11,7 @@ COMMENT= Cargo plugin to generate list o
LICENSE= apache-2.0 OR mit
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
.include "cargo-depends.mk"
Index: pkgsrc/devel/cargo-edit/Makefile
diff -u pkgsrc/devel/cargo-edit/Makefile:1.4 pkgsrc/devel/cargo-edit/Makefile:1.5
--- pkgsrc/devel/cargo-edit/Makefile:1.4 Wed Apr 2 17:33:16 2025
+++ pkgsrc/devel/cargo-edit/Makefile Tue Apr 8 00:25:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/02 17:33:16 pin Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/08 00:25:02 gdt Exp $
DISTNAME= cargo-edit-0.13.1
# v0.13.2 requires Rust >= 1.85
@@ -12,7 +12,7 @@ COMMENT= Utility for managing cargo depe
LICENSE= mit
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
SITES.curl-sys-0.4.78+curl-8.11.0.crate= https://static.crates.io/crates/curl-sys/
Index: pkgsrc/devel/cargo-upgrades/Makefile
diff -u pkgsrc/devel/cargo-upgrades/Makefile:1.10 pkgsrc/devel/cargo-upgrades/Makefile:1.11
--- pkgsrc/devel/cargo-upgrades/Makefile:1.10 Wed Apr 2 10:51:50 2025
+++ pkgsrc/devel/cargo-upgrades/Makefile Tue Apr 8 00:25:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/04/02 10:51:50 pin Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/08 00:25:02 gdt Exp $
DISTNAME= cargo-upgrades-2.1.3
CATEGORIES= devel
@@ -11,7 +11,7 @@ COMMENT= Check for outdated dependencies
LICENSE= gnu-gpl-v3
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
Home |
Main Index |
Thread Index |
Old Index