Index: head/net/mad_fcl/Makefile =================================================================== --- head/net/mad_fcl/Makefile (revision 108007) +++ head/net/mad_fcl/Makefile (revision 108008) @@ -1,47 +1,46 @@ # New ports collection makefile for: mad_fcl # Date created: 03.02.2003 # Whom: Janos.Mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= mad_fcl -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= net ipv6 MASTER_SITES= http://www.atm.tut.fi/mad/download/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src 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 CFLAGS+= ${PTHREAD_CFLAGS} DOC_FILES= fdt-example.xml flute-sdp-example.sdp pre-patch: # Fixing the end-of-lines: for f in `${FIND} ${WRKSRC}/.. -type f` ; do \ ${TR} -d '\015' < $$f > $$f.noms && \ ${CAT} $$f.noms > $$f && ${RM} $$f.noms; done post-patch: - ${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ + ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/flute/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/flute ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} .endif .include Property changes on: head/net/mad_fcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/mad_fcl/distinfo =================================================================== --- head/net/mad_fcl/distinfo (revision 108007) +++ head/net/mad_fcl/distinfo (revision 108008) @@ -1,2 +1,2 @@ -MD5 (mad_fcl_v0.6_src.tar.gz) = 3a6aa16450a2e38b5bb3f6a02df11915 -SIZE (mad_fcl_v0.6_src.tar.gz) = 103261 +MD5 (mad_fcl_v0.8_src.tar.gz) = edda929301c4d6e05dd18844760ed0be +SIZE (mad_fcl_v0.8_src.tar.gz) = 119204 Property changes on: head/net/mad_fcl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/mad_fcl/files/patch-flute::fdt.c =================================================================== --- head/net/mad_fcl/files/patch-flute::fdt.c (revision 108007) +++ head/net/mad_fcl/files/patch-flute::fdt.c (nonexistent) @@ -1,29 +0,0 @@ ---- 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 - 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); - #endif - } - else if(!strcmp(*atts, "Content-Type")) { -@@ -184,7 +184,7 @@ - #ifdef WIN32 - fdt->expires = _atoi64(*(++atts)); - #else -- fdt->expires = atoll(*(++atts)); -+ fdt->expires = strtoll(*(++atts), NULL, 10); - #endif - } - else if(!strcmp(*atts, "Complete")) { Property changes on: head/net/mad_fcl/files/patch-flute::fdt.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/mad_fcl/files/patch-alclib::Makefile =================================================================== --- head/net/mad_fcl/files/patch-alclib::Makefile (revision 108007) +++ head/net/mad_fcl/files/patch-alclib::Makefile (revision 108008) @@ -1,11 +1,13 @@ ---- alclib/Makefile.orig Fri Feb 13 15:58:54 2004 -+++ alclib/Makefile Fri Feb 13 15:58:54 2004 -@@ -1,7 +1,7 @@ + +$FreeBSD$ + +--- alclib/Makefile.orig Wed Apr 28 16:17:34 2004 ++++ alclib/Makefile Wed Apr 28 16:18:36 2004 +@@ -1,6 +1,6 @@ #CC = ccmalloc gcc-2.95 - #CC = g++ CC = gcc -CFLAGS += -Wall -g -fPIC -DLINUX -+CFLAGS += -Wall -g -fPIC -O -DLINUX ++CFLAGS += -Wall -g -O -fPIC -DLINUX SOURCES = alc_channel.c alc_hdr.c alc_rx.c alc_session.c alc_socket.c alc_tx.c \ - lct_hdr.c mad.c mad_cc.c transport.c blocking_alg.c fec.c null_fec.c rs_fec.c + lct_hdr.c mad.c mad_rlc.c transport.c blocking_alg.c fec.c null_fec.c rs_fec.c Property changes on: head/net/mad_fcl/files/patch-alclib::Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/mad_fcl/files/patch-alclib_defines.h =================================================================== --- head/net/mad_fcl/files/patch-alclib_defines.h (nonexistent) +++ head/net/mad_fcl/files/patch-alclib_defines.h (revision 108008) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- alclib/defines.h.orig Wed Apr 28 16:48:02 2004 ++++ alclib/defines.h Wed Apr 28 16:48:28 2004 +@@ -32,7 +32,7 @@ + /*#define SSM*/ + + /* Use ZLIB comprsession library */ +-#define USE_ZLIB ++/*#define USE_ZLIB */ + + /* Use OpenSSL library for MD5*/ + #define USE_OPENSSL Property changes on: head/net/mad_fcl/files/patch-alclib_defines.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/mad_fcl/files/patch-flute::Makefile =================================================================== --- head/net/mad_fcl/files/patch-flute::Makefile (revision 108007) +++ head/net/mad_fcl/files/patch-flute::Makefile (revision 108008) @@ -1,17 +1,19 @@ ---- flute/Makefile.orig Fri Feb 13 15:58:54 2004 -+++ flute/Makefile Fri Feb 13 15:58:54 2004 -@@ -1,10 +1,10 @@ + +$FreeBSD$ + +--- flute/Makefile.orig Wed Apr 28 16:49:19 2004 ++++ flute/Makefile Wed Apr 28 16:51:03 2004 +@@ -1,9 +1,9 @@ #CC = ccmalloc gcc-2.95 - #CC = g++ CC = gcc -CFLAGS += -Wall -g -I/usr/local/expat-1.95.6/lib/ -I/usr/local/ssl/include/ -I/usr/java/j2sdk1.4.2/include/ \ -- -I/usr/java/j2sdk1.4.2/include/linux/ -DLINUX -D__VXWORKS_OS__ +- -I/usr/local/include/ -I/usr/java/j2sdk1.4.2/include/linux/ -DLINUX -D__VXWORKS_OS__ -LFLAGS += -DLINUX -D__VXWORKS_OS__ -L../lib -L/usr/local/expat-1.95.6/.libs/ -L/usr/local/ssl/lib/ \ -- -lalc -lsdp -lexpat -lpthread -lm -lssl -lcrypto #-lmpatrol -lelf -+CFLAGS += -Wall -g -O -I/usr/local/include/ \ -+ -DLINUX -D__VXWORKS_OS__ -+LFLAGS += -DLINUX -pthread -L../lib -L/usr/local/lib \ -+ -lalc -lsdp -lexpat -lm -lssl -lcrypto #-lmpatrol -lelf +- -L/usr/local/lib/ -lz -lalc -lsdp -lexpat -lpthread -lm -lssl -lcrypto # -lmpatrol -lelf ++CFLAGS += -Wall -g -I/usr/local/include/ \ ++ -DLINUX -D__VXWORKS_OS__ ++LFLAGS += -DLINUX -D__VXWORKS_OS__ -L../lib \ ++ -L/usr/local/lib/ -lz -lalc -lsdp -lexpat -lm -lpthread -lssl -lcrypto # -lmpatrol -lelf - SOURCES = main.c flute.c sender.c receiver.c fdt.c fdt_gen.c mad_md5.c uri.c getdnsname.c + SOURCES = main.c flute.c sender.c receiver.c fdt.c fdt_gen.c mad_md5.c uri.c getdnsname.c mad_zlib.c Property changes on: head/net/mad_fcl/files/patch-flute::Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property