svn commit: r511727 - head/sysutils/uefi-edk2-qemu

Jan Beich jbeich at FreeBSD.org
Wed Sep 11 00:05:34 UTC 2019


Rebecca Cran <bcran at freebsd.org> writes:

> On 2019-09-09 21:18, Jan Beich wrote:
>
>> Rebecca Cran <bcran at 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*}


More information about the svn-ports-head mailing list