pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/so



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

Modified Files:
        pkgsrc/www/so: Makefile

Log Message:
www/so: not for i386


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

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

Modified files:

Index: pkgsrc/www/so/Makefile
diff -u pkgsrc/www/so/Makefile:1.10 pkgsrc/www/so/Makefile:1.11
--- pkgsrc/www/so/Makefile:1.10 Fri Aug 23 15:55:23 2024
+++ pkgsrc/www/so/Makefile      Wed Apr  2 11:14:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/08/23 15:55:23 pin Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/02 11:14:42 pin Exp $
 
 DISTNAME=      so-0.4.10
 CATEGORIES=    www
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/samtay/so/
 COMMENT=       Terminal interface for Stack Overflow
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.79.0



Home | Main Index | Thread Index | Old Index