1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Update to 2.29: This version adds various features and bugfixes outlined

on: http://www.isi.edu/nsnam/ns/CHANGES.html
- Assign maintainership to submitter

PR:		ports/88405
This commit is contained in:
Volker Stolz 2005-11-09 14:45:48 +00:00
parent aac3781ea8
commit ddf84713a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147718
6 changed files with 12 additions and 52 deletions

View File

@ -6,13 +6,12 @@
#
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
@ -24,7 +23,8 @@ MANCOMPRESSED= no
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=${LOCALBASE}
MAKE_ARGS+= "LDFLAGS=${LDFLAGS}"
ALL_TARGET=

View File

@ -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

View File

@ -1,20 +0,0 @@
--- M Tue Jul 26 11:40:56 2005
+++ Makefile.in Tue Jul 26 11:41:26 2005
@@ -54,7 +54,7 @@
CCOPT = @V_CCOPT@
STATIC = @V_STATIC@
-LDFLAGS = $(STATIC)
+LDFLAGS += $(STATIC)
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

View File

@ -6,13 +6,12 @@
#
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
@ -24,7 +23,8 @@ MANCOMPRESSED= no
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=${LOCALBASE}
MAKE_ARGS+= "LDFLAGS=${LDFLAGS}"
ALL_TARGET=

View File

@ -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

View File

@ -1,20 +0,0 @@
--- M Tue Jul 26 11:40:56 2005
+++ Makefile.in Tue Jul 26 11:41:26 2005
@@ -54,7 +54,7 @@
CCOPT = @V_CCOPT@
STATIC = @V_STATIC@
-LDFLAGS = $(STATIC)
+LDFLAGS += $(STATIC)
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