pkgsrc-WIP-changes archive

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

task: add patch to fix build failure



Module Name:	pkgsrc-wip
Committed By:	Emil Skoeldberg <esg%sdf.lonestar.org@localhost>
Pushed By:	esg
Date:		Mon Nov 9 14:08:56 2015 +0000
Changeset:	ffd46fbb4a8990d78914df843dcfc1a12c517c98

Modified Files:
	task/distinfo
Added Files:
	task/patches/patch-src_commands_CmdEdit.cpp

Log Message:
task: add patch to fix build failure

Add a missing '#include <errno.h>' to a source file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffd46fbb4a8990d78914df843dcfc1a12c517c98

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

diffstat:
 task/distinfo                               |  1 +
 task/patches/patch-src_commands_CmdEdit.cpp | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/task/distinfo b/task/distinfo
index a2d47fd..dd134ca 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -4,3 +4,4 @@ SHA1 (task-2.5.0.tar.gz) = d319f872ae74c541c7a257e75ee531b67783678b
 RMD160 (task-2.5.0.tar.gz) = 5e4908027a073627184868346819afdd975595c6
 SHA512 (task-2.5.0.tar.gz) = 911ed33553c71d0578dda20774ff1c5762700957ed637ed849ef51c4cd00a53feabc18c477dbc4b618371d9ddc8fec71795f96d8474acbec8a91be8bb1ff1bfd
 Size (task-2.5.0.tar.gz) = 900285 bytes
+SHA1 (patch-src_commands_CmdEdit.cpp) = 0faaa6661c8a902d71271b654f3d627984029156
diff --git a/task/patches/patch-src_commands_CmdEdit.cpp b/task/patches/patch-src_commands_CmdEdit.cpp
new file mode 100644
index 0000000..5750910
--- /dev/null
+++ b/task/patches/patch-src_commands_CmdEdit.cpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/commands/CmdEdit.cpp.orig	2015-10-21 20:25:42.000000000 +0000
++++ src/commands/CmdEdit.cpp
+@@ -36,6 +36,7 @@
+ #include <Filter.h>
+ #include <Nibbler.h>
+ #include <i18n.h>
++#include <errno.h>
+ #include <text.h>
+ #include <util.h>
+ #include <i18n.h>


Home | Main Index | Thread Index | Old Index