pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ncgopher



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:00:17 UTC 2025

Modified Files:
        pkgsrc/net/ncgopher: Makefile

Log Message:
net/ncgopher: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/ncgopher/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/ncgopher/Makefile
diff -u pkgsrc/net/ncgopher/Makefile:1.23 pkgsrc/net/ncgopher/Makefile:1.24
--- pkgsrc/net/ncgopher/Makefile:1.23   Thu Nov 14 22:21:13 2024
+++ pkgsrc/net/ncgopher/Makefile        Wed Apr  2 11:00:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2024/11/14 22:21:13 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/02 11:00:17 pin Exp $
 
 DISTNAME=      ncgopher-0.7.0
 PKGREVISION=   1
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/jansc/ncgop
 COMMENT=       Gopher and gemini client for the modern internet
 LICENSE=       2-clause-bsd
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=        c c++



Home | Main Index | Thread Index | Old Index