pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/digikam Add DragonFly. XXX This is a complete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1818d73c4f88
branches:  trunk
changeset: 532856:1818d73c4f88
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 14:02:20 2007 +0000

description:
Add DragonFly. XXX This is a complete messs. Upstream should reorg this.

diffstat:

 graphics/digikam/distinfo         |  6 +++---
 graphics/digikam/patches/patch-aa |  9 ++++++---
 graphics/digikam/patches/patch-ab |  4 ++--
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r f7b92daa8b31 -r 1818d73c4f88 graphics/digikam/distinfo
--- a/graphics/digikam/distinfo Sun Sep 02 14:00:23 2007 +0000
+++ b/graphics/digikam/distinfo Sun Sep 02 14:02:20 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2007/07/08 08:47:26 wiz Exp $
+$NetBSD: distinfo,v 1.20 2007/09/02 14:02:20 joerg Exp $
 
 SHA1 (digikam-0.9.2.tar.bz2) = 8344355c3a9e4b8648d2e1a853cdf54e90918d91
 RMD160 (digikam-0.9.2.tar.bz2) = c9f1faacea00362595a400e0514d388055f53243
 Size (digikam-0.9.2.tar.bz2) = 10514411 bytes
-SHA1 (patch-aa) = 0d6076f4fe1883fae63383c7277913107007a93a
-SHA1 (patch-ab) = c7a3c8d53079c7b4f8269911e0e19deb5767e921
+SHA1 (patch-aa) = 2d67def638a60e6f02fb1074840a88cf2c08fa5b
+SHA1 (patch-ab) = 37adb914137a97eb0af10a00cae19ee486ae94ae
 SHA1 (patch-ac) = 0b43ae33d303778f564131d7d869f178503b74f8
diff -r f7b92daa8b31 -r 1818d73c4f88 graphics/digikam/patches/patch-aa
--- a/graphics/digikam/patches/patch-aa Sun Sep 02 14:00:23 2007 +0000
+++ b/graphics/digikam/patches/patch-aa Sun Sep 02 14:02:20 2007 +0000
@@ -1,13 +1,16 @@
-$NetBSD: patch-aa,v 1.6 2007/07/08 08:47:26 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2007/09/02 14:02:20 joerg Exp $
 
 --- digikam/libs/greycstoration/CImg.h.orig    2007-06-13 18:06:04.000000000 +0000
 +++ digikam/libs/greycstoration/CImg.h
-@@ -77,7 +77,7 @@
+@@ -77,9 +77,9 @@
  // Try to detect the current system and set value of 'cimg_OS'.
  #ifndef cimg_OS
  #if defined(sun)         || defined(__sun)      || defined(linux)       || defined(__linux) \
 - || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) \
 + || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) || defined (__NetBSD__) \
   || defined(__OPENBSD__) || defined(__MACOSX__) || defined(__APPLE__)   || defined(sgi) \
-  || defined(__sgi)
+- || defined(__sgi)
++ || defined(__sgi) || defined(__DragonFly__)
  // Unix-like (Linux, Solaris, BSD, MacOSX, Irix,...).
+ #define cimg_OS            1
+ #ifndef cimg_display_type
diff -r f7b92daa8b31 -r 1818d73c4f88 graphics/digikam/patches/patch-ab
--- a/graphics/digikam/patches/patch-ab Sun Sep 02 14:00:23 2007 +0000
+++ b/graphics/digikam/patches/patch-ab Sun Sep 02 14:02:20 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.8 2007/07/08 08:47:26 wiz Exp $
+$NetBSD: patch-ab,v 1.9 2007/09/02 14:02:21 joerg Exp $
 
 --- digikam/libs/greycstoration/greycstorationiface.cpp.orig   2007-06-13 18:06:04.000000000 +0000
 +++ digikam/libs/greycstoration/greycstorationiface.cpp
@@ -7,7 +7,7 @@
  #define cimg_plugin "greycstoration.h"
  #if defined(sun)         || defined(__sun)      || defined(linux)       || defined(__linux) \
 - || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) \
-+ || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) || defined(__NetBSD__)\
++ || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) \
   || defined(__OPENBSD__) || defined(__MACOSX__) || defined(__APPLE__)   || defined(sgi) \
   || defined(__sgi)
  #include <pthread.h>



Home | Main Index | Thread Index | Old Index