From mohacsi@scone.ki.iif.hu  Mon Nov  7 12:35:17 2005
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F09316A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Nov 2005 12:35:17 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E18F43D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Nov 2005 12:35:16 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.4/8.13.4) id jA7CYfGh052168;
	Mon, 7 Nov 2005 13:34:41 +0100 (CET)
	(envelope-from mohacsi)
Message-Id: <200511071234.jA7CYfGh052168@scone.ki.iif.hu>
Date: Mon, 7 Nov 2005 13:34:41 +0100 (CET)
From: Janos Mohacsi <janos.mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Janos.Mohacsi@bsd.hu
Subject: [MAINTAINER] net/mad_fcl: update to 1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88595
>Category:       ports
>Synopsis:       [MAINTAINER] net/mad_fcl: update to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 07 12:40:10 GMT 2005
>Closed-Date:    Tue Nov 08 15:11:55 GMT 2005
>Last-Modified:  Tue Nov 08 15:11:55 GMT 2005
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.0-RC1 FreeBSD 6.0-RC1 #6: Tue Oct 18 17:13:43 CEST 2005
>Description:
- Update to 1.3
- Correct e-mail address


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

--- mad_fcl-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/Makefile /usr/ports/net/mad_fcl/Makefile
--- /usr/ports/net/mad_fcl.orig/Makefile	Thu Aug 26 23:42:04 2004
+++ /usr/ports/net/mad_fcl/Makefile	Mon Nov  7 13:15:14 2005
@@ -6,18 +6,19 @@
 #
 
 PORTNAME=	mad_fcl
-PORTVERSION=	1.1
+PORTVERSION=	1.3
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.atm.tut.fi/mad/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src
 
-MAINTAINER=	Janos.Mohacsi@bsd.hu
+MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	FLUTE - File Delivery over Unidirectional Transport implementation
 
 LIB_DEPENDS=	expat.5:${PORTSDIR}/textproc/expat2
 
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
+USE_OPENSSL=	yes
 
 CFLAGS+=	${PTHREAD_CFLAGS}
 
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/distinfo /usr/ports/net/mad_fcl/distinfo
--- /usr/ports/net/mad_fcl.orig/distinfo	Wed Aug 25 16:33:03 2004
+++ /usr/ports/net/mad_fcl/distinfo	Mon Nov  7 12:14:55 2005
@@ -1,2 +1,2 @@
-MD5 (mad_fcl_v1.1_src.tar.gz) = 0a90c289df0dd1208b325a3171cf4154
-SIZE (mad_fcl_v1.1_src.tar.gz) = 151438
+MD5 (mad_fcl_v1.3_src.tar.gz) = 524e1f420c0484ac3af26c7db17e6cee
+SIZE (mad_fcl_v1.3_src.tar.gz) = 129137
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/files/patch-Makefile /usr/ports/net/mad_fcl/files/patch-Makefile
--- /usr/ports/net/mad_fcl.orig/files/patch-Makefile	Fri Jun 25 15:29:57 2004
+++ /usr/ports/net/mad_fcl/files/patch-Makefile	Mon Nov  7 12:35:38 2005
@@ -1,9 +1,9 @@
 
-$FreeBSD: ports/net/mad_fcl/files/patch-Makefile,v 1.2 2004/06/25 13:29:57 krion Exp $
+$FreeBSD$
 
---- Makefile.orig	Fri Jun 25 13:16:29 2004
-+++ Makefile	Fri Jun 25 13:17:58 2004
-@@ -4,78 +4,78 @@
+--- Makefile.orig
++++ Makefile
+@@ -4,34 +4,34 @@
  	@echo "-------------------"
  	@echo "*** ALC library ***"
  	@echo "-------------------"
@@ -19,38 +19,6 @@
 +	mkdir lib; cd sdplib; gmake clean; gmake                   
  	@echo "done"
  
- nullfeclib ::
- 	@echo "-------------------"
- 	@echo "*** Null-FEC library ***"
- 	@echo "-------------------"
--	mkdir lib; cd nullfeclib; make clean; make
-+	mkdir lib; cd nullfeclib; gmake clean; gmake
- 	@echo "done"
- 
- xorfeclib ::
- 	@echo "-------------------"
- 	@echo "*** Simple XOR FEC library ***"
- 	@echo "-------------------"
--	mkdir lib; cd xorfeclib; make clean; make
-+	mkdir lib; cd xorfeclib; gmake clean; gmake
- 	@echo "done"
- 
- rsfeclib ::
- 	@echo "-------------------"
- 	@echo "*** Reed-Solomon FEC library ***"
- 	@echo "-------------------"
--	mkdir lib; cd rsfeclib; make clean; make
-+	mkdir lib; cd rsfeclib; gmake clean; gmake
- 	@echo "done"
- 
- rlclib ::
- 	@echo "-------------------"
- 	@echo "*** RLC library ***"
- 	@echo "-------------------"
--	mkdir lib; cd rlclib; make clean; make
-+	mkdir lib; cd rlclib; gmake clean; gmake
- 	@echo "done"
- 
  flute ::
  	@echo "-------------------------"
  	@echo "*** flute application ***"
@@ -70,26 +38,6 @@
  	@echo "----------------------------"
 -	cd sdplib; make clean
 +	cd sdplib; gmake clean
- 	@echo "----------------------------"
- 	@echo "*** Cleaning Null-FEC library ***"
- 	@echo "----------------------------"
--	cd nullfeclib; make clean
-+	cd nullfeclib; gmake clean
- 	@echo "----------------------------"
- 	@echo "*** Cleaning Simple XOR FEC library ***"
- 	@echo "----------------------------"
--	cd nullfeclib; make clean
-+	cd nullfeclib; gmake clean
- 	@echo "----------------------------"
- 	@echo "*** Cleaning Reed-Solomon FEC library ***"
- 	@echo "----------------------------"
--	cd rsfeclib; make clean
-+	cd rsfeclib; gmake clean
- 	@echo "----------------------------"
- 	@echo "*** Cleaning RLC library ***"
- 	@echo "----------------------------"
--	cd rlclib; make clean
-+	cd rlclib; gmake clean
  	@echo "----------------------------------"
  	@echo "*** Cleaning flute application ***"
  	@echo "----------------------------------"
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/files/patch-sdplib_port__misc.c /usr/ports/net/mad_fcl/files/patch-sdplib_port__misc.c
--- /usr/ports/net/mad_fcl.orig/files/patch-sdplib_port__misc.c	Fri Jun 25 15:29:57 2004
+++ /usr/ports/net/mad_fcl/files/patch-sdplib_port__misc.c	Mon Nov  7 12:38:25 2005
@@ -1,8 +1,8 @@
 
-$FreeBSD: ports/net/mad_fcl/files/patch-sdplib_port__misc.c,v 1.1 2004/06/25 13:29:57 krion Exp $
+$FreeBSD$
 
---- sdplib/port_misc.c.orig	Fri Jun 25 13:29:37 2004
-+++ sdplib/port_misc.c	Fri Jun 25 13:31:13 2004
+--- sdplib/port_misc.c.orig
++++ sdplib/port_misc.c
 @@ -47,6 +47,7 @@
  #  include <sys/unistd.h>
  #endif
@@ -11,13 +11,14 @@
  #if defined (HAVE_UNISTD_H)
  #  include <unistd.h>
  #endif
-@@ -55,6 +56,9 @@
+@@ -54,6 +55,10 @@
+ #if defined (HAVE_SYSLOG_H)
  #  include <syslog.h>
  #endif
- 
++
 +#include <sys/types.h>
 +#include <sys/time.h>
 +#define HAVE_SYS_SELECT_H
+ 
  #if defined (HAVE_SYS_SELECT_H)
  #  include <sys/select.h>
- #endif
--- mad_fcl-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Janos.Mohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88595: [MAINTAINER] net/mad_fcl: update to 1.3
Date: Mon, 7 Nov 2005 12:42:19 UT

 Maintainer of net/mad_fcl,
 
 Please note that PR ports/88595 just has been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88595
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org

From: Mohacsi Janos <mohacsi@niif.hu>
To: bug-followup@FreeBSD.org, Edwin Groothuis <edwin@FreeBSD.org>
Cc: Janos.Mohacsi@bsd.hu
Subject: Re: ports/88595: [MAINTAINER] net/mad_fcl: update to 1.3
Date: Mon, 7 Nov 2005 14:29:31 +0100 (CET)

 Hi Edwin,
  	Janos.mohacsi@bsd.hu and janos.mohacsi@bsd.hu is the same e-mail 
 address. I just prefer using in lower case  therefore I changed the 
 maintainer field also.
  	Thanks,
 
 Janos Mohacsi
 Network Engineer, Research Associate
 NIIF/HUNGARNET, HUNGARY
 Key 00F9AF98: 8645 1312 D249 471B DBAE  21A2 9F52 0D1F 00F9 AF98
 
 
 On Mon, 7 Nov 2005, Edwin Groothuis wrote:
 
 > Maintainer of net/mad_fcl,
 >
 > Please note that PR ports/88595 just has been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88595
 >
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 >
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Nov 8 15:11:00 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

It does not compile on FreeBSD 4.X, can you fix that? 

gcc -c -O -pipe  -D_THREAD_SAFE -Wall -g -I/usr/local/include/ -I/usr/local/ssl/include -DLINUX -D__VXWORKS_OS__ -DHAVE_CONFIG_H -o sender.o sender.c 
sender.c: In function `send_file': 
sender.c:185: warning: `retval' might be used uninitialized in this function 
sender.c: In function `fdtbasedsend': 
sender.c:1453: warning: control reaches end of non-void function 
sender.c: At top level: 
sender.c:1455: warning: type defaults to `int' in declaration of `FreeFDT' 
sender.c:1455: warning: parameter names (without types) in function declaration 
sender.c:1455: conflicting types for `FreeFDT' 
fdt.h:96: previous declaration of `FreeFDT' 
sender.c:1455: warning: data definition has no type or storage class 
sender.c:1456: syntax error before `return' 
gmake[1]: *** [sender.o] Error 1 
gmake[1]: Leaving directory `/work/a/ports/net/mad_fcl/work/mad_fcl_v1.3_src/flute' 
gmake: *** [flute] Error 2 
*** Error code 2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88595 
>Unformatted:
