Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 09:50:51 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335728 - head/benchmarks/bonnie++
Message-ID:  <201312060950.rB69opsI095759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Fri Dec  6 09:50:50 2013
New Revision: 335728
URL: http://svnweb.freebsd.org/changeset/ports/335728

Log:
  Replace USE_GCC=yes (introduced in r332956) by USE_GCC=any as base Gcc is
  sufficient to build bonnie++
  
  PR:		ports/184509
  Submitted by:	Jeremy Chadwick <jdc@koitsu.org>

Modified:
  head/benchmarks/bonnie++/Makefile

Modified: head/benchmarks/bonnie++/Makefile
==============================================================================
--- head/benchmarks/bonnie++/Makefile	Fri Dec  6 09:14:13 2013	(r335727)
+++ head/benchmarks/bonnie++/Makefile	Fri Dec  6 09:50:50 2013	(r335728)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bonnie++
 PORTVERSION=	1.97
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.coker.com.au/bonnie++/experimental/
 EXTRACT_SUFX=	.tgz
@@ -14,7 +14,7 @@ COMMENT=	Performance Test of Filesystem 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GCC=	yes
+USE_GCC=	any
 
 USES=	shebangfix
 SHEBANG_FILES=	bon_csv2txt.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312060950.rB69opsI095759>