From ab2692aec2a24d771602208f4b16be2105492f2b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 2 Sep 2007 14:02:20 +0000 Subject: Add DragonFly. XXX This is a complete messs. Upstream should reorg this. --- graphics/digikam/distinfo | 6 +++--- graphics/digikam/patches/patch-aa | 9 ++++++--- graphics/digikam/patches/patch-ab | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'graphics') diff --git a/graphics/digikam/distinfo b/graphics/digikam/distinfo index ffaba4626aa..d0c9425e438 100644 --- a/graphics/digikam/distinfo +++ b/graphics/digikam/distinfo @@ -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 --git a/graphics/digikam/patches/patch-aa b/graphics/digikam/patches/patch-aa index 5706413167e..38c73653dfe 100644 --- a/graphics/digikam/patches/patch-aa +++ b/graphics/digikam/patches/patch-aa @@ -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 --git a/graphics/digikam/patches/patch-ab b/graphics/digikam/patches/patch-ab index a8006ee05d4..c1f97eeda88 100644 --- a/graphics/digikam/patches/patch-ab +++ b/graphics/digikam/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.8 2007/07/08 08:47:26 wiz Exp $ #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 -- cgit v1.2.3