pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-cliff



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:52:57 UTC 2025

Modified Files:
        pkgsrc/devel/git-cliff: Makefile

Log Message:
devel/feluda: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/git-cliff/Makefile

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

Modified files:

Index: pkgsrc/devel/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.48 pkgsrc/devel/git-cliff/Makefile:1.49
--- pkgsrc/devel/git-cliff/Makefile:1.48        Mon Feb 24 08:37:44 2025
+++ pkgsrc/devel/git-cliff/Makefile     Wed Apr  2 10:52:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2025/02/24 08:37:44 pin Exp $
+# $NetBSD: Makefile,v 1.49 2025/04/02 10:52:57 pin Exp $
 
 DISTNAME=      git-cliff-2.8.0
 CATEGORIES=    devel
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/orhun/git-c
 COMMENT=       Highly customizable Changelog Generator
 LICENSE=       gnu-gpl-v3
 
+# 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