pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-bad Fix build in DragonFly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/538c8e767113
branches:  trunk
changeset: 551439:538c8e767113
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Dec 15 21:31:59 2008 +0000

description:
Fix build in DragonFly and possibly in other systems.

diffstat:

 multimedia/gst-plugins0.10-bad/distinfo         |   3 ++-
 multimedia/gst-plugins0.10-bad/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r d54ead1f2381 -r 538c8e767113 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo   Mon Dec 15 21:00:49 2008 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo   Mon Dec 15 21:31:59 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2008/10/30 21:21:54 wiz Exp $
+$NetBSD: distinfo,v 1.9 2008/12/15 21:31:59 hasso Exp $
 
 SHA1 (gst-plugins-bad-0.10.9.tar.bz2) = 67895310074f439f0504bea5bacc26d07be2cf5d
 RMD160 (gst-plugins-bad-0.10.9.tar.bz2) = 98a2f901474afa21209c4cfdf453cb41fbf4305a
 Size (gst-plugins-bad-0.10.9.tar.bz2) = 2323971 bytes
 SHA1 (patch-aa) = a8b1f65424b76ead54553de6158d51a1ae58a8c2
 SHA1 (patch-ab) = eb851091bdf3c262383474bbe52e270520380f60
+SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
diff -r d54ead1f2381 -r 538c8e767113 multimedia/gst-plugins0.10-bad/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ac   Mon Dec 15 21:31:59 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2008/12/15 21:31:59 hasso Exp $
+
+--- ext/apexsink/gstapexraop.h.orig    2008-12-15 22:57:52 +0200
++++ ext/apexsink/gstapexraop.h 2008-12-15 22:58:59 +0200
+@@ -44,6 +44,10 @@
+ 
+ #include <arpa/inet.h>
+ 
++#ifdef HAVE_SYS_SOCKET_H
++#include <sys/socket.h>
++#endif
++
+ G_BEGIN_DECLS
+ 
+ /* raop fixed parameters */



Home | Main Index | Thread Index | Old Index