View | Details | Raw Unified | Return to bug 109011
Collapse All | Expand All

(-)/usr/ports/devel/jrtplib/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	jrtplib
8
PORTNAME=	jrtplib
9
PORTVERSION=	3.6.0
9
PORTVERSION=	3.7.0
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://research.edm.luc.ac.be/jori/jrtplib/
11
MASTER_SITES=	http://research.edm.uhasselt.be/~jori/page/
12
12
13
MAINTAINER=	hopet@ics.muni.cz
13
MAINTAINER=	hopet@ics.muni.cz
14
COMMENT=	Object-oriented RTP library written in C++
14
COMMENT=	Object-oriented RTP library written in C++
(-)/usr/ports/devel/jrtplib/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (jrtplib-3.6.0.tar.gz) = 89536eb17c77cdec87f94b501bd151e6
1
MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c
2
SHA256 (jrtplib-3.6.0.tar.gz) = f9a60d4a9f325850a155518c7fc27df0cb0cfb9d3dc5a040014440c9eb771807
2
SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2
3
SIZE (jrtplib-3.6.0.tar.gz) = 459701
3
SIZE (jrtplib-3.7.0.tar.gz) = 466289
(-)/usr/ports/devel/jrtplib/files/patch-src-rtperrors.h (-1 / +1 lines)
Lines 4-10 Link Here
4
 
4
 
5
 #define RTPERRORS_H
5
 #define RTPERRORS_H
6
 
6
 
7
+#include <stdio.h>
7
+#include <cstdio>
8
 #include <string>
8
 #include <string>
9
 
9
 
10
 std::string RTPGetErrorString(int errcode);
10
 std::string RTPGetErrorString(int errcode);
(-)/usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h (-15 lines)
Lines 1-15 Link Here
1
--- src/rtpipv6destination.h.orig	Tue Sep 26 22:12:59 2006
2
+++ src/rtpipv6destination.h	Tue Sep 26 22:13:16 2006
3
@@ -65,9 +65,9 @@
4
 		rtpaddr.sin6_family = AF_INET6;
5
 		rtpaddr.sin6_port = htons(portbase);
6
 		rtpaddr.sin6_addr = ip;
7
-		rtpaddr.sin6_family = AF_INET6;
8
-		rtpaddr.sin6_port = htons(portbase+1);
9
-		rtpaddr.sin6_addr = ip;
10
+		rtcpaddr.sin6_family = AF_INET6;
11
+		rtcpaddr.sin6_port = htons(portbase+1);
12
+		rtcpaddr.sin6_addr = ip;
13
 	}
14
 	in6_addr GetIP() const								{ return rtpaddr.sin6_addr; }
15
 	bool operator==(const RTPIPv6Destination &src) const				
(-)/usr/ports/devel/jrtplib/pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the 
3
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the 
4
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM). 
4
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM). 
5
5
6
WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
6
WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib
7
7
8
- Petr
8
- Petr
9
hopet@ics.muni.cz
9
hopet@ics.muni.cz
(-)/usr/ports/devel/jrtplib/pkg-plist (-1 / +1 lines)
Lines 47-53 Link Here
47
include/jrtplib3/rtptypes_win.h
47
include/jrtplib3/rtptypes_win.h
48
include/jrtplib3/rtpudpv4transmitter.h
48
include/jrtplib3/rtpudpv4transmitter.h
49
include/jrtplib3/rtpudpv6transmitter.h
49
include/jrtplib3/rtpudpv6transmitter.h
50
lib/libjrtp-3.6.0.so
50
lib/libjrtp-3.7.0.so
51
lib/libjrtp.a
51
lib/libjrtp.a
52
lib/libjrtp.la
52
lib/libjrtp.la
53
lib/libjrtp.so
53
lib/libjrtp.so

Return to bug 109011