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: nia
Date: Sun Mar 22 10:45:11 UTC 2020
Modified Files:
pkgsrc/editors/kakoune: distinfo
pkgsrc/editors/kakoune/patches: patch-src_file.cc
Log Message:
kakoune: Add note to patch. I'm not bitter.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/kakoune/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/kakoune/patches/patch-src_file.cc
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.3 pkgsrc/editors/kakoune/distinfo:1.4
--- pkgsrc/editors/kakoune/distinfo:1.3 Sun Mar 22 10:35:44 2020
+++ pkgsrc/editors/kakoune/distinfo Sun Mar 22 10:45:10 2020
@@ -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) = c7
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
Index: pkgsrc/editors/kakoune/patches/patch-src_file.cc
diff -u pkgsrc/editors/kakoune/patches/patch-src_file.cc:1.2 pkgsrc/editors/kakoune/patches/patch-src_file.cc:1.3
--- pkgsrc/editors/kakoune/patches/patch-src_file.cc:1.2 Sun Mar 22 10:35:44 2020
+++ pkgsrc/editors/kakoune/patches/patch-src_file.cc Sun Mar 22 10:45:10 2020
@@ -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 @@
Home |
Main Index |
Thread Index |
Old Index