pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yaydl



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:05:14 UTC 2025

Modified Files:
        pkgsrc/net/yaydl: Makefile

Log Message:
net/yaydl: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/yaydl/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/yaydl/Makefile
diff -u pkgsrc/net/yaydl/Makefile:1.28 pkgsrc/net/yaydl/Makefile:1.29
--- pkgsrc/net/yaydl/Makefile:1.28      Thu Jan 23 13:40:20 2025
+++ pkgsrc/net/yaydl/Makefile   Wed Apr  2 11:05:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2025/01/23 13:40:20 pin Exp $
+# $NetBSD: Makefile,v 1.29 2025/04/02 11:05:14 pin Exp $
 
 DISTNAME=      yaydl-ea40110aa4d27f6d
 PKGNAME=       yaydl-0.17.2
@@ -10,6 +10,9 @@ HOMEPAGE=     https://code.rosaelefanten.org
 COMMENT=       Yet another youtube down loader
 LICENSE=       cddl-1.0
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.83.0



Home | Main Index | Thread Index | Old Index