pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/zphoto vasprintf exists on DragonFly as well.
details: https://anonhg.NetBSD.org/pkgsrc/rev/341bc8e32087
branches: trunk
changeset: 517751:341bc8e32087
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Aug 22 15:19:44 2006 +0000
description:
vasprintf exists on DragonFly as well.
diffstat:
graphics/zphoto/distinfo | 3 ++-
graphics/zphoto/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r ce5168819b5e -r 341bc8e32087 graphics/zphoto/distinfo
--- a/graphics/zphoto/distinfo Tue Aug 22 15:12:39 2006 +0000
+++ b/graphics/zphoto/distinfo Tue Aug 22 15:19:44 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/08/12 16:20:35 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2006/08/22 15:19:44 joerg Exp $
SHA1 (zphoto-1.2.tar.gz) = 2d45c5df2f2a00db0d8170f18ea5ed399fb9d611
RMD160 (zphoto-1.2.tar.gz) = 54a93da3c8303ebbf9c505891e9fa8fb32bd6a64
Size (zphoto-1.2.tar.gz) = 414079 bytes
SHA1 (patch-aa) = 4c15d45ecfbefadc4b9b2195e00d005e3ed2a936
+SHA1 (patch-ab) = d365aeba430374b3ba6b4f1f88731f3b809fca31
diff -r ce5168819b5e -r 341bc8e32087 graphics/zphoto/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/zphoto/patches/patch-ab Tue Aug 22 15:19:44 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/08/22 15:19:45 joerg Exp $
+
+--- util.c.orig 2006-08-22 17:20:22.000000000 +0000
++++ util.c
+@@ -79,7 +79,7 @@ zphoto_wprintf (const char *fmt, ...)
+ va_end(args);
+ }
+
+-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+ /*
+ * They have the declaration of vasprintf in stdio.h
+ */
Home |
Main Index |
Thread Index |
Old Index