Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 16:59:05 +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: r419395 - head/sysutils/cpuburn
Message-ID:  <201607311659.u6VGx54f052975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 31 16:59:05 2016
New Revision: 419395
URL: https://svnweb.freebsd.org/changeset/ports/419395

Log:
  Remove dependency on gcc given that it builds fine with clang

Modified:
  head/sysutils/cpuburn/Makefile

Modified: head/sysutils/cpuburn/Makefile
==============================================================================
--- head/sysutils/cpuburn/Makefile	Sun Jul 31 16:49:17 2016	(r419394)
+++ head/sysutils/cpuburn/Makefile	Sun Jul 31 16:59:05 2016	(r419395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cpuburn
 DISTVERSION=	1_4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/ \
 		http://atarininja.org/distfiles/ \
@@ -20,7 +20,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 PORTDOCS=	README Design
 CPUS=		BX K6 K7 MMX P5 P6
 PLIST_FILES=	${CPUS:S+^+bin/burn+}
-USE_GCC=	yes
 
 OPTIONS_DEFINE=	DOCS
 



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