Date: Sat, 26 Jul 2014 15:23:06 +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: r362975 - head/sysutils/grub2-pcbsd Message-ID: <201407261523.s6QFN6df074354@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Sat Jul 26 15:23:05 2014 New Revision: 362975 URL: http://svnweb.freebsd.org/changeset/ports/362975 QAT: https://qat.redports.org/buildarchive/r362975/ Log: Add same hack to sysutils/grub2-pcbsd that grub2-bhyve uses to build with GCC, but not require it at runtime Modified: head/sysutils/grub2-pcbsd/Makefile Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Sat Jul 26 15:23:03 2014 (r362974) +++ head/sysutils/grub2-pcbsd/Makefile Sat Jul 26 15:23:05 2014 (r362975) @@ -3,7 +3,7 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02p -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -91,3 +91,5 @@ post-install: @${INSTALL_SCRIPT} ${WRKDIR}/30_os-prober ${STAGEDIR}${PREFIX}/etc/grub.d/ .include <bsd.port.post.mk> + +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407261523.s6QFN6df074354>