Date: Fri, 12 Aug 2016 12:23:58 +0000 From: Howard Su <howard0su@gmail.com> To: koobs@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Why USE_GCC cause RUN_DEPEND on GCC Message-ID: <CAAvnz_repmaoWQmGGSuNai_gZTkLLdCykD=Z0e7PJTkTqojNrA@mail.gmail.com> In-Reply-To: <916fb65b-4bea-0374-8f58-98af8f56ea20@FreeBSD.org> References: <CAAvnz_p2ksr=H0UKrD94GWt-pXwO-72dMrQbLvhpYU02fY6b9A@mail.gmail.com> <916fb65b-4bea-0374-8f58-98af8f56ea20@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you, I will check it out. On Fri, Aug 12, 2016 at 8:20 PM Kubilay Kocak <koobs@freebsd.org> wrote: > On 12/08/2016 10:14 PM, Howard Su wrote: > > When I installing vnc, I noticed it depends on GCC which I don't think it > > make sense. > > > > I dig bsd.gcc.mk and notice the following lines, why do we force run > > depends on gcc while the software just use it to build? > > > > .if defined(_GCC_PORT_DEPENDS) > > BUILD_DEPENDS+= ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT} > > RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT} > > # Later GCC ports already depend on binutils; make sure whatever we > > # build leverages this as well. > > USE_BINUTILS= yes > > .endif > > .endif # defined(_USE_GCC) && !defined(FORCE_BASE_CC_FOR_TESTING) > > > > Hi Howard > > This is a work in progress, and has been requested. See: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211079 > > Which depends on: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211154 > > -- -Howard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAvnz_repmaoWQmGGSuNai_gZTkLLdCykD=Z0e7PJTkTqojNrA>