From owner-freebsd-ports@FreeBSD.ORG Fri Nov 22 14:56:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8D9F974 for ; Fri, 22 Nov 2013 14:56:41 +0000 (UTC) Received: from icp-osb-irony-out9.external.iinet.net.au (icp-osb-irony-out9.external.iinet.net.au [203.59.1.226]) by mx1.freebsd.org (Postfix) with ESMTP id 52E172987 for ; Fri, 22 Nov 2013 14:56:40 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQFADxwj1I6Bvdy/2dsb2JhbABZgweDL7lygSIWdIIlAQEEATo/EAsNARMlDwUYMROHewXBOhePBweDIIESA5gThi4+iyeDPCg X-IronPort-AV: E=Sophos;i="4.93,752,1378828800"; d="scan'208";a="160330153" Received: from unknown (HELO smtp.phoenix) ([58.6.247.114]) by icp-osb-irony-out9.iinet.net.au with ESMTP; 22 Nov 2013 22:56:31 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id A68AC362; Sat, 23 Nov 2013 01:56:30 +1100 (EST) Date: Sat, 23 Nov 2013 01:56:30 +1100 From: andrew clarke To: Michael Gmelin Subject: Re: www/aria2 dependencies & lang/llvm33 build error Message-ID: <20131122145630.GA40079@ozzmosis.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131122155114.48d3f79c@bsd64.grem.de> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-ports@freebsd.org 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: Fri, 22 Nov 2013 14:56:41 -0000 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 . :) Thanks Michael, Regards Andrew