pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/kipi-plugins Use tools framework for bash and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ca825f0b2c9
branches:  trunk
changeset: 522270:6ca825f0b2c9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 16:27:51 2006 +0000

description:
Use tools framework for bash and fix a build breakage on DragonFly.

diffstat:

 graphics/kipi-plugins/Makefile         |   5 ++---
 graphics/kipi-plugins/distinfo         |   3 ++-
 graphics/kipi-plugins/patches/patch-ae |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 4d6ffbb88172 -r 6ca825f0b2c9 graphics/kipi-plugins/Makefile
--- a/graphics/kipi-plugins/Makefile    Wed Dec 06 16:25:26 2006 +0000
+++ b/graphics/kipi-plugins/Makefile    Wed Dec 06 16:27:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/10/06 20:14:03 markd Exp $
+# $NetBSD: Makefile,v 1.22 2006/12/06 16:27:51 joerg Exp $
 
 DISTNAME=      kipi-plugins-0.1.2
 CATEGORIES=    graphics
@@ -10,10 +10,9 @@
 COMMENT=       Kipi (KDE Image Plugin Interface) plugins
 
 DEPENDS+=      dcraw-[0-9]*:../../graphics/dcraw
-DEPENDS+=      bash-[0-9]*:../../shells/bash2
 
 USE_DIRS+=             xdg-1.1
-USE_TOOLS+=            gmake pkg-config msgfmt
+USE_TOOLS+=            gmake pkg-config msgfmt bash:run
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
diff -r 4d6ffbb88172 -r 6ca825f0b2c9 graphics/kipi-plugins/distinfo
--- a/graphics/kipi-plugins/distinfo    Wed Dec 06 16:25:26 2006 +0000
+++ b/graphics/kipi-plugins/distinfo    Wed Dec 06 16:27:51 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/10/19 07:47:18 markd Exp $
+$NetBSD: distinfo,v 1.8 2006/12/06 16:27:51 joerg Exp $
 
 SHA1 (kipi-plugins-0.1.2.tar.bz2) = 1ce7b12539b52cdf08398f54dfcb489374df423b
 RMD160 (kipi-plugins-0.1.2.tar.bz2) = 47e6b7893f0aad5fcecdee69780502f65aef90ce
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 04247df6cf1670b288e3dd74cafcb807f400796d
 SHA1 (patch-ac) = 11476b32a09ac39c9739c7bba0019a443ab23641
 SHA1 (patch-ad) = 3fe6499f641b197a42551049aa9d1e4ad1f4827b
+SHA1 (patch-ae) = a0d122e2fe08fa26d627b5f43765eb00c84bde67
diff -r 4d6ffbb88172 -r 6ca825f0b2c9 graphics/kipi-plugins/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/kipi-plugins/patches/patch-ae    Wed Dec 06 16:27:51 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2006/12/06 16:27:51 joerg Exp $
+
+--- kipi-plugins/jpeglossless/utils.cpp.orig   2006-12-06 15:50:27.000000000 +0000
++++ kipi-plugins/jpeglossless/utils.cpp
+@@ -23,9 +23,9 @@
+ // C Ansi includes.
+ extern "C" 
+ {
++#include <sys/types.h>
+ #include <utime.h>
+ #include <unistd.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ }
+ 



Home | Main Index | Thread Index | Old Index