Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2019 02:05:30 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Rebecca Cran <bcran@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r511727 - head/sysutils/uefi-edk2-qemu
Message-ID:  <k1af-wvcl-wny@FreeBSD.org>
In-Reply-To: <1746825a-d196-9390-6c71-45918862e985@freebsd.org> (Rebecca Cran's message of "Tue, 10 Sep 2019 15:43:06 -0600")
References:  <201909100151.x8A1pqC5086268@repo.freebsd.org> <sgp4-x2ho-wny@FreeBSD.org> <1746825a-d196-9390-6c71-45918862e985@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Rebecca Cran <bcran@freebsd.org> writes:

> On 2019-09-09 21:18, Jan Beich wrote:
>
>> Rebecca Cran <bcran@FreeBSD.org> writes:
>> 
>>>  BUILD_DEPENDS=	bash:shells/bash \
>>>  		nasm:devel/nasm \
>>> +		gcc:lang/gcc${GCC_DEFAULT} \
>> [...]
>>> -USE_GCC=	8+
>> 
>> Only lang/gcc (meta port) installs "gcc" symlink. Why not keep USE_GCC
>> while using the same hack as sysutils/uefi-edk2-bhyve or misc/seabios?
>
>
> Oh, I see the problem. It should be
> gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT}.
>
> I'm not sure what hack you're referring to: how do those ports avoid
> pulling in gcc as a dependency while still using USE_GCC?

USE_GCC=	yes
...
.include <bsd.port.mk>
RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}



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