From owner-freebsd-openoffice@FreeBSD.ORG Mon May 21 00:52:22 2007 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FD3416A421 for ; Mon, 21 May 2007 00:52:22 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4380D13C45E for ; Mon, 21 May 2007 00:52:21 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1710236pyh for ; Sun, 20 May 2007 17:52:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=bFfumxtCf8kpaCyaVrdjJPYGNLKRURZmal2cetrOJz3SRCRm0l9tQRo63tKN3BSfNN+fFOLtQ1sBbeLKrwGJ9P1QdR9aIDfmMeYE6KyNKpKt8GJ4Hpo1TFMpq06GEESHA0a8JpJJ76mlqzkX9nUfh9ygZtKbgCRCCPkk6jqxQ2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=XlYnrNuW92xWkPEsuOj5G1M0e912M5DYoldIcPArVw2Itz3KqDi9v6sv15P18KUmKGz0IDEQEqpcAH1mT1Ml07BcdQ1UvN0yqsjKdXtgsmacAugewRdFw6hcBbfexmZNZ8NTDgvc0bU1yVNLWnOvGrL2LbbjS7U31pTJVBl9JRY= Received: by 10.35.117.20 with SMTP id u20mr7665392pym.1179708741512; Sun, 20 May 2007 17:52:21 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTP id x72sm11094694pyg.2007.05.20.17.52.19; Sun, 20 May 2007 17:52:20 -0700 (PDT) Date: Mon, 21 May 2007 09:52:18 +0900 (JST) Message-Id: <20070521.095218.85416951.chat95@mac.com> To: openoffice@freebsd.org From: Maho NAKATA X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: gerald@FreeBSD.org Subject: setting gcc42 as default compiler X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 00:52:22 -0000 Hi, As 7-CURRENT is going to ship with gcc42, I'd like to switch the default compiler for OOo ports to gcc42, too. General * depending on gcc-ooo which is specific/patched version is evil. also useless for other than ooo2 ports. * some people might also use gfortran as well, in this case we install gcc42 too and no additional compilers are needed. * facilitation for gcc part of Makefile. we do not need to consider about gcc-ooo (i386) and gcc41 part(amd64/gcj build), but single gcc42 part is enough. For 7-CURRENT * No additional compiler will be needed for both FreeBSD i386/amd64. For 6-STABLE * Just moving to one single compiler gcc42 is enough. Drawbacks * Sometimes we need additional gcc42 patches for OOo. Issues * gcc42-withgcjawt conflicts with gcc42 :( but I have an idea... Currently just i wrote this proposal. Any suggestions/comments are extremely appreciated. All the best, -- Nakata Maho (maho@FreeBSD.org)