diff options
author | gdt <gdt@pkgsrc.org> | 2012-08-28 00:30:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-08-28 00:30:44 +0000 |
commit | 8d5c13cf4522a872d2819c6f9cf098f185d1392c (patch) | |
tree | c8f58bdc5c0fa71d538271e2ff19fdd23e404a82 /graphics/geeqie/patches | |
parent | 115ff1d75161df2ced8851a7b9f3a641570ebbef (diff) | |
download | pkgsrc-8d5c13cf4522a872d2819c6f9cf098f185d1392c.tar.gz |
add patch comments
Diffstat (limited to 'graphics/geeqie/patches')
-rw-r--r-- | graphics/geeqie/patches/patch-ab | 10 | ||||
-rw-r--r-- | graphics/geeqie/patches/patch-ac | 9 |
2 files changed, 17 insertions, 2 deletions
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 |