svn commit: r540710 - head/sysutils/arcconf

Alexey Dokuchaev danfe at freebsd.org
Wed Feb 3 10:43:06 UTC 2021


On Wed, Feb 03, 2021 at 10:05:19AM +0100, Gerald Pfeifer wrote:
> On Sun, 28 Jun 2020, Li-Wen Hsu wrote:
> > Log:
> >   Robustness fix and license updates
> >   
> >   - Update Makefile to use current version of GCC as defined in
> >     bsd.default-versions.mk. (USE_GCC=yes)
> ...
> >  LIB_DEPENDS=	libstdc++.so.6:lang/gcc${GCC_DEFAULT}
> > +USE_GCC=	yes
> 
> This looks very (very) odd.
> 
> USE_GCC already implies a run-time dependency on lang/gcc${GCC_DEFAULT}
> and I do not recall seeing such a LIB_DEPENDS before.
> 
> Are you sure this is really, really needed with USE_GCC=yes?

I believe, seeing NO_BUILD=yes, it's because this is some sort of binary-
only program which links against libstdc++.so.6.  I can't verify because
the distfile is ~73MB and that's a bit too much for me to download ATM.

./danfe


More information about the svn-ports-all mailing list