pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tlrc



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:04:37 UTC 2025

Modified Files:
        pkgsrc/net/tlrc: Makefile

Log Message:
net/tlrc: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/tlrc/Makefile

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

Modified files:

Index: pkgsrc/net/tlrc/Makefile
diff -u pkgsrc/net/tlrc/Makefile:1.10 pkgsrc/net/tlrc/Makefile:1.11
--- pkgsrc/net/tlrc/Makefile:1.10       Mon Mar 17 20:59:45 2025
+++ pkgsrc/net/tlrc/Makefile    Wed Apr  2 11:04:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/03/17 20:59:45 pin Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/02 11:04:37 pin Exp $
 
 DISTNAME=      tlrc-1.11.0
 CATEGORIES=    net
@@ -10,6 +10,9 @@ HOMEPAGE=     https://tldr.sh/
 COMMENT=       Tldr client written in Rust
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 SITES.wasi-0.11.0+wasi-snapshop-preview1.crate=        https://static.crates.io/crates/wasi/
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index