FreeBSD Bugzilla – Attachment 75474 Details for
Bug 109011
[PATCH] devel/jrtplib: update to 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jrtplib-3.7.0.patch
jrtplib-3.7.0.patch (text/plain), 3.51 KB, created by
Yi-Huan Chan
on 2007-02-10 09:40:03 UTC
(
hide
)
Description:
jrtplib-3.7.0.patch
Filename:
MIME Type:
Creator:
Yi-Huan Chan
Created:
2007-02-10 09:40:03 UTC
Size:
3.51 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/Makefile /usr/ports/devel/jrtplib/Makefile >--- /usr/ports/devel/jrtplib.orig/Makefile Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/Makefile Sat Feb 10 17:02:42 2007 >@@ -6,9 +6,9 @@ > # > > PORTNAME= jrtplib >-PORTVERSION= 3.6.0 >+PORTVERSION= 3.7.0 > CATEGORIES= devel >-MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/ >+MASTER_SITES= http://research.edm.uhasselt.be/~jori/page/ > > MAINTAINER= hopet@ics.muni.cz > COMMENT= Object-oriented RTP library written in C++ >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/distinfo /usr/ports/devel/jrtplib/distinfo >--- /usr/ports/devel/jrtplib.orig/distinfo Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/distinfo Sat Feb 10 16:44:42 2007 >@@ -1,3 +1,3 @@ >-MD5 (jrtplib-3.6.0.tar.gz) = 89536eb17c77cdec87f94b501bd151e6 >-SHA256 (jrtplib-3.6.0.tar.gz) = f9a60d4a9f325850a155518c7fc27df0cb0cfb9d3dc5a040014440c9eb771807 >-SIZE (jrtplib-3.6.0.tar.gz) = 459701 >+MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c >+SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2 >+SIZE (jrtplib-3.7.0.tar.gz) = 466289 >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/files/patch-src-rtperrors.h /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h >--- /usr/ports/devel/jrtplib.orig/files/patch-src-rtperrors.h Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h Sat Feb 10 16:45:23 2007 >@@ -4,7 +4,7 @@ > > #define RTPERRORS_H > >-+#include <stdio.h> >++#include <cstdio> > #include <string> > > std::string RTPGetErrorString(int errcode); >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h >--- /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h Thu Jan 1 08:00:00 1970 >@@ -1,15 +0,0 @@ >---- src/rtpipv6destination.h.orig Tue Sep 26 22:12:59 2006 >-+++ src/rtpipv6destination.h Tue Sep 26 22:13:16 2006 >-@@ -65,9 +65,9 @@ >- rtpaddr.sin6_family = AF_INET6; >- rtpaddr.sin6_port = htons(portbase); >- rtpaddr.sin6_addr = ip; >-- rtpaddr.sin6_family = AF_INET6; >-- rtpaddr.sin6_port = htons(portbase+1); >-- rtpaddr.sin6_addr = ip; >-+ rtcpaddr.sin6_family = AF_INET6; >-+ rtcpaddr.sin6_port = htons(portbase+1); >-+ rtcpaddr.sin6_addr = ip; >- } >- in6_addr GetIP() const { return rtpaddr.sin6_addr; } >- bool operator==(const RTPIPv6Destination &src) const >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/pkg-descr /usr/ports/devel/jrtplib/pkg-descr >--- /usr/ports/devel/jrtplib.orig/pkg-descr Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/pkg-descr Sat Feb 10 16:47:55 2007 >@@ -3,7 +3,7 @@ > (or 'School voor Kennistechnologie' in Dutch), a cooperation between the > 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM). > >-WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html >+WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib > > - Petr > hopet@ics.muni.cz >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/pkg-plist /usr/ports/devel/jrtplib/pkg-plist >--- /usr/ports/devel/jrtplib.orig/pkg-plist Sat Feb 10 16:31:31 2007 >+++ /usr/ports/devel/jrtplib/pkg-plist Sat Feb 10 16:53:35 2007 >@@ -47,7 +47,7 @@ > include/jrtplib3/rtptypes_win.h > include/jrtplib3/rtpudpv4transmitter.h > include/jrtplib3/rtpudpv6transmitter.h >-lib/libjrtp-3.6.0.so >+lib/libjrtp-3.7.0.so > lib/libjrtp.a > lib/libjrtp.la > lib/libjrtp.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109011
: 75474