Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 17:33:12 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337760 - head/sysutils/grub2-bhyve
Message-ID:  <201312271733.rBRHXC2q039418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Fri Dec 27 17:33:11 2013
New Revision: 337760
URL: http://svnweb.freebsd.org/changeset/ports/337760

Log:
   - Cleanup the Makefile / pkg-plist
   - Switch to USE_GCC= 4.6+
  
  PR: 185040
  Submitted by: Johannes Jost Meixner <xmj@chaot.net>

Deleted:
  head/sysutils/grub2-bhyve/pkg-plist
Modified:
  head/sysutils/grub2-bhyve/Makefile

Modified: head/sysutils/grub2-bhyve/Makefile
==============================================================================
--- head/sysutils/grub2-bhyve/Makefile	Fri Dec 27 17:33:07 2013	(r337759)
+++ head/sysutils/grub2-bhyve/Makefile	Fri Dec 27 17:33:11 2013	(r337760)
@@ -3,26 +3,28 @@
 
 PORTNAME=	grub2-bhyve
 DISTVERSION=	0.21
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	kmoore@FreeBSD.org
-COMMENT= 	Grub-emu loader for bhyve
+COMMENT=	Grub-emu loader for bhyve
 
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		gcc47:${PORTSDIR}/lang/gcc47 \
 		help2man:${PORTSDIR}/misc/help2man
 
 ONLY_FOR_ARCHS=	amd64
 SSP_UNSAFE=	yes
+USE_GCC=	4.6+
 USE_GITHUB=	yes
 GH_ACCOUNT=	grehan-freebsd
 GH_COMMIT=	aa0717f
 GH_TAGNAME=	v0.2
 USES=		bison gettext gmake
+PLIST_FILES=	sbin/grub-bhyve
 MAKE_JOBS_UNSAFE=	yes
-CONFIGURE_ARGS=	--with-platform=emu CC=gcc47 LEX=${LOCALBASE}/bin/flex \
+CONFIGURE_ARGS=	--with-platform=emu CC=${CC} LEX=${LOCALBASE}/bin/flex \
 		--enable-grub-mount=no --enable-grub-mkfont=no
 
 .include <bsd.port.pre.mk>



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