From owner-freebsd-ports@FreeBSD.ORG Wed Mar 12 16:53:20 2014 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 C35DE11B; Wed, 12 Mar 2014 16:53:20 +0000 (UTC) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id E168637C; Wed, 12 Mar 2014 16:53:19 +0000 (UTC) Received: from bloch.maths.tcd.ie ([134.226.81.34] helo=bloch.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 12 Mar 2014 16:53:17 +0000 (GMT) Received: by bloch.maths.tcd.ie (Postfix, from userid 103) id BFB502E031; Wed, 12 Mar 2014 16:53:15 +0000 (GMT) Date: Wed, 12 Mar 2014 16:53:15 +0000 From: "Richard M. Timoney" To: freebsd-ports@freebsd.org, freebsd-office@freebsd.org Subject: Re: [graphics/libcdr] Boost issue breaks build? Message-ID: <20140312165315.GA37354@maths.tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: Robert Huff X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 16:53:20 -0000 With regard to: > Hello: > On a system running > > FreeBSD 10.0-CURRENT #0 r248938: Sun Mar 31 06:24:42 EDT 2013 amd64 > > attempts to build libcdr-0.0.14 fail I also had the same trouble on FreeBSD 9.2 (and so could not build libreoffice). Adding this to /etc/make.conf seems to work .if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bin/gcc47) CC=gcc47 CXX=g++47 CPP=cpp47 .endif Yours, Richard -- Richard M. Timoney (richardt@maths.tcd.ie) Tel. +353-1-896 1196 School of Mathematics, Trinity College, Dublin 2, Ireland WWW http://www.maths.tcd.ie/~richardt FAX +353-1-896 2282