pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/kphotoalbum Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5be2bc4daca
branches:  trunk
changeset: 395733:c5be2bc4daca
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sat Jul 11 19:36:43 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 graphics/kphotoalbum/distinfo         |   3 ++-
 graphics/kphotoalbum/patches/patch-ab |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 9c9c28e421cf -r c5be2bc4daca graphics/kphotoalbum/distinfo
--- a/graphics/kphotoalbum/distinfo     Sat Jul 11 19:35:27 2009 +0000
+++ b/graphics/kphotoalbum/distinfo     Sat Jul 11 19:36:43 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2009/01/07 13:29:45 drochner Exp $
+$NetBSD: distinfo,v 1.6 2009/07/11 19:36:43 hasso Exp $
 
 SHA1 (kphotoalbum-3.1.1.tar.bz2) = 28957f177adda08caba1935e05b7e3dc20e7649e
 RMD160 (kphotoalbum-3.1.1.tar.bz2) = 8bda36262a160f8f0db994698bf337ee89b95a7b
 Size (kphotoalbum-3.1.1.tar.bz2) = 15503061 bytes
 SHA1 (patch-aa) = 8ff3f4b51f45098c907497897f5e63c6d36bf767
+SHA1 (patch-ab) = f80b02e6705b82202827a230c3a568f97eb59056
diff -r 9c9c28e421cf -r c5be2bc4daca graphics/kphotoalbum/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/kphotoalbum/patches/patch-ab     Sat Jul 11 19:36:43 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2009/07/11 19:36:44 hasso Exp $
+
+--- src/DB/NewImageFinder.cpp.orig     2009-07-11 21:56:18 +0300
++++ src/DB/NewImageFinder.cpp  2009-07-11 21:55:38 +0300
+@@ -34,6 +34,10 @@
+ #  include "Exif/Database.h"
+ #endif
+ 
++#ifndef MAXNAMLEN
++#define MAXNAMLEN NAME_MAX
++#endif
++
+ using namespace DB;
+ 
+ bool NewImageFinder::findImages()



Home | Main Index | Thread Index | Old Index