Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2017 22:09:47 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r448710 - head/www/thundercache
Message-ID:  <alpine.LSU.2.21.1708252208250.3672@anthias.pfeifer.com>
In-Reply-To: <201708250617.v7P6HrMI009114@repo.freebsd.org>
References:  <201708250617.v7P6HrMI009114@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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