svn commit: r419395 - head/sysutils/cpuburn

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 31 16:59:06 UTC 2016


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
 


More information about the svn-ports-all mailing list