svn commit: r335728 - head/benchmarks/bonnie++

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Dec 6 09:50:51 UTC 2013


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 at 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


More information about the svn-ports-head mailing list