Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2016 17:47:19 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415645 - head/sysutils/ipmitool
Message-ID:  <201605221747.u4MHlJJb068200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun May 22 17:47:19 2016
New Revision: 415645
URL: https://svnweb.freebsd.org/changeset/ports/415645

Log:
  Do not pull in gcc, this was a leftover from debugging builds on 9.x
  
  Submitted by:	Terry Kennedy <TERRY@glaver.org>

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Sun May 22 17:27:35 2016	(r415644)
+++ head/sysutils/ipmitool/Makefile	Sun May 22 17:47:19 2016	(r415645)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipmitool
 PORTVERSION=	1.8.17
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -13,7 +14,6 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe tar:bzip2 gmake readline
-USE_GCC=	yes
 CPE_VENDOR=	sun
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes



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