svn commit: r448710 - head/www/thundercache

Gerald Pfeifer gerald at pfeifer.com
Fri Aug 25 20:17:51 UTC 2017


On Fri, 25 Aug 2017, Antoine Brodin wrote:
> Log:
>   Fix dependencies, lang/gcc metaport does not provide libstdc++.so

> +USE_GCC=	any
>  
>  ONLY_FOR_ARCHS=	i386 amd64
>  
> @@ -59,7 +60,6 @@ USE_PHP+=	pdo_pgsql pgsql
>  .endif
>  
>  LIB_DEPENDS+=	libcurl.so:ftp/curl \
> -		libstdc++.so:lang/gcc \
>  		libutil.so:misc/compat8x

Soo, this definitely looks like an improvement, thanks for doing it.

However, I'm a little surprised: lang/gcc should pull in lang/gcc5
which provides libstdc++.so, shouldn't it? So why did this not work?

Gerald


More information about the svn-ports-all mailing list