pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm Make it build on DragonFly master.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c7832de0ed1
branches: trunk
changeset: 556944:8c7832de0ed1
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue Apr 07 08:09:06 2009 +0000
description:
Make it build on DragonFly master.
diffstat:
graphics/netpbm/distinfo | 4 ++--
graphics/netpbm/patches/patch-af | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r c0e156b3591c -r 8c7832de0ed1 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo Tue Apr 07 08:05:50 2009 +0000
+++ b/graphics/netpbm/distinfo Tue Apr 07 08:09:06 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.66 2007/02/19 02:25:19 rillig Exp $
+$NetBSD: distinfo,v 1.67 2009/04/07 08:09:06 hasso Exp $
SHA1 (netpbm-10.34.tgz) = 530458871f9d3dc763a1bf82f227eeb79098c601
RMD160 (netpbm-10.34.tgz) = 57a596efa6cacb981135d554a72cbaffc4cfe72c
@@ -8,7 +8,7 @@
SHA1 (patch-ac) = 0dd7205df79267045d6884ee59e07480e3192341
SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1
SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1
-SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26
+SHA1 (patch-af) = 17b17c99b61efa819d251ea559b689910946b9f8
SHA1 (patch-ag) = 59417c163c0ddc822a887a29e595d38323b87af5
SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26
SHA1 (patch-ai) = e9b3a473af2251f1779b3cd33b572002064d548a
diff -r c0e156b3591c -r 8c7832de0ed1 graphics/netpbm/patches/patch-af
--- a/graphics/netpbm/patches/patch-af Tue Apr 07 08:05:50 2009 +0000
+++ b/graphics/netpbm/patches/patch-af Tue Apr 07 08:09:06 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.11 2006/02/14 21:57:44 adam Exp $
+$NetBSD: patch-af,v 1.12 2009/04/07 08:09:06 hasso Exp $
--- converter/other/cameratopam/identify.c.orig 2005-08-27 19:29:58.000000000 +0200
+++ converter/other/cameratopam/identify.c
-@@ -23,7 +23,11 @@
+@@ -23,7 +23,12 @@
static loadRawFn load_raw;
@@ -10,7 +10,8 @@
+#if !(defined(__GLIBC__) \
+ || (defined(__NetBSD__) && (__NetBSD_Version__ >= 300000000)) \
-+ || (defined(__FreeBSD__) && (__FreeBSD_version >= 600000)))
++ || (defined(__FreeBSD__) && (__FreeBSD_version >= 600000)) \
++ || (defined(__DragonFly__) && (__DragonFly_version >= 200202)))
/* This does the same as the function of the same name in the GNU C library */
static const char *memmem (const char *haystack, size_t haystacklen,
const char *needle, size_t needlelen)
Home |
Main Index |
Thread Index |
Old Index