aboutsummaryrefslogtreecommitdiff
path: root/sysutils/grub2-bhyve
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2013-12-27 17:33:11 +0000
committerKris Moore <kmoore@FreeBSD.org>2013-12-27 17:33:11 +0000
commit4818ef5871d359d231d0421e8fc83afedb52ee96 (patch)
treefc21677b372156beb4214a917122bfc9915cd24c /sysutils/grub2-bhyve
parent68b925eab4982cc0e1d90ceb0ea424d03d80e530 (diff)
downloadports-4818ef5871d359d231d0421e8fc83afedb52ee96.tar.gz
ports-4818ef5871d359d231d0421e8fc83afedb52ee96.zip
- Cleanup the Makefile / pkg-plist
- Switch to USE_GCC= 4.6+ PR: 185040 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Notes
Notes: svn path=/head/; revision=337760
Diffstat (limited to 'sysutils/grub2-bhyve')
-rw-r--r--sysutils/grub2-bhyve/Makefile8
-rw-r--r--sysutils/grub2-bhyve/pkg-plist1
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile
index 888b87123ff9..6f950a346834 100644
--- a/sysutils/grub2-bhyve/Makefile
+++ b/sysutils/grub2-bhyve/Makefile
@@ -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>
diff --git a/sysutils/grub2-bhyve/pkg-plist b/sysutils/grub2-bhyve/pkg-plist
deleted file mode 100644
index 8bc8a614ef9f..000000000000
--- a/sysutils/grub2-bhyve/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-sbin/grub-bhyve