Sat Apr 12 08:15:03 2014 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.1 -r1.2 pkgsrc/audio/opusfile/distinfo
diff -r1.1 -r1.2 pkgsrc/audio/opusfile/patches/patch-src_http.c

cvs diff -r1.1 -r1.2 pkgsrc/audio/opusfile/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/opusfile/distinfo 2014/04/12 06:39:34 1.1
+++ pkgsrc/audio/opusfile/distinfo 2014/04/12 08:15:03 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2014/04/12 06:39:34 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2014/04/12 08:15:03 wiz Exp $
2 2
3SHA1 (opusfile-0.5.tar.gz) = 1ba9dabbbaa35034af8167661a918df6c003317e 3SHA1 (opusfile-0.5.tar.gz) = 1ba9dabbbaa35034af8167661a918df6c003317e
4RMD160 (opusfile-0.5.tar.gz) = 5b384fac3a6094e774a4397826335763f426fcb9 4RMD160 (opusfile-0.5.tar.gz) = 5b384fac3a6094e774a4397826335763f426fcb9
5Size (opusfile-0.5.tar.gz) = 437671 bytes 5Size (opusfile-0.5.tar.gz) = 437671 bytes
6SHA1 (patch-src_http.c) = 1a150b3168623ed52ba7abe50f0bcdf28cfc12b6 6SHA1 (patch-src_http.c) = 5fd185f21995fc2c7971d600a70cfa61195b6324

cvs diff -r1.1 -r1.2 pkgsrc/audio/opusfile/patches/Attic/patch-src_http.c (expand / switch to unified diff)

--- pkgsrc/audio/opusfile/patches/Attic/patch-src_http.c 2014/04/12 06:39:34 1.1
+++ pkgsrc/audio/opusfile/patches/Attic/patch-src_http.c 2014/04/12 08:15:03 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: patch-src_http.c,v 1.1 2014/04/12 06:39:34 wiz Exp $ 1$NetBSD: patch-src_http.c,v 1.2 2014/04/12 08:15:03 wiz Exp $
2 2
3Avoid using the obsolete ftime() function. 3Avoid using the obsolete ftime() function.
 4https://trac.xiph.org/ticket/2014
4 5
5--- src/http.c.orig 2013-12-05 16:49:13.000000000 +0000 6--- src/http.c.orig 2013-12-05 16:49:13.000000000 +0000
6+++ src/http.c 7+++ src/http.c
7@@ -347,7 +347,7 @@ typedef int op_sock; 8@@ -347,7 +347,7 @@ typedef int op_sock;
8 # define op_reset_errno() (errno=0) 9 # define op_reset_errno() (errno=0)
9  10
10 # endif 11 # endif
11-# include <sys/timeb.h> 12-# include <sys/timeb.h>
12+# include <sys/time.h> 13+# include <sys/time.h>
13 # include <openssl/x509v3.h> 14 # include <openssl/x509v3.h>
14  15
15 /*The maximum number of simultaneous connections. 16 /*The maximum number of simultaneous connections.
16@@ -788,7 +788,7 @@ struct OpusHTTPConn{ 17@@ -788,7 +788,7 @@ struct OpusHTTPConn{