svn commit: r337760 - head/sysutils/grub2-bhyve

Kris Moore kmoore at FreeBSD.org
Fri Dec 27 17:33:12 UTC 2013


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


More information about the svn-ports-head mailing list