svn commit: r362975 - head/sysutils/grub2-pcbsd
Kris Moore
kmoore at FreeBSD.org
Sat Jul 26 15:23:06 UTC 2014
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*}
More information about the svn-ports-all
mailing list