From owner-freebsd-ports@FreeBSD.ORG Wed Nov 27 07:52:50 2013 Return-Path: Delivered-To: freebsd-ports@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 9BF99313 for ; Wed, 27 Nov 2013 07:52:50 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329A32DB4 for ; Wed, 27 Nov 2013 07:52:49 +0000 (UTC) Received: from mandree.no-ip.org ([78.48.173.78]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Ma2Lr-1W4d151IT9-00LqLS for ; Wed, 27 Nov 2013 08:52:48 +0100 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id B1EAB23CE8F for ; Wed, 27 Nov 2013 08:52:46 +0100 (CET) Message-ID: <5295A4CE.6030705@gmx.de> Date: Wed, 27 Nov 2013 08:52:46 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: www/aria2 dependencies & lang/llvm33 build error References: <20131116132213.GA95852@ozzmosis.com> <20131117110145.GA63272@ozzmosis.com> <20131117141502.5c203a99@bsd64.grem.de> <20131122142055.GA36109@ozzmosis.com> <20131122153756.02e2c9d2@bsd64.grem.de> <20131122144124.GA39924@ozzmosis.com> <20131122155114.48d3f79c@bsd64.grem.de> <20131122145630.GA40079@ozzmosis.com> In-Reply-To: <20131122145630.GA40079@ozzmosis.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Ha6wiMojgrii28kG1fMwLhd3sMC3DLeZOwDNWwEH2SI7+hUx3gQ TL2zSqMyieQwkpl3UEGS8juAKQz3ABZRUV5o0UxidUxlJVY5HDvoAwT2K4/a6VaaUXifSGw wwEAPqyNpZfgJxnqIfR0w8QhXHSn1lH0DONz8kMMkkUm9lVi7U51iM1jPKb0Pq1Npnp8mYu em4gq/bcMpjMwst1xIO5g== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 07:52:50 -0000 Am 22.11.2013 15:56, schrieb andrew clarke: > On Fri 2013-11-22 15:51:14 UTC+0100, Michael Gmelin (freebsd@grem.de) wrote: > >>> Then the obvious question is... How did you get aria2 to build in 9.1 >>> when I can't get it to build in 9.2? ;-) >> >> I built 9.1 from source using: >> >> WITH_LIBCPLUSPLUS=YES >> (and later WITH_CLANG_EXTRAS=1) >> >> (make buildworld installworld kernel) >> >> So I've got libc++. >> >> All ports are built using: >> CC=clang >> CXX=clang++ >> CXXFLAGS+= -std=c++11 -stdlib=libc++ >> CPP=clang-cpp > > I see! I'll give that a try if I get some free time, although the > effort required seems excessive just to build the latest aria2 . :) Have you got it working? If you get it working, feeding back what you've got to the port's maintainer would be good so it can be marked broken on 8.X and made to work on 9.X with proper instructions if libc++ is missing.