Index: head/net/nam/Makefile =================================================================== --- head/net/nam/Makefile (revision 107520) +++ head/net/nam/Makefile (revision 107521) @@ -1,40 +1,40 @@ # New ports collection makefile for: nam # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # PORTNAME= nam -PORTVERSION= 1.0a9 +PORTVERSION= 1.10 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= nam-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The UCB/LBNL Network Animator BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 MAN1= nam.1 MANCOMPRESSED= no USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 +CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= # empty post-patch: @${REINPLACE_CMD} -e 's,friend Queue,friend class Queue,' ${WRKSRC}/queue.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/ex/* ${EXAMPLESDIR} .endif .include Property changes on: head/net/nam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/nam/distinfo =================================================================== --- head/net/nam/distinfo (revision 107520) +++ head/net/nam/distinfo (revision 107521) @@ -1,2 +1,2 @@ -MD5 (nam-src-1.0a9.tar.gz) = 8c8f7c35896be7a272cb43d75e651ef0 -SIZE (nam-src-1.0a9.tar.gz) = 4242823 +MD5 (nam-src-1.10.tar.gz) = 35efe4a43f1cc3dd03fb744c5603fc58 +SIZE (nam-src-1.10.tar.gz) = 4324890 Property changes on: head/net/nam/distinfo ___________________________________________________________________ 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/nam/files/patch-nam_stream.cc =================================================================== --- head/net/nam/files/patch-nam_stream.cc (revision 107520) +++ head/net/nam/files/patch-nam_stream.cc (nonexistent) @@ -1,20 +0,0 @@ ---- nam_stream.cc.orig Thu Oct 3 11:32:39 2002 -+++ nam_stream.cc Thu Oct 3 11:33:21 2002 -@@ -23,7 +23,7 @@ - #ifdef WIN32 - #include - #else --#include -+#include - #endif - - #include -@@ -429,7 +429,7 @@ - switch(whence) { - case SEEK_SET: lim = offset; break; - case SEEK_CUR: lim = tell() + offset; break; -- case SEEK_END: lim = MAXLONG; break; // XXX: MAXINT may not be max(off_t) -+ case SEEK_END: lim = LONG_MAX; break; // XXX: MAXINT may not be max(off_t) - } - insure_backing(lim); - if (0 == fseek(back_, offset, whence)) Property changes on: head/net/nam/files/patch-nam_stream.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property