pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/farsight2 Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f1cdfbd53e5
branches:  trunk
changeset: 398264:9f1cdfbd53e5
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Aug 27 18:39:19 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 multimedia/farsight2/distinfo         |   4 +++-
 multimedia/farsight2/patches/patch-aj |  12 ++++++++++++
 multimedia/farsight2/patches/patch-ak |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r b7da358817a6 -r 9f1cdfbd53e5 multimedia/farsight2/distinfo
--- a/multimedia/farsight2/distinfo     Thu Aug 27 17:54:13 2009 +0000
+++ b/multimedia/farsight2/distinfo     Thu Aug 27 18:39:19 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/27 18:39:19 hasso Exp $
 
 SHA1 (farsight2-0.0.14.tar.gz) = 2f8b382747efb467cdb9acd833bb88fe9bf02dc8
 RMD160 (farsight2-0.0.14.tar.gz) = 5f8816831fb6790c3185479cca43713fd552d4cd
@@ -12,3 +12,5 @@
 SHA1 (patch-ag) = 2b4c4c1f5c48fc2bcec2c283473c03cbb9a13efc
 SHA1 (patch-ah) = d9093fe379fd2a7a4422e88d466cbb2fb73679dd
 SHA1 (patch-ai) = 6459729f80f592a2a333d683b05a139b499f46c6
+SHA1 (patch-aj) = 816318707d1463df27b37734baedadb338452fb0
+SHA1 (patch-ak) = 591ab7b6afefc84443280b01c765492007686ff6
diff -r b7da358817a6 -r 9f1cdfbd53e5 multimedia/farsight2/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/farsight2/patches/patch-aj     Thu Aug 27 18:39:19 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2009/08/27 18:39:19 hasso Exp $
+
+--- gst-libs/gst/farsight/fs-interfaces.c.orig 2009-08-27 21:16:13 +0300
++++ gst-libs/gst/farsight/fs-interfaces.c      2009-08-27 21:16:41 +0300
+@@ -49,6 +49,7 @@ GST_DEBUG_CATEGORY_EXTERN (fs_base_confe
+ #include <net/if.h>
+ #include <net/if_arp.h>
+ #include <arpa/inet.h>
++#include <netinet/in.h>
+ 
+ /**
+  * SECTION:fs-interfaces
diff -r b7da358817a6 -r 9f1cdfbd53e5 multimedia/farsight2/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/farsight2/patches/patch-ak     Thu Aug 27 18:39:19 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2009/08/27 18:39:19 hasso Exp $
+
+--- transmitters/rawudp/fs-rawudp-transmitter.h.orig   2009-08-27 21:26:47 +0300
++++ transmitters/rawudp/fs-rawudp-transmitter.h        2009-08-27 21:27:12 +0300
+@@ -35,6 +35,7 @@
+ # include <ws2tcpip.h>
+ #else /*G_OS_WIN32*/
+ # include <arpa/inet.h>
++# include <sys/socket.h>
+ #endif /*G_OS_WIN32*/
+ 
+ G_BEGIN_DECLS



Home | Main Index | Thread Index | Old Index