Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 20:55:09 +0000
From:      Bob Eager <rde@tavi.co.uk>
To:        freebsd-ports@freebsd.org
Subject:   Using gcc as a build dependency only
Message-ID:  <20201110205509.0dfabcf7@raksha.tavi.co.uk>

next in thread | raw e-mail | index | archive | help
I have a port that, for reasons I won't go into, I build with gcc.

It all works fine with USE_GCC= yes - no problem.

The issue is that it's a build dependency and a run dependency. So
anyone wanting to use it has to install gcc, and is discouraged because
(a) it's big and (b) it drags in other stuff.

Presumably this is because it needs the gcc runtime, but I'm not sure.
And I can't see a runtime package that parallels the compiler.

Can anyone comment on this? And please don't say 'convert to clang'
because that isn't possible, at least not yet.



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