From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 2 19:00:30 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A7016A41F for ; Wed, 2 Nov 2005 19:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D67143D48 for ; Wed, 2 Nov 2005 19:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA2J0NEL043589 for ; Wed, 2 Nov 2005 19:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA2J0NLd043588; Wed, 2 Nov 2005 19:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Nov 2005 19:00:23 GMT Resent-Message-Id: <200511021900.jA2J0NLd043588@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Laszlo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AC6616A41F for ; Wed, 2 Nov 2005 18:51:50 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0F143D5C for ; Wed, 2 Nov 2005 18:51:46 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.54 (FreeBSD)) id 1EXNi6-000HwP-A9 for FreeBSD-gnats-submit@freebsd.org; Wed, 02 Nov 2005 13:51:46 -0500 Message-Id: Date: Wed, 02 Nov 2005 13:51:46 -0500 From: Frank Laszlo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88405: [UPDATE]: net/ns: Upgrade to 2.29. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Laszlo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 19:00:31 -0000 >Number: 88405 >Category: ports >Synopsis: [UPDATE]: net/ns: Upgrade to 2.29. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 02 19:00:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This patch will update net/ns to version 2.29. This version adds various features and bugfixes outlined on: http://www.isi.edu/nsnam/ns/CHANGES.html I'll take maintainership. >How-To-Repeat: >Fix: --- ns-2.29.diff begins here --- diff -NrU4 ns.orig/Makefile ns/Makefile --- ns.orig/Makefile Wed Nov 2 12:17:19 2005 +++ ns/Makefile Wed Nov 2 12:48:55 2005 @@ -5,15 +5,14 @@ # $FreeBSD: ports/net/ns/Makefile,v 1.23 2005/08/09 13:46:22 pav Exp $ # PORTNAME= ns -PORTVERSION= 2.28 -#PORTREVISION= 1 +PORTVERSION= 2.29 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= ns-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Discrete event simulator for networking research BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 @@ -23,9 +22,9 @@ WRKSRC= ${WRKDIR}/ns-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 +CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 --with-tclcl=${PREFIX} ALL_TARGET= .include diff -NrU4 ns.orig/distinfo ns/distinfo --- ns.orig/distinfo Wed Nov 2 12:17:19 2005 +++ ns/distinfo Wed Nov 2 12:19:47 2005 @@ -1,2 +1,2 @@ -MD5 (ns-src-2.28.tar.gz) = 45ed7d066236aa981fd6cef6f9f44117 -SIZE (ns-src-2.28.tar.gz) = 46599585 +MD5 (ns-src-2.29.tar.gz) = 4942fbdbc0179cdf2774778857c49ff0 +SIZE (ns-src-2.29.tar.gz) = 55291146 diff -NrU4 ns.orig/files/patch-Makefile.in ns/files/patch-Makefile.in --- ns.orig/files/patch-Makefile.in Wed Nov 2 12:17:19 2005 +++ ns/files/patch-Makefile.in Wed Nov 2 12:23:02 2005 @@ -1,20 +1,11 @@ ---- M Tue Jul 26 11:40:56 2005 -+++ Makefile.in Tue Jul 26 11:41:26 2005 -@@ -54,7 +54,7 @@ - - CCOPT = @V_CCOPT@ +--- Makefile.in.orig Wed Nov 2 12:22:10 2005 ++++ Makefile.in Wed Nov 2 12:22:43 2005 +@@ -55,7 +55,7 @@ + CCOPT = @V_CCOPT@ STATIC = @V_STATIC@ --LDFLAGS = $(STATIC) -+LDFLAGS += $(STATIC) + #LDFLAGS = $(STATIC) +-LDFLAGS = @LDFLAGS@ ++LDFLAGS += @LDFLAGS@ LDOUT = -o $(BLANK) DEFINE = -DTCP_DELAY_BIND_ALL -DNO_TK @V_DEFINE@ @V_DEFINES@ @DEFS@ -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=@CPP_NAMESPACE@ -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -@@ -79,7 +79,7 @@ - -lm @LIBS@ - # -L@libdir@ \ - --CFLAGS = $(CCOPT) $(DEFINE) -+CFLAGS += $(CCOPT) $(DEFINE) - - # Explicitly define compilation rules since SunOS 4's make doesn't like gcc. - # Also, gcc does not remove the .o before forking 'as', which can be a --- ns-2.29.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: