Date: Wed, 31 Jul 2013 22:53:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324075 - head/benchmarks/pathchirp Message-ID: <201307312253.r6VMreQg042106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 31 22:53:40 2013 New Revision: 324075 URL: http://svnweb.freebsd.org/changeset/ports/324075 Log: Fix build with clang Modified: head/benchmarks/pathchirp/Makefile Modified: head/benchmarks/pathchirp/Makefile ============================================================================== --- head/benchmarks/pathchirp/Makefile Wed Jul 31 22:52:54 2013 (r324074) +++ head/benchmarks/pathchirp/Makefile Wed Jul 31 22:53:40 2013 (r324075) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pathchirp -# Date created: 19 May 2005 -# Whom: dikshie <dikshie@lapi.itb.ac.id> -# +# Created by: dikshie <dikshie@lapi.itb.ac.id> # $FreeBSD$ -# PORTNAME= pathchirp PORTVERSION= 2.4.1 @@ -11,10 +7,11 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/ MAINTAINER= dikshie@lapi.itb.ac.id -COMMENT= A measurement tool for available bandwidth estimation +COMMENT= Measurement tool for available bandwidth estimation GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307312253.r6VMreQg042106>