pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kakoune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  1 05:40:44 UTC 2026

Modified Files:
        pkgsrc/editors/kakoune: distinfo
Added Files:
        pkgsrc/editors/kakoune/patches: patch-src_changes.hh

Log Message:
kakoune: add upstream patch

hopefully fixes NetBSD 11 build


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/kakoune/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/kakoune/patches/patch-src_changes.hh

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

Modified files:

Index: pkgsrc/editors/kakoune/distinfo
diff -u pkgsrc/editors/kakoune/distinfo:1.10 pkgsrc/editors/kakoune/distinfo:1.11
--- pkgsrc/editors/kakoune/distinfo:1.10        Sun Apr 12 16:02:12 2026
+++ pkgsrc/editors/kakoune/distinfo     Fri May  1 05:40:43 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2026/04/12 16:02:12 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/05/01 05:40:43 wiz Exp $
 
 BLAKE2s (kakoune-2026.04.12.tar.bz2) = 359b1669b1ac55e972364d97f6fb36b6868c711e0fa55dedf55b2f0ef12521a1
 SHA512 (kakoune-2026.04.12.tar.bz2) = 248bf8c7faec91ab2a99ea3cbb8b9b5d646f5f3eb249399796d35b00f4026f5d3bf4b4d6fbd8d0510b5f9b894f1f85e7346a1448f6b074686fc2a8ff19005c5c
 Size (kakoune-2026.04.12.tar.bz2) = 638734 bytes
+SHA1 (patch-src_changes.hh) = 5fabdf9d10353b23de57fe70a5e2cd11e2bcf9c5

Added files:

Index: pkgsrc/editors/kakoune/patches/patch-src_changes.hh
diff -u /dev/null pkgsrc/editors/kakoune/patches/patch-src_changes.hh:1.1
--- /dev/null   Fri May  1 05:40:44 2026
+++ pkgsrc/editors/kakoune/patches/patch-src_changes.hh Fri May  1 05:40:43 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_changes.hh,v 1.1 2026/05/01 05:40:43 wiz Exp $
+
+https://github.com/mawww/kakoune/commit/9d5fb1992e0149130706aa6c9cb3ab474c580597
+
+--- src/changes.hh.orig        2026-05-01 05:39:28.776104724 +0000
++++ src/changes.hh
+@@ -4,6 +4,8 @@
+ #include "buffer.hh"
+ #include "coord.hh"
+ 
++#include <algorithm>
++
+ namespace Kakoune
+ {
+ 



Home | Main Index | Thread Index | Old Index