pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/geeqie -remove unneeded patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60b15898b20d
branches:  trunk
changeset: 396437:60b15898b20d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 24 10:51:15 2009 +0000

description:
-remove unneeded patch
-disable the SIGBUS handler completely -- as implemented it can only
 cause trouble

diffstat:

 graphics/geeqie/distinfo         |   5 ++---
 graphics/geeqie/patches/patch-ab |  12 ------------
 graphics/geeqie/patches/patch-ac |  23 +++++++++++++++--------
 3 files changed, 17 insertions(+), 23 deletions(-)

diffs (64 lines):

diff -r b72af3f76614 -r 60b15898b20d graphics/geeqie/distinfo
--- a/graphics/geeqie/distinfo  Fri Jul 24 08:04:09 2009 +0000
+++ b/graphics/geeqie/distinfo  Fri Jul 24 10:51:15 2009 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/07/23 23:08:37 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/07/24 10:51:15 drochner Exp $
 
 SHA1 (geeqie-1.0beta2.tar.gz) = 2f26de077d90cad5a0499bfd5e8e3908947773de
 RMD160 (geeqie-1.0beta2.tar.gz) = 7cb29da6495eec48660102b105e0516375936737
 Size (geeqie-1.0beta2.tar.gz) = 1912367 bytes
 SHA1 (patch-aa) = 7991cc161efcc2ac0ac7d477019ed7e3092d9d1b
-SHA1 (patch-ab) = fd686d122a3e7766823a5670e22448c5c8ad54cc
-SHA1 (patch-ac) = eae6e5843473fd49aa07ca7d988deb24a16087f9
+SHA1 (patch-ac) = f4ceb73b0ce87e50c38b758575ab0a441c245b84
diff -r b72af3f76614 -r 60b15898b20d graphics/geeqie/patches/patch-ab
--- a/graphics/geeqie/patches/patch-ab  Fri Jul 24 08:04:09 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2009/07/23 23:08:37 wiz Exp $
-
---- po/Makefile.in.in.orig     2009-07-02 17:46:02.000000000 +0000
-+++ po/Makefile.in.in
-@@ -21,6 +21,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
- PACKAGE = @PACKAGE@
- VERSION = @VERSION@
- 
-+top_builddir = ..
- SHELL = @SHELL@
- 
- srcdir = @srcdir@
diff -r b72af3f76614 -r 60b15898b20d graphics/geeqie/patches/patch-ac
--- a/graphics/geeqie/patches/patch-ac  Fri Jul 24 08:04:09 2009 +0000
+++ b/graphics/geeqie/patches/patch-ac  Fri Jul 24 10:51:15 2009 +0000
@@ -1,15 +1,22 @@
-$NetBSD: patch-ac,v 1.1 2009/07/23 23:08:37 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2009/07/24 10:51:16 drochner Exp $
 
---- src/main.c.orig    2009-07-02 17:45:20.000000000 +0000
+--- src/main.c.orig    2009-07-02 19:45:20.000000000 +0200
 +++ src/main.c
-@@ -698,6 +698,10 @@ void exit_program(void)
+@@ -698,7 +698,7 @@ void exit_program(void)
   */
  /* FIXME: this probably needs some better ifdefs. Please report any compilation problems */
  
-+#ifndef MAP_ANONYMOUS
-+#define MAP_ANONYMOUS 0
-+#endif
-+
- #ifdef SIGBUS
+-#ifdef SIGBUS
++#if 0
  static void sigbus_handler_cb(int signum, siginfo_t *info, void *context)
  {
+       unsigned long pagesize = sysconf(_SC_PAGE_SIZE);
+@@ -709,7 +709,7 @@ static void sigbus_handler_cb(int signum
+ 
+ static void setup_sigbus_handler(void)
+ {
+-#ifdef SIGBUS
++#if 0
+       struct sigaction sigbus_action;
+       sigfillset(&sigbus_action.sa_mask);
+       sigbus_action.sa_sigaction = sigbus_handler_cb;



Home | Main Index | Thread Index | Old Index