FreeBSD Bugzilla – Attachment 55696 Details for
Bug 84118
[PATCH] net/nam: update to 1.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nam-1.11.patch
nam-1.11.patch (text/plain), 4.41 KB, created by
Lars Eggert
on 2005-07-26 12:10:15 UTC
(
hide
)
Description:
nam-1.11.patch
Filename:
MIME Type:
Creator:
Lars Eggert
Created:
2005-07-26 12:10:15 UTC
Size:
4.41 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/nam--/Makefile /usr/ports/net/nam/Makefile >--- /usr/ports/net/nam--/Makefile Thu Mar 10 11:56:50 2005 >+++ /usr/ports/net/nam/Makefile Tue Jul 26 12:49:32 2005 >@@ -6,14 +6,14 @@ > # > > PORTNAME= nam >-PORTVERSION= 1.10 >-PORTREVISION= 1 >+PORTVERSION= 1.11 >+#PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://www.isi.edu/nsnam/dist/ > DISTNAME= nam-src-${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= The UCB/LBNL Network Animator >+COMMENT= Animation tool for network simulation traces > > BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl > LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 >diff -ruN --exclude=CVS /usr/ports/net/nam--/distinfo /usr/ports/net/nam/distinfo >--- /usr/ports/net/nam--/distinfo Mon Apr 19 06:54:43 2004 >+++ /usr/ports/net/nam/distinfo Tue Jul 26 12:49:32 2005 >@@ -1,2 +1,2 @@ >-MD5 (nam-src-1.10.tar.gz) = 35efe4a43f1cc3dd03fb744c5603fc58 >-SIZE (nam-src-1.10.tar.gz) = 4324890 >+MD5 (nam-src-1.11.tar.gz) = 2627e85637d7ae8caf477d4e76b6f5e0 >+SIZE (nam-src-1.11.tar.gz) = 4358578 >diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-aa /usr/ports/net/nam/files/patch-aa >--- /usr/ports/net/nam--/files/patch-aa Sun Jun 9 05:16:07 2002 >+++ /usr/ports/net/nam/files/patch-aa Tue Jul 26 12:49:32 2005 >@@ -1,13 +1,20 @@ >-$FreeBSD: ports/net/nam/files/patch-aa,v 1.4 2002/06/09 03:16:07 petef Exp $ >- >---- configure.orig Sat Jun 8 23:00:16 2002 >-+++ configure Sat Jun 8 23:00:41 2002 >-@@ -2041,7 +2041,7 @@ >- EOF >+--- M Tue Jul 26 12:13:26 2005 >++++ Makefile.in Tue Jul 26 12:13:47 2005 >+@@ -62,7 +62,7 @@ > >+ STATIC = @V_STATIC@ >+ DEFINE = -DTCL_TK @V_DEFINE@ @V_DEFINES@ >+-CFLAGS = $(CCOPT) $(DEFINE) $(INCLUDE) >++CFLAGS += $(CCOPT) $(DEFINE) $(INCLUDE) > >-- V_INCLUDES="$V_INCLUDE_ZLIB $V_INCLUDES" >-+ V_INCLUDES="$V_INCLUDES" >- V_DEFINES="-D$ac_tr_hdr $V_DEFINES" >- >- NS_PACKAGE_zlib_UNDERWAY=true >+ INSTALL = @INSTALL@ >+ RANLIB = @V_RANLIB@ >+@@ -70,7 +70,7 @@ >+ BLANK = # make a blank space. DO NOT add anything to this line >+ AR = ar rc $(BLANK) >+ LINK = $(CPP) >+-LDFLAGS = >++LDFLAGS += >+ LDOUT = -o $(BLANK) >+ PERL = perl >+ RM = rm -f >diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-ab /usr/ports/net/nam/files/patch-ab >--- /usr/ports/net/nam--/files/patch-ab Mon Nov 29 04:46:11 1999 >+++ /usr/ports/net/nam/files/patch-ab Thu Jan 1 01:00:00 1970 >@@ -1,10 +0,0 @@ >---- main.cc.orig Sun Nov 28 17:24:15 1999 >-+++ main.cc Sun Nov 28 17:25:10 1999 >-@@ -52,6 +52,7 @@ >- >- extern "C" { >- #include <tk.h> >-+extern int Tk_WmCmd (ClientData clientData, Tcl_Interp *interp, int argc, char **argv); >- } >- >- static void >diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-agent.h /usr/ports/net/nam/files/patch-agent.h >--- /usr/ports/net/nam--/files/patch-agent.h Thu Mar 10 11:56:50 2005 >+++ /usr/ports/net/nam/files/patch-agent.h Thu Jan 1 01:00:00 1970 >@@ -1,14 +0,0 @@ >- >-$FreeBSD: ports/net/nam/files/patch-agent.h,v 1.1 2005/03/10 10:56:50 krion Exp $ >- >---- agent.h.orig >-+++ agent.h >-@@ -70,7 +70,7 @@ >- inline double width() {return width_;} >- inline double height() {return height_;} >- virtual void findClosestCornertoPoint(double x, double y, >-- double &corner_x, double &corner_y) const = NULL; >-+ double &corner_x, double &corner_y) const = 0; >- virtual void place(double x, double y); >- void label(const char* name, int anchor); >- void color(const char* name); >diff -ruN --exclude=CVS /usr/ports/net/nam--/pkg-descr /usr/ports/net/nam/pkg-descr >--- /usr/ports/net/nam--/pkg-descr Mon Dec 11 03:28:41 2000 >+++ /usr/ports/net/nam/pkg-descr Tue Jul 26 12:49:32 2005 >@@ -1,11 +1,10 @@ >-Nam is a Tcl/TK based animation tool for viewing network simulation traces >-and real world packet traces. It supports topology layout, packet level >-animation, and various data inspection tools. >- >-Nam began at LBL. It has evolved substantially over the past few years. >-The nam development effort is now an ongoing collaboration with >-the VINT project. >+Nam is a Tcl/TK based animation tool for viewing network simulation >+traces and real world packet traces. It supports topology layout, >+packet level animation, and various data inspection tools. >+ >+Nam began at LBL. It has evolved substantially over the past few >+years. The nam development effort was an ongoing collaboration with >+the VINT project. Currently, it is being developed at ISI as part of >+the SAMAN and Conser projects. > > WWW: http://www.isi.edu/nsnam/nam/ >- >--Oscar <obonilla@fisicc-ufm.edu>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84118
: 55696