ports/103704: [PATCH] devel/jrtplib: Fixed bug in RTPIPv6Destination

Yi-Huan Chan yhchan at csie.nctu.edu.tw
Wed Sep 27 05:00:41 UTC 2006


>Number:         103704
>Category:       ports
>Synopsis:       [PATCH] devel/jrtplib: Fixed bug in RTPIPv6Destination
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 27 05:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Huan Chan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hubert.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Sep 20 01:30:37 CST 2006
>Description:

Fixed bug in RTPIPv6Destination.

Use USE_LDCONFIG to replace INSTALLS_SHLIB.

Added file(s):
- files/patch-src-rtpipv6destination.h

Port maintainer (hopet at ics.muni.cz) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jrtplib-3.6.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/Makefile /usr/ports/devel/jrtplib/Makefile
--- /usr/ports/devel/jrtplib.orig/Makefile	Wed Sep 27 12:33:11 2006
+++ /usr/ports/devel/jrtplib/Makefile	Wed Sep 27 12:39:23 2006
@@ -15,7 +15,7 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 NO_FILTER_SHLIBS=	yes
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--disable-jthread
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	Thu Jan  1 08:00:00 1970
+++ /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h	Wed Sep 27 12:33:53 2006
@@ -0,0 +1,15 @@
+--- 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				
--- jrtplib-3.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list