Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 01:51:52 +0000 (UTC)
From:      Rebecca Cran <bcran@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511727 - head/sysutils/uefi-edk2-qemu
Message-ID:  <201909100151.x8A1pqC5086268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcran (src committer)
Date: Tue Sep 10 01:51:51 2019
New Revision: 511727
URL: https://svnweb.freebsd.org/changeset/ports/511727

Log:
  sysutils/uefi-edk2-qemu: GCC should be a build dependency, not runtime
  
  Also, move USES statement earlier, as suggested by portlint.
  
  Reviewed by:	emaste, araujo
  Approved by:	araujo
  Differential Revision:	https://reviews.freebsd.org/D21580

Modified:
  head/sysutils/uefi-edk2-qemu/Makefile

Modified: head/sysutils/uefi-edk2-qemu/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-qemu/Makefile	Tue Sep 10 01:47:41 2019	(r511726)
+++ head/sysutils/uefi-edk2-qemu/Makefile	Tue Sep 10 01:51:51 2019	(r511727)
@@ -14,17 +14,17 @@ ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	bash:shells/bash \
 		nasm:devel/nasm \
+		gcc:lang/gcc${GCC_DEFAULT} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3@${PY_FLAVOR}
 
 FLAVORS=	x86_64 i386
 
-x86_64_PKGNAMESUFFIX=	-x86_64
-i386_PKGNAMESUFFIX=	-i386
-
 USES=		gmake \
 		python:2.7,build
 
-USE_GCC=	8+
+x86_64_PKGNAMESUFFIX=	-x86_64
+i386_PKGNAMESUFFIX=	-i386
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tianocore openssl:ssl
 GH_PROJECT=	edk2 openssl:ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100151.x8A1pqC5086268>