From owner-svn-ports-head@FreeBSD.ORG Sat Jul 26 15:23:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 813A7A2A; Sat, 26 Jul 2014 15:23:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F69424E0; Sat, 26 Jul 2014 15:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6QFN60V074355; Sat, 26 Jul 2014 15:23:06 GMT (envelope-from kmoore@svn.freebsd.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6QFN6df074354; Sat, 26 Jul 2014 15:23:06 GMT (envelope-from kmoore@svn.freebsd.org) Message-Id: <201407261523.s6QFN6df074354@svn.freebsd.org> From: Kris Moore Date: Sat, 26 Jul 2014 15:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362975 - head/sysutils/grub2-pcbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 15:23:06 -0000 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 + +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}