svn commit: r448710 - head/www/thundercache
Antoine Brodin
antoine at freebsd.org
Fri Aug 25 20:21:52 UTC 2017
On Fri, Aug 25, 2017 at 10:09 PM, Gerald Pfeifer <gerald at pfeifer.com> wrote:
> 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?
It kind of worked, but the package was rebuilt at every poudriere run
because lang/gcc was detected as a new dependency (lang/gcc wasn't
registered as a dependency in the package because lang/gcc doesn't
provide libstdc++.so).
Antoine
More information about the svn-ports-head
mailing list