ports/63688: Maintainer update: net/mad_fcl to version 0.6

Janos Mohacsi mohacsi at niif.hu
Wed Mar 3 12:00:38 UTC 2004


>Number:         63688
>Category:       ports
>Synopsis:       Maintainer update: net/mad_fcl to version 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 04:00:36 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #7: Mon Feb 9 12:12:13 CET 2004 root at norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386


>Description:
	Maintainer update: net/mad_fcl to version 0.6
	Changes: 
	New properties: ALC; 
	Multiple channels in sender and RLC congestion control protocol, 
	FLUTE; Wild card receiving.
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN mad_fcl.bak/Makefile mad_fcl/Makefile
--- mad_fcl.bak/Makefile	Mon Feb 16 13:49:36 2004
+++ mad_fcl/Makefile	Tue Mar  2 17:23:20 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mad_fcl
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.atm.tut.fi/mad/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src
diff -ruN mad_fcl.bak/distinfo mad_fcl/distinfo
--- mad_fcl.bak/distinfo	Mon Feb 16 13:49:36 2004
+++ mad_fcl/distinfo	Tue Mar  2 19:03:59 2004
@@ -1,2 +1,2 @@
-MD5 (mad_fcl_v0.5_src.tar.gz) = 02fd60b5d60aa3fd41dd85bd443ec1f9
-SIZE (mad_fcl_v0.5_src.tar.gz) = 96072
+MD5 (mad_fcl_v0.6_src.tar.gz) = 3a6aa16450a2e38b5bb3f6a02df11915
+SIZE (mad_fcl_v0.6_src.tar.gz) = 103261
diff -ruN mad_fcl.bak/files/patch-flute::fdt.c mad_fcl/files/patch-flute::fdt.c
--- mad_fcl.bak/files/patch-flute::fdt.c	Mon Feb 16 13:49:37 2004
+++ mad_fcl/files/patch-flute::fdt.c	Wed Mar  3 12:50:15 2004
@@ -1,23 +1,24 @@
---- flute/fdt.c.orig	Fri Feb 13 15:58:54 2004
-+++ flute/fdt.c	Fri Feb 13 15:58:54 2004
-@@ -113,14 +113,14 @@
- #ifdef WIN32
-                                 file->file_len = _atoi64(*(++atts));
- #else
--                                file->file_len = atoll(*(++atts));
-+                                file->file_len = strtoll(*(++atts), NULL, 10);
+--- flute/fdt.c.orig	Wed Mar  3 12:48:53 2004
++++ flute/fdt.c	Wed Mar  3 12:49:38 2004
+@@ -114,7 +114,7 @@
+ #ifdef WIN32     
+ 				file->file_len = _atoi64(*(++atts));
+ #else               
+-				file->file_len = atoll(*(++atts));				
++				file->file_len = strtoll(*(++atts), NULL, 10);				
  #endif
-                         }
- 			else if(!strcmp(*atts, "Transfer-Length")) {
+ 				if(file->toi_len == 0) {
+ 					file->toi_len = file->file_len;
+@@ -125,7 +125,7 @@
  #ifdef WIN32			  
  				file->toi_len = _atoi64(*(++atts));
  #else
 -				file->toi_len = atoll(*(++atts));
-+				file->toi_len = strtoll(*(++atts),NULL, 10);
++				file->toi_len = strtoll(*(++atts), NULL, 10);
  #endif 
  			}
  			else if(!strcmp(*atts, "Content-Type")) {
-@@ -179,7 +179,7 @@
+@@ -184,7 +184,7 @@
  #ifdef WIN32
  				fdt->expires = _atoi64(*(++atts));
  #else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list