pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/piratebay



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:01:55 UTC 2025

Modified Files:
        pkgsrc/net/piratebay: Makefile

Log Message:
net/piratebay: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/piratebay/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/piratebay/Makefile
diff -u pkgsrc/net/piratebay/Makefile:1.6 pkgsrc/net/piratebay/Makefile:1.7
--- pkgsrc/net/piratebay/Makefile:1.6   Sat Apr 20 20:32:45 2024
+++ pkgsrc/net/piratebay/Makefile       Wed Apr  2 11:01:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/04/20 20:32:45 pin Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/02 11:01:55 pin Exp $
 
 DISTNAME=      piratebay-0.1.9
 CATEGORIES=    net
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/tsirysndr/p
 COMMENT=       CLI tool to search for torrents on piratebay
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 .include "../../lang/rust/cargo.mk"



Home | Main Index | Thread Index | Old Index