pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ra-rtsp-proxy Fix a few build warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71fd05303866
branches:  trunk
changeset: 488542:71fd05303866
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Feb 03 14:23:19 2005 +0000

description:
Fix a few build warnings.

diffstat:

 net/ra-rtsp-proxy/distinfo         |   4 +++-
 net/ra-rtsp-proxy/patches/patch-ac |  12 ++++++++++++
 net/ra-rtsp-proxy/patches/patch-ad |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 04a45398aaf6 -r 71fd05303866 net/ra-rtsp-proxy/distinfo
--- a/net/ra-rtsp-proxy/distinfo        Thu Feb 03 13:37:47 2005 +0000
+++ b/net/ra-rtsp-proxy/distinfo        Thu Feb 03 14:23:19 2005 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/05/10 05:29:11 tron Exp $
+$NetBSD: distinfo,v 1.3 2005/02/03 14:23:19 tron Exp $
 
 SHA1 (rtspd-src-1.0.0.0.tar.gz) = 64cdbb847bd4966d65b86cc25eeac6403eed1738
 Size (rtspd-src-1.0.0.0.tar.gz) = 107032 bytes
 SHA1 (patch-aa) = 0ed39d567b2025580edab9078c8d90bb4969bee4
 SHA1 (patch-ab) = b6424dd652a2d9a531700ddab2098e3c230f6736
+SHA1 (patch-ac) = 2c3f06a43de85d08f7aec1f252bff5ed3d75036a
+SHA1 (patch-ad) = feeb3eca7bc995cc50c97afa86b6b9601d7599db
diff -r 04a45398aaf6 -r 71fd05303866 net/ra-rtsp-proxy/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ra-rtsp-proxy/patches/patch-ac        Thu Feb 03 14:23:19 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/02/03 14:23:19 tron Exp $
+
+--- simplib.c.orig     1999-06-17 02:19:02.000000000 +0100
++++ simplib.c  2005-02-03 14:17:53.000000000 +0000
+@@ -157,6 +157,7 @@
+ 
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <string.h>
+ 
+ #include "simplib.h"
+ #include "util.h"
diff -r 04a45398aaf6 -r 71fd05303866 net/ra-rtsp-proxy/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ra-rtsp-proxy/patches/patch-ad        Thu Feb 03 14:23:19 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/02/03 14:23:19 tron Exp $
+
+--- util.c.orig        1999-06-17 02:19:02.000000000 +0100
++++ util.c     2005-02-03 14:19:12.000000000 +0000
+@@ -157,6 +157,7 @@
+ 
+ #include <unistd.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <stdarg.h>
+ #include <errno.h>
+ #ifdef USE_SYS_SYSLOG_H



Home | Main Index | Thread Index | Old Index