summaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-08-28 00:30:44 +0000
committergdt <gdt@pkgsrc.org>2012-08-28 00:30:44 +0000
commit8d5c13cf4522a872d2819c6f9cf098f185d1392c (patch)
treec8f58bdc5c0fa71d538271e2ff19fdd23e404a82 /graphics/geeqie
parent115ff1d75161df2ced8851a7b9f3a641570ebbef (diff)
downloadpkgsrc-8d5c13cf4522a872d2819c6f9cf098f185d1392c.tar.gz
add patch comments
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/distinfo6
-rw-r--r--graphics/geeqie/patches/patch-ab10
-rw-r--r--graphics/geeqie/patches/patch-ac9
3 files changed, 20 insertions, 5 deletions
diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo
index d2d4b4618d0..fdbb40e828e 100644
--- a/graphics/geeqie/distinfo
+++ b/graphics/geeqie/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2012/08/27 22:19:32 wiz Exp $
+$NetBSD: distinfo,v 1.7 2012/08/28 00:30:44 gdt Exp $
SHA1 (geeqie-1.1.tar.gz) = 77167479e91e03d9512535a146c5d2d77941257f
RMD160 (geeqie-1.1.tar.gz) = 060c62c3db32fe4bc05aa6dccd052360d3aac3cf
Size (geeqie-1.1.tar.gz) = 1966211 bytes
-SHA1 (patch-ab) = 7a8a882489f9a6c9ea810051229a41803954be72
-SHA1 (patch-ac) = 4109912f790351c4cc14d6db753c9571a421ae36
+SHA1 (patch-ab) = a2aa37f813b32b216410515e6e80fe8fdc9c6803
+SHA1 (patch-ac) = 531d7338f1c42c62a738aa8fb4253b3324e71458
diff --git a/graphics/geeqie/patches/patch-ab b/graphics/geeqie/patches/patch-ab
index fc71b92b191..a328493f0ad 100644
--- a/graphics/geeqie/patches/patch-ab
+++ b/graphics/geeqie/patches/patch-ab
@@ -1,4 +1,12 @@
-$NetBSD: patch-ab,v 1.4 2010/09/25 12:29:01 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2012/08/28 00:30:45 gdt Exp $
+
+Generate html docs in build phase (instead of install phase).
+gnome-doc-tool seems to ignore "-o html" so manually generate
+the same effect.
+
+Solves PLIST problem due to missing html files.
+
+This is not know to be reported upstream.
--- doc/Makefile.in.orig 2010-09-25 12:02:12.000000000 +0000
+++ doc/Makefile.in
diff --git a/graphics/geeqie/patches/patch-ac b/graphics/geeqie/patches/patch-ac
index 3acd84598f7..57afd2005fe 100644
--- a/graphics/geeqie/patches/patch-ac
+++ b/graphics/geeqie/patches/patch-ac
@@ -1,4 +1,11 @@
-$NetBSD: patch-ac,v 1.3 2010/02/20 20:50:34 gdt Exp $
+$NetBSD: patch-ac,v 1.4 2012/08/28 00:30:45 gdt Exp $
+
+Comment from 2009/07/24:
+
+ disable the SIGBUS handler completely -- as implemented it can only
+ cause trouble
+
+This is not known to be reported upstream.
--- src/main.c.orig 2010-02-17 21:21:19.000000000 +0000
+++ src/main.c