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) From owner-freebsd-openoffice@FreeBSD.ORG Mon May 21 11:11:33 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 B973516A46B for ; Mon, 21 May 2007 11:11:33 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A05D413C4C1 for ; Mon, 21 May 2007 11:11:33 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4LBBXRt030619 for ; Mon, 21 May 2007 11:11:33 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4LBBV0U030596 for openoffice@FreeBSD.org; Mon, 21 May 2007 11:11:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 May 2007 11:11:31 GMT Message-Id: <200705211111.l4LBBV0U030596@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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 11:11:33 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/100358 openoffice editors/openoffice.org-2: OpenOffice.org 2.0 Requires f ports/107167 openoffice [editors/openoffice.org-2] OpenOffice-2.1 Base crashes f ports/107952 openoffice openoffice.org-2 fail on freebsd-6.1-release f ports/108313 openoffice editors/openoffice.org port build fails o ports/111080 openoffice openoffice.org-2 build failure (multiple "file not fou o ports/112283 openoffice editors/openoffice-2 fails to build with "pyconfig.h: 6 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/66480 openoffice editors/openoffice.org-1.1 port uses root's $HOME for f ports/103896 openoffice OO.o port should add /program to LD_LIBRARY_PA f ports/107645 openoffice editors/openoffice.org-2 WITH_GNUGCJ build failure f ports/108389 openoffice build of editors/openoffice.org-2-RC fails f ports/108648 openoffice openoffice.org-2-devel broken? o ports/111561 openoffice editors/openoffice.org-2 build fails with devel/epm in o ports/111581 openoffice same websites of MASTERSITES of openoffice port is bro o ports/111632 openoffice editors/openoffice.org-2: Unable to extract with TWEAK 8 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Thu May 24 23:58:03 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 1C0DD16A469 for ; Thu, 24 May 2007 23:58:03 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.228]) by mx1.freebsd.org (Postfix) with ESMTP id B471F13C4C4 for ; Thu, 24 May 2007 23:58:02 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by qb-out-0506.google.com with SMTP id b14so648449qbc for ; Thu, 24 May 2007 16:58:02 -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:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=ddlGLNpEPrBwiN2GsynPGoXleqChON5ekTR7SLV3p/q3YjSSWRWL5kfVftRD5vdozxtqAr/3ji8zn130VsFpBIsVdv7Ggg26v1mUvokbXJctoH2s931qUkb6xz2X3PFzZJLdOfyR9bJstf1A2uPv0tl4POm2R4k9I2OKpV/s0Uo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=Y1y7WgDoyiDOiy2czNc6yXKJ72Y3NpCg6GLJNed/U1oE1Kysrw00t5Cl/fXB+KBnnQpz3aF/TECWjZFGkKs56vFJnQ1AlPJXj/lmIbhmdIN69eTSA3NjDqQtLa3+A630ZxglBxzZpCQlRPvXavZmlqQSknYZvHrQ6PEb3lSqNhw= Received: by 10.35.39.13 with SMTP id r13mr3229085pyj.1180051081840; Thu, 24 May 2007 16:58:01 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTP id y78sm5992441pyg.2007.05.24.16.57.59; Thu, 24 May 2007 16:58:00 -0700 (PDT) Date: Fri, 25 May 2007 08:57:46 +0900 (JST) Message-Id: <20070525.085746.23026946.chat95@mac.com> To: openoffice@freebsd.org From: Maho NAKATA In-Reply-To: <20070521.095218.85416951.chat95@mac.com> References: <20070521.095218.85416951.chat95@mac.com> 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: ports@freebsd.org Subject: [HEADS UP] Re: 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: Thu, 24 May 2007 23:58:03 -0000 From: Maho NAKATA Subject: setting gcc42 as default compiler Date: Mon, 21 May 2007 09:52:18 +0900 (JST) > 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) > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-openoffice@FreeBSD.ORG Fri May 25 00:32:05 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 A8A5416A469 for ; Fri, 25 May 2007 00:32:05 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd15624.kasserver.com (dd15624.kasserver.com [85.13.136.215]) by mx1.freebsd.org (Postfix) with ESMTP id 6536B13C46C for ; Fri, 25 May 2007 00:32:05 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from takahe.local (84-203-50-240.mysmart.ie [84.203.50.240]) by dd15624.kasserver.com (Postfix) with ESMTP id 15014180D3D46; Fri, 25 May 2007 02:32:04 +0200 (CEST) Message-ID: <46562E82.5080301@chillt.de> Date: Fri, 25 May 2007 01:32:02 +0100 From: Bartosz Fabianowski User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Maho NAKATA References: <20070521.095218.85416951.chat95@mac.com> <20070525.085746.23026946.chat95@mac.com> In-Reply-To: <20070525.085746.23026946.chat95@mac.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, openoffice@freebsd.org Subject: Re: [HEADS UP] Re: 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: Fri, 25 May 2007 00:32:05 -0000 Are you planning to fix compilation with gcj as part of this commit? It has been broken for some time now. While I haven't had the time to do a test run with the most recent port yet, I don't expect the problems to have miraculously gone away: http://www.freebsd.org/cgi/query-pr.cgi?pr=107645 - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Fri May 25 00:59:13 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 4B18916A476 for ; Fri, 25 May 2007 00:59:13 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.233]) by mx1.freebsd.org (Postfix) with ESMTP id C3EF713C4B7 for ; Fri, 25 May 2007 00:59:12 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by qb-out-0506.google.com with SMTP id b14so680232qbc for ; Thu, 24 May 2007 17:59:12 -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:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=RmEPJIAW9I03LvWcqz/WirFFZVFKkeifZ5ANLZcK7t0Cg2MFHKXO+pY3ojEX7lJWLCu39mLPB+Tk/vDPgVt7JC/j42HvKkB2OwgNO9QN1gjA0FuKKjSUQ7Zvd9GZ7e36ya3+kGS547Qen9l7i1SiM7QS4/2eKWWjrDsgoVG+TF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=cgmJjiAxu0Iee0qMB5f2rPSMF6sdS2kqFR/wTfAYAqnFgIXw1WIbh70D3raRYVhFZqMbs9aSZ9mmV2IK+o/UG99K1/MuTj3QuA9FBvt2LX5+Ej2Vpk2pgMzy+SsjZ/pXvZSZqSdvHnNNOIQqsc2jr7g1HZsIuyQnYy3A/geJyX4= Received: by 10.35.61.2 with SMTP id o2mr4157642pyk.1180054751297; Thu, 24 May 2007 17:59:11 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTP id f57sm6143998pyh.2007.05.24.17.59.08; Thu, 24 May 2007 17:59:09 -0700 (PDT) Date: Fri, 25 May 2007 09:58:55 +0900 (JST) Message-Id: <20070525.095855.131933207.chat95@mac.com> To: openoffice@freebsd.org From: Maho NAKATA In-Reply-To: <20070525.085746.23026946.chat95@mac.com> References: <20070521.095218.85416951.chat95@mac.com> <20070525.085746.23026946.chat95@mac.com> 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: ports@freebsd.org Subject: Re: [HEADS UP] Re: 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: Fri, 25 May 2007 00:59:13 -0000 Hello, Once I thought that WITH_GNUGCJ is good, but it had not been maintained for long time. http://www.freebsd.org/cgi/query-pr.cgi?pr=107645 Also, lang/gcc42 and lang/gcc42-withgcjawt CONFLICTS, (not explicitly stated though), I'd like to remove it soon. still I don't lost motivation for GCJ build, as this is a free software, but many inputs are required. From: Maho NAKATA Subject: [HEADS UP] Re: setting gcc42 as default compiler Date: Fri, 25 May 2007 08:57:46 +0900 (JST) > From: Maho NAKATA > Subject: setting gcc42 as default compiler > Date: Mon, 21 May 2007 09:52:18 +0900 (JST) > > > 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) > > _______________________________________________ > > freebsd-openoffice@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-openoffice@FreeBSD.ORG Sat May 26 13:23:15 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 AD31B16A469 for ; Sat, 26 May 2007 13:23:15 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.229]) by mx1.freebsd.org (Postfix) with ESMTP id 688C513C44B for ; Sat, 26 May 2007 13:23:15 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by qb-out-0506.google.com with SMTP id b14so1594627qbc for ; Sat, 26 May 2007 06:23:14 -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:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=q/pikIWCCgdGWVyslTkn9lMh/hH88/gDugJHE3Zzdz17ubsyHDL7ETfbs+JjAzAu+yaNrsxXqm0ESd5309ssrj5fL5xGLivrXywbqaLDfhonW/h/8fsdBixrXhTP5X9pRgagkiy01/tPA28MjKtEDnSm4d3D5IfM8uLGvLN1GS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=pQQn4yvPyc99gqmpKoUCdIzx/ORPE7UkX8c09eRdCjWrRBovIrA9PJDtrZ64/Z1i5KGeKE43HrZpD1LJKo2NNSbRXq4kM4LZvPUrEjSWjsxguIDrmRQPXZm2KJXE5Qbsy43GCAX5PYNZTbiwGf+bL/DzNdXXNOBMcI95BEgoWuk= Received: by 10.35.99.14 with SMTP id b14mr1126639pym.1180185794630; Sat, 26 May 2007 06:23:14 -0700 (PDT) Received: from localhost ( [122.29.107.251]) by mx.google.com with ESMTP id z52sm7220836pyg.2007.05.26.06.23.11; Sat, 26 May 2007 06:23:12 -0700 (PDT) Date: Sat, 26 May 2007 22:23:05 +0900 (JST) Message-Id: <20070526.222305.74703083.chat95@mac.com> To: openoffice@freebsd.org From: Maho NAKATA In-Reply-To: <20070525.095855.131933207.chat95@mac.com> References: <20070521.095218.85416951.chat95@mac.com> <20070525.085746.23026946.chat95@mac.com> <20070525.095855.131933207.chat95@mac.com> X-Mailer: Mew version 5.2 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: ports@freebsd.org Subject: WITH_GNUGCJ will be removed from openoffice.org-2-devel soon 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: Sat, 26 May 2007 13:23:15 -0000 I'll remove this knob from openoffice.org-2-devel port soon. -- Nakata Maho (maho@FreeBSD.org) From owner-freebsd-openoffice@FreeBSD.ORG Sat May 26 23:26:17 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 837D616A468 for ; Sat, 26 May 2007 23:26:17 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.234]) by mx1.freebsd.org (Postfix) with ESMTP id 3F39C13C458 for ; Sat, 26 May 2007 23:26:17 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by qb-out-0506.google.com with SMTP id b14so1783066qbc for ; Sat, 26 May 2007 16:26:16 -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:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=UiAWLGn9MBvUalJGlaRpFJBi+eEOuMFXSIOko3VNyoxrAn8emypOc+365HHkxj161V7jAvlRCoQGGjtpXvOSyxXgaAPUQPf/taTl1RmULyCTLv4e9RGUCRgzAFMPsCZQ9MX3lMvEyQd4Mbf1l4JbtAcCw8oqwD7aeAtiaA68ErU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=CxK22TkY+dzxAeVl655eTnAQt1n63ucSfzAx+bnv7RKel6yQjG/ICwOpxJwATwAotRgf3debU9sO51k+dX6n+v1gfmPhLaIqdeLlosNZ2JZoPRpZVLsJLUVeZYcJvvUwN5U6bAV1zLx0ZKeg5+iGgMT4f5qB4GJqhs5JvhhRfWM= Received: by 10.35.99.14 with SMTP id b14mr1966735pym.1180221976512; Sat, 26 May 2007 16:26:16 -0700 (PDT) Received: from localhost ( [122.29.107.251]) by mx.google.com with ESMTP id 38sm18772577nza.2007.05.26.16.26.13; Sat, 26 May 2007 16:26:14 -0700 (PDT) Date: Sun, 27 May 2007 08:26:08 +0900 (JST) Message-Id: <20070527.082608.59723668.chat95@mac.com> To: openoffice@freebsd.org From: Maho NAKATA In-Reply-To: <20070526.222305.74703083.chat95@mac.com> References: <20070525.085746.23026946.chat95@mac.com> <20070525.095855.131933207.chat95@mac.com> <20070526.222305.74703083.chat95@mac.com> X-Mailer: Mew version 5.2 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: ports@freebsd.org Subject: Re: WITH_GNUGCJ will be removed from openoffice.org-2-devel soon 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: Sat, 26 May 2007 23:26:17 -0000 From: Maho NAKATA Subject: WITH_GNUGCJ will be removed from openoffice.org-2-devel soon Date: Sat, 26 May 2007 22:23:05 +0900 (JST) > I'll remove this knob from openoffice.org-2-devel port soon. removed. Please check it. Thanks for your assistances, -- Nakata Maho (maho@FreeBSD.org)