summaryrefslogtreecommitdiff
path: root/editors/kakoune
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-22 10:45:10 +0000
committernia <nia@pkgsrc.org>2020-03-22 10:45:10 +0000
commit069f0c6e1112f0f11594c9d5deeec53a6b957a47 (patch)
tree8ef16269e4d56a0c35eeb2f2f325bee36a615aff /editors/kakoune
parent19060c1521276ca60f4747159adf10fd1be8cc8f (diff)
downloadpkgsrc-069f0c6e1112f0f11594c9d5deeec53a6b957a47.tar.gz
kakoune: Add note to patch. I'm not bitter.
Diffstat (limited to 'editors/kakoune')
-rw-r--r--editors/kakoune/distinfo4
-rw-r--r--editors/kakoune/patches/patch-src_file.cc4
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo
index df48b91fd18..25a97ffff4f 100644
--- a/editors/kakoune/distinfo
+++ b/editors/kakoune/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2020/03/22 10:35:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/03/22 10:45:10 nia Exp $
SHA1 (kakoune-2020.01.16.tar.bz2) = bb207f38942251b923935898dd40d9ca475444dd
RMD160 (kakoune-2020.01.16.tar.bz2) = 98c7ed0c9cd77cb73426853a0a92c468a9d27bbb
@@ -6,4 +6,4 @@ SHA512 (kakoune-2020.01.16.tar.bz2) = c7b5b2790f3ecaf3a94b72e1d2f75fbbde8a7e8d36
Size (kakoune-2020.01.16.tar.bz2) = 478509 bytes
SHA1 (patch-src_Makefile) = 669a6da452be1f9cd58848819d7ae70013cefeb8
SHA1 (patch-src_event__manager.cc) = 8666702d13d416fdb7b7cbaf55615b736f7b09a8
-SHA1 (patch-src_file.cc) = 5710ab3727649abcbead9da6fb78c1eb99faa430
+SHA1 (patch-src_file.cc) = 490872503d1f5b73281095aa7552f6c8819a7969
diff --git a/editors/kakoune/patches/patch-src_file.cc b/editors/kakoune/patches/patch-src_file.cc
index a4375f04b0b..2103e700653 100644
--- a/editors/kakoune/patches/patch-src_file.cc
+++ b/editors/kakoune/patches/patch-src_file.cc
@@ -1,8 +1,10 @@
-$NetBSD: patch-src_file.cc,v 1.2 2020/03/22 10:35:44 nia Exp $
+$NetBSD: patch-src_file.cc,v 1.3 2020/03/22 10:45:10 nia Exp $
Allow KAK_BIN_PATH to be used as a fallback for finding the executable
path on more platforms.
+Note: the author of kakoune rejected making this fully portable.
+
--- src/file.cc.orig 2020-01-16 09:52:20.000000000 +0000
+++ src/file.cc
@@ -21,7 +21,7 @@