1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 3.1.7

PR:		ports/86064
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer timeout (17 days)
This commit is contained in:
Renato Botelho 2005-09-30 13:51:16 +00:00
parent 0bcfc8d4da
commit dabbfd952c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143848
5 changed files with 17 additions and 20 deletions

View File

@ -6,26 +6,23 @@
#
PORTNAME= tptest
PORTVERSION= 3.1.0
PORTVERSION= 3.1.7
CATEGORIES= net benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= girgen@FreeBSD.org
COMMENT= Software suite for testing network throughput and Internet services
pre-build:
@ cd ${WRKSRC}/apps/unix/client ;\
${LN} -s ../../../os-dep/unix/*.[hc] ../../../engine/*.[hc] .
PLIST_FILES= bin/tptestclient bin/tptestserver
do-build:
@ cd ${WRKSRC}/apps/unix/client; ${MAKE}
@ cd ${WRKSRC}/apps/unix/server; ${MAKE}
@cd ${WRKSRC}/apps/unix/client; ${MAKE}
@cd ${WRKSRC}/apps/unix/server; ${MAKE}
do-install:
@ ${INSTALL_PROGRAM} \
${WRKSRC}/apps/unix/client/tptest \
@${INSTALL_PROGRAM} \
${WRKSRC}/apps/unix/client/tptestclient \
${WRKSRC}/apps/unix/server/tptestserver \
${PREFIX}/bin

View File

@ -1,2 +1,2 @@
MD5 (tptest3.1.0.tar.gz) = ca862dfb5cf10031464df7c178b1e9ab
SIZE (tptest3.1.0.tar.gz) = 289756
MD5 (tptest-3.1.7.tar.gz) = 46f941bdab738a2a11ecc2a5f757ec77
SIZE (tptest-3.1.7.tar.gz) = 313801

View File

@ -1,5 +1,5 @@
--- apps/unix/client/Makefile.orig Sun Jan 26 22:23:48 2003
+++ apps/unix/client/Makefile Sun Jan 26 22:24:13 2003
--- apps/unix/client/Makefile.orig Wed Apr 7 17:22:56 2004
+++ apps/unix/client/Makefile Tue Sep 13 13:00:25 2005
@@ -3,7 +3,7 @@
# Use this for Linux and other systems that have makedepend
# instead of mkdep.
@ -14,9 +14,10 @@
# Use this for Free/Net/OpenBSD.
#
-#MAKEDEPEND = mkdep
-CDEBUG = -g
+MAKEDEPEND = mkdep
CDEBUG = -g
INCL =
+#CDEBUG = -g
INCL = -I ../../../os-dep/unix -I ../../../engine
# Use this flag when compiling under Solaris
#EXTRADEFINES = -DUNIX -DSOLARIS

View File

@ -1,5 +1,5 @@
--- apps/unix/server/Makefile.orig Sun Jan 26 22:21:08 2003
+++ apps/unix/server/Makefile Sun Jan 26 22:49:45 2003
--- apps/unix/server/Makefile.orig Wed Jan 22 13:42:45 2003
+++ apps/unix/server/Makefile Tue Sep 13 13:02:50 2005
@@ -3,7 +3,7 @@
# Use this for Linux and other systems that have makedepend
# instead of mkdep.
@ -14,8 +14,9 @@
# Use this for Free/Net/OpenBSD.
#
-#MAKEDEPEND = mkdep
-CDEBUG = -g
+MAKEDEPEND = mkdep
CDEBUG = -g
+#CDEBUG = -g
INCL = -I ../../../os-dep/unix -I ../../../engine
# Use this flag when compiling under Solaris

View File

@ -1,2 +0,0 @@
bin/tptest
bin/tptestserver