pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnucash-git: adapt patch for upstream changes
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Nov 27 10:37:42 2017 +0100
Changeset: 185b74c93989c78e1fbe06478509f223c11d38f6
Modified Files:
gnucash-git/distinfo
gnucash-git/patches/patch-gnucash_gnucash-bin.c
Log Message:
gnucash-git: adapt patch for upstream changes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=185b74c93989c78e1fbe06478509f223c11d38f6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnucash-git/distinfo | 2 +-
gnucash-git/patches/patch-gnucash_gnucash-bin.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/gnucash-git/distinfo b/gnucash-git/distinfo
index c749e1cb17..dd4c4f15b6 100644
--- a/gnucash-git/distinfo
+++ b/gnucash-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (googletest-1.8.0.tar.gz) = e7e646a6204638fe8e87e165292b8dd9cd4c36ed
RMD160 (googletest-1.8.0.tar.gz) = b0a9e48874df3291a261ed85a0c0a4d677b01dc1
SHA512 (googletest-1.8.0.tar.gz) = 1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d
Size (googletest-1.8.0.tar.gz) = 1281617 bytes
-SHA1 (patch-gnucash_gnucash-bin.c) = 13ab8aa17c3188668c22151a333fdad46b25cd36
+SHA1 (patch-gnucash_gnucash-bin.c) = f28c3849d028ab4b81dfeda57be764597d2119c4
diff --git a/gnucash-git/patches/patch-gnucash_gnucash-bin.c b/gnucash-git/patches/patch-gnucash_gnucash-bin.c
index 6b7f3eb0e2..6b00712acb 100644
--- a/gnucash-git/patches/patch-gnucash_gnucash-bin.c
+++ b/gnucash-git/patches/patch-gnucash_gnucash-bin.c
@@ -4,17 +4,17 @@ Allow starting gnucash in the background.
python's readline module causes a SIGTTOU to be sent and if this
is not handled (even by ignoring it), it stops the process.
---- gnucash/gnucash-bin.c.orig 2017-08-14 17:05:01.000000000 +0000
+--- gnucash/gnucash-bin.c.orig 2017-10-31 07:17:55.000000000 +0000
+++ gnucash/gnucash-bin.c
@@ -22,6 +22,7 @@
*/
- #include "config.h"
+ #include <config.h>
+#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-@@ -610,6 +611,8 @@ inner_main (void *closure, int argc, cha
+@@ -608,6 +609,8 @@ inner_main (void *closure, int argc, cha
SCM main_mod;
char* fn;
Home |
Main Index |
Thread Index |
Old Index