pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wezterm



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

Modified Files:
        pkgsrc/x11/wezterm: Makefile

Log Message:
x11/wezterm: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/wezterm/Makefile

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

Modified files:

Index: pkgsrc/x11/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.6 pkgsrc/x11/wezterm/Makefile:1.7
--- pkgsrc/x11/wezterm/Makefile:1.6     Sat Mar  8 10:05:54 2025
+++ pkgsrc/x11/wezterm/Makefile Wed Apr  2 11:16:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/03/08 10:05:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/02 11:16:05 pin Exp $
 
 # VERSION must match the output of:
 # git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S"
@@ -13,6 +13,9 @@ HOMEPAGE=     https://wezterm.org/
 COMMENT=       Powerful cross-platform terminal emulator and multiplexer
 LICENSE=       mit AND ofl-v1.1
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 DEPENDS+=      JetBrainsMono-ttf-[0-9]*:../../fonts/JetBrainsMono-ttf
 DEPENDS+=      nerd-fonts-Symbols-[0-9]*:../../fonts/nerd-fonts-Symbols
 DEPENDS+=      roboto-fonts-[0-9]*:../../fonts/roboto-fonts



Home | Main Index | Thread Index | Old Index