aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pathchirp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-05 13:45:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-05 13:45:57 +0000
commit97f5625226f8a784e050b7e709dc32e924cb7bc5 (patch)
tree57defce1fa9d1db3e64fa45bc80585ff3215925e /benchmarks/pathchirp
parent8cf4e482d924d6aac1749e3a05a97ec34bbce1c8 (diff)
downloadports-97f5625226f8a784e050b7e709dc32e924cb7bc5.tar.gz
ports-97f5625226f8a784e050b7e709dc32e924cb7bc5.zip
Update benchmarks/pathchirp to version 2.4.1
Modifications: - respect NOPORTDOCS - respect user defined optimization flags PR: 86922 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Approved by: novel (mentor)
Notes
Notes: svn path=/head/; revision=144289
Diffstat (limited to 'benchmarks/pathchirp')
-rw-r--r--benchmarks/pathchirp/Makefile16
-rw-r--r--benchmarks/pathchirp/distinfo4
2 files changed, 15 insertions, 5 deletions
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile
index c5bfd1e0d952..40568ac0e48b 100644
--- a/benchmarks/pathchirp/Makefile
+++ b/benchmarks/pathchirp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pathchirp
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= benchmarks
MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/
@@ -15,12 +15,22 @@ COMMENT= A measurement tool for available bandwidth estimation
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
+PORTDOCS= README
+
+post-patch:
+ @${REINPLACE_CMD} -e '/CFLAGS.*O4/d' ${WRKSRC}/configure
do-install:
-.for f in pathchirp_rcv pathchirp_snd pathchirp_run
- ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
+.for f in rcv snd run
+ ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${PORTNAME}_${f} ${PREFIX}/bin
.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/benchmarks/pathchirp/distinfo b/benchmarks/pathchirp/distinfo
index 37fa2a2ae2e0..259dcc14f97f 100644
--- a/benchmarks/pathchirp/distinfo
+++ b/benchmarks/pathchirp/distinfo
@@ -1,2 +1,2 @@
-MD5 (pathchirp-2.4.0.tar.gz) = 10da5cbc386c62c8c854e9adb2afa258
-SIZE (pathchirp-2.4.0.tar.gz) = 64371
+MD5 (pathchirp-2.4.1.tar.gz) = 8d2b4e638d653569c38bb402303aeac6
+SIZE (pathchirp-2.4.1.tar.gz) = 64353