pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Missing include of <errno.h>....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40e93f2a8499
branches:  trunk
changeset: 539068:40e93f2a8499
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Feb 26 18:14:30 2008 +0000

description:
Missing include of <errno.h>. PR pkg/38105

diffstat:

 multimedia/mplayer-share/distinfo         |   3 ++-
 multimedia/mplayer-share/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 225ac7180844 -r 40e93f2a8499 multimedia/mplayer-share/distinfo
--- a/multimedia/mplayer-share/distinfo Tue Feb 26 17:21:13 2008 +0000
+++ b/multimedia/mplayer-share/distinfo Tue Feb 26 18:14:30 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.47 2008/02/05 17:00:35 drochner Exp $
+$NetBSD: distinfo,v 1.48 2008/02/26 18:14:30 tnn Exp $
 
 SHA1 (mplayer-1.0rc10/MPlayer-1.0rc2.tar.bz2) = e9b496f3527c552004ec6d01d6b43f196b43ce2d
 RMD160 (mplayer-1.0rc10/MPlayer-1.0rc2.tar.bz2) = 3b5cba1529856a177a5191e22f8dcc00b5a83c52
@@ -12,6 +12,7 @@
 SHA1 (patch-ag) = b46d902d88e05d6f61a017e8a1be79fad5a1fa00
 SHA1 (patch-ah) = 7aeb9f04d622fcad8c40dc9edbb0a58277fc622b
 SHA1 (patch-ai) = ec79d6a1b0c2790ca826a91a48040c64632ac988
+SHA1 (patch-aj) = 772d083dfa5eac789abfd5e925eeeba400bbc527
 SHA1 (patch-ba) = 2683c414fed3a4a6d3b4d47287f43d822339bd4e
 SHA1 (patch-bb) = 26d000bcbc94b9139e6dbc79237fdb3a109c6057
 SHA1 (patch-bc) = fd46ce3cd6d5f7525e210cf6d475b89573ca988d
diff -r 225ac7180844 -r 40e93f2a8499 multimedia/mplayer-share/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mplayer-share/patches/patch-aj Tue Feb 26 18:14:30 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.5 2008/02/26 18:14:30 tnn Exp $
+
+--- stream/tvi_bsdbt848.c.orig 2007-10-07 21:49:26.000000000 +0200
++++ stream/tvi_bsdbt848.c
+@@ -36,6 +36,7 @@
+ #include <sys/time.h>
+ #include <signal.h>
+ #include <string.h>
++#include <errno.h>
+ 
+ #include <sys/param.h>
+ #ifdef USE_SUN_AUDIO



Home | Main Index | Thread Index | Old Index