[Bug 211079] sysutils/uefi-edk2-bhyve: Can RUN_DEPENDS on gcc48 be removed?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 16 09:47:58 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211079

--- Comment #3 from churchers at gmail.com ---
Just looking at the grub2-bhyve port, I've noticed it also has USE_GCC=yes, but
seems to have avoided the run dependency on gcc with the following at the end
of the Makefile:

RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}

Maybe that's the easiest solution. Not that I do much C development but it does
seem strange that USE_GCC adds a run dependency by default. I would of thought
it's reasonably unlikely a port would actually need gcc in order to run once
built.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list