From owner-svn-ports-head@freebsd.org Fri Aug 25 20:17:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AF4BDE0948; Fri, 25 Aug 2017 20:17:51 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 180FE6F46C; Fri, 25 Aug 2017 20:17:50 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 935693F68D; Fri, 25 Aug 2017 16:09:51 -0400 (EDT) Received: from [172.16.1.178] (unknown [91.112.91.118]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 4E46A3F600; Fri, 25 Aug 2017 16:09:50 -0400 (EDT) Date: Fri, 25 Aug 2017 22:09:47 +0200 (CEST) From: Gerald Pfeifer To: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r448710 - head/www/thundercache In-Reply-To: <201708250617.v7P6HrMI009114@repo.freebsd.org> Message-ID: References: <201708250617.v7P6HrMI009114@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 20:17:51 -0000 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