From owner-freebsd-ports@FreeBSD.ORG Mon Jul 23 20:55:54 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6085C106564A; Mon, 23 Jul 2012 20:55:54 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5194E8FC0C; Mon, 23 Jul 2012 20:55:53 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA24162; Mon, 23 Jul 2012 23:55:52 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1StPfT-0000p9-OF; Mon, 23 Jul 2012 23:55:51 +0300 Message-ID: <500DBA56.5040800@FreeBSD.org> Date: Mon, 23 Jul 2012 23:55:50 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120620 Thunderbird/13.0.1 MIME-Version: 1.0 To: Jung-uk Kim References: <500D91AA.70502@FreeBSD.org> <500DB55A.8000301@FreeBSD.org> <500DB8CE.4040206@FreeBSD.org> In-Reply-To: <500DB8CE.4040206@FreeBSD.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-office@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: [RFC] LibreOffice build issues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 20:55:54 -0000 on 23/07/2012 23:49 Jung-uk Kim said the following: > On 2012-07-23 16:34:34 -0400, Andriy Gapon wrote: >> Just a note: yesterday I built the port using GCC 4.6 and external >> cppunit also built with GCC 4.6 (in fact almost all of my ports are >> built with that compiler). I did not run into any problems >> whatsoever. > >> I am a little bit saddened that GCC46 option was thrown out. > > We can re-add it but it makes the Makefile little too complicated. :-( Here is what I used: http://people.freebsd.org/~avg/libreoffice-Makefile.txt But of course I have my own version of bsd.gcc.mk which allows WITH_GCC=gcc46 in make.conf to do the right thing (mostly). -- Andriy Gapon