From owner-freebsd-ports@FreeBSD.ORG Fri May 10 06:28:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2FFDB319 for ; Fri, 10 May 2013 06:28:06 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 18285A7 for ; Fri, 10 May 2013 06:28:05 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UagoA-0007US-T2 for freebsd-ports@freebsd.org; Thu, 09 May 2013 23:27:58 -0700 Date: Thu, 9 May 2013 23:27:58 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1368167278891-5810172.post@n5.nabble.com> In-Reply-To: <20130509190616.GH15016@gahrfit.gahr.ch> References: <1367859303386-5809185.post@n5.nabble.com> <20130509190616.GH15016@gahrfit.gahr.ch> Subject: Re: devel/json-c build fails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 06:28:06 -0000 In 10-Current + pkgng all you need is to set in make.conf: WITH_CCACHE_BUILD=yes Same goes for poudriere environment - no need for "CC=.${CC......" in poudriere jail make.conf. If something fails during the poudriere build, I try several work-arounds on host before posting to the mail list. Java-based ports appear to have a common problem: They don't build with clang (or run in to some problems). Port maintainers need to specify USE_GCC in their Makefile for ports that require lang/gcc for the build process, which most Java based ports seem to need. ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/devel-json-c-build-fails-tp5809185p5810172.html Sent from the freebsd-ports mailing list archive at Nabble.com.