Date: Tue, 13 Sep 2005 13:15:23 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86064: [update] net/tptest to 3.1.7 Message-ID: <E1EF6st-000BUu-AY@az.inec.ru> Resent-Message-ID: <200509130920.j8D9K2FD001005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86064 >Category: ports >Synopsis: [update] net/tptest to 3.1.7 >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: Tue Sep 13 09:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Removed files: pkg-plist >How-To-Repeat: >Fix: --- tptest.diff begins here --- diff -Nru tptest.orig/Makefile tptest/Makefile --- tptest.orig/Makefile Tue Sep 13 11:55:48 2005 +++ tptest/Makefile Tue Sep 13 13:09:32 2005 @@ -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 diff -Nru tptest.orig/distinfo tptest/distinfo --- tptest.orig/distinfo Wed Mar 31 07:10:20 2004 +++ tptest/distinfo Tue Sep 13 11:51:21 2005 @@ -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 diff -Nru tptest.orig/files/patch-apps::unix::client::Makefile tptest/files/patch-apps::unix::client::Makefile --- tptest.orig/files/patch-apps::unix::client::Makefile Fri Feb 21 04:07:12 2003 +++ tptest/files/patch-apps::unix::client::Makefile Tue Sep 13 13:03:32 2005 @@ -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 diff -Nru tptest.orig/files/patch-apps::unix::server::Makefile tptest/files/patch-apps::unix::server::Makefile --- tptest.orig/files/patch-apps::unix::server::Makefile Fri Feb 21 04:07:12 2003 +++ tptest/files/patch-apps::unix::server::Makefile Tue Sep 13 13:03:46 2005 @@ -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 diff -Nru tptest.orig/pkg-plist tptest/pkg-plist --- tptest.orig/pkg-plist Fri Feb 21 04:07:12 2003 +++ tptest/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1,2 +0,0 @@ -bin/tptest -bin/tptestserver --- tptest.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EF6st-000BUu-AY>