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 18:59:57 UTC 2025
Modified Files:
pkgsrc/devel/cargo-release: Makefile
pkgsrc/devel/feluda: Makefile
pkgsrc/devel/git-cliff: Makefile
Log Message:
devel: Convert 3 rust packages from NOT_FOR i386 to i386-sse2.mk
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/cargo-release/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/feluda/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/git-cliff/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-release/Makefile
diff -u pkgsrc/devel/cargo-release/Makefile:1.10 pkgsrc/devel/cargo-release/Makefile:1.11
--- pkgsrc/devel/cargo-release/Makefile:1.10 Wed Apr 2 17:35:36 2025
+++ pkgsrc/devel/cargo-release/Makefile Tue Apr 8 18:59:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/04/02 17:35:36 pin Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/08 18:59:57 gdt Exp $
DISTNAME= cargo-release-0.25.17
CATEGORIES= devel
@@ -11,7 +11,7 @@ COMMENT= Cargo release subcommand
LICENSE= apache-2.0 AND mit
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
SITES.curl-sys-0.4.74+curl-8.9.0.crate= https://static.crates.io/crates/curl-sys/
Index: pkgsrc/devel/feluda/Makefile
diff -u pkgsrc/devel/feluda/Makefile:1.7 pkgsrc/devel/feluda/Makefile:1.8
--- pkgsrc/devel/feluda/Makefile:1.7 Wed Apr 2 10:52:24 2025
+++ pkgsrc/devel/feluda/Makefile Tue Apr 8 18:59:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/04/02 10:52:24 pin Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/08 18:59:57 gdt Exp $
DISTNAME= feluda-1.5.2
CATEGORIES= devel
@@ -10,7 +10,7 @@ COMMENT= Detect license usage restrictio
LICENSE= mit
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
SITES.wasi-0.11.0+wasi-snapshop-preview1.crate= https://static.crates.io/crates/wasi/
SITES.wasi-0.13.3+wasi-0.2.2.crate= https://static.crates.io/crates/wasi/
Index: pkgsrc/devel/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.49 pkgsrc/devel/git-cliff/Makefile:1.50
--- pkgsrc/devel/git-cliff/Makefile:1.49 Wed Apr 2 10:52:57 2025
+++ pkgsrc/devel/git-cliff/Makefile Tue Apr 8 18:59:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2025/04/02 10:52:57 pin Exp $
+# $NetBSD: Makefile,v 1.50 2025/04/08 18:59:57 gdt Exp $
DISTNAME= git-cliff-2.8.0
CATEGORIES= devel
@@ -11,7 +11,7 @@ COMMENT= Highly customizable Changelog G
LICENSE= gnu-gpl-v3
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
.include "cargo-depends.mk"
Home |
Main Index |
Thread Index |
Old Index