svn commit: r415645 - head/sysutils/ipmitool

Sean Bruno sbruno at FreeBSD.org
Sun May 22 17:47:20 UTC 2016


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


More information about the svn-ports-all mailing list