From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 10:13:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2D5E1CA; Thu, 30 Jan 2014 10:13:40 +0000 (UTC) Received: from fep14.mx.upcmail.net (fep14.mx.upcmail.net [62.179.121.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3AC1A99; Thu, 30 Jan 2014 10:13:39 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140130101332.GTXQ12282.viefep14-int.chello.at@edge02.upcmail.net>; Thu, 30 Jan 2014 11:13:32 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id LADX1n00c2Rg3Ey02ADXB0; Thu, 30 Jan 2014 11:13:32 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52EA25CC.6030608@rainbow-runner.nl> Date: Thu, 30 Jan 2014 11:13:32 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r341794 - head/devel/libc++ References: <201401292346.s0TNkEBS009641@svn.freebsd.org> In-Reply-To: <201401292346.s0TNkEBS009641@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140129-1, 29-01-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 30 Jan 2014 10:13:40 -0000 On 30-1-2014 0:46, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Jan 29 23:46:13 2014 > New Revision: 341794 > URL: http://svnweb.freebsd.org/changeset/ports/341794 > QAT: https://qat.redports.org/buildarchive/r341794/ > > Log: > Update to r200401 > Use libcxxrt from ports if not in base > -BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33 > +LIB_DEPENDS= libcxxrt.so:${PORTSDIR}/devel/libcxxrt So what I'm wondering is is LIB_DEPENDS smart enough to see if libcxxrt.so is in base or localbase? And doesn't the libcxxrt port get added to the depends regardless of that? -Koop