diff options
author | gdt <gdt> | 2012-08-28 00:30:44 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-08-28 00:30:44 +0000 |
commit | b5555a0a263d3e1d1809c31a56b9e9dba5d468ed (patch) | |
tree | c8f58bdc5c0fa71d538271e2ff19fdd23e404a82 /graphics/geeqie | |
parent | 5be9739b401e4f223f008c788ea4bc685cb23f3a (diff) | |
download | pkgsrc-b5555a0a263d3e1d1809c31a56b9e9dba5d468ed.tar.gz |
add patch comments
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/distinfo | 6 | ||||
-rw-r--r-- | graphics/geeqie/patches/patch-ab | 10 | ||||
-rw-r--r-- | graphics/geeqie/patches/patch-ac | 9 |
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 |