pkgsrc-WIP-changes archive

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

gnucash-devel: remove now unnecessary patch



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Mar 19 11:29:52 2018 +0100
Changeset:	874584049a3d87cf25296af461b8091c59861e30

Modified Files:
	gnucash-devel/distinfo
Removed Files:
	gnucash-devel/patches/patch-gnucash_gnucash-bin.c

Log Message:
gnucash-devel: remove now unnecessary patch

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

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

diffstat:
 gnucash-devel/distinfo                            |  1 -
 gnucash-devel/patches/patch-gnucash_gnucash-bin.c | 25 -----------------------
 2 files changed, 26 deletions(-)

diffs:
diff --git a/gnucash-devel/distinfo b/gnucash-devel/distinfo
index 4197a47f89..bafafea78d 100644
--- a/gnucash-devel/distinfo
+++ b/gnucash-devel/distinfo
@@ -8,4 +8,3 @@ 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) = 4178d8f06685b42bd4ac9c4290085257b78935c8
diff --git a/gnucash-devel/patches/patch-gnucash_gnucash-bin.c b/gnucash-devel/patches/patch-gnucash_gnucash-bin.c
deleted file mode 100644
index 28278c186f..0000000000
--- a/gnucash-devel/patches/patch-gnucash_gnucash-bin.c
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-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	2018-02-24 22:14:19.000000000 +0000
-+++ gnucash/gnucash-bin.c
-@@ -22,6 +22,7 @@
-  */
- #include <config.h>
- 
-+#include <signal.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-@@ -602,6 +603,8 @@ inner_main (void *closure, int argc, cha
-     SCM main_mod;
-     char* fn;
- 
-+    signal(SIGTTOU, SIG_IGN);
-+
-     scm_c_eval_string("(debug-set! stack 200000)");
- 
-     main_mod = scm_c_resolve_module("gnucash utilities");


Home | Main Index | Thread Index | Old Index