From owner-freebsd-ports@FreeBSD.ORG Fri Jul 30 04:45:47 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105B716A4CE; Fri, 30 Jul 2004 04:45:47 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1522043D66; Fri, 30 Jul 2004 04:45:46 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i6U4j1xu000675; Fri, 30 Jul 2004 13:45:01 +0900 (JST) (envelope-from chat95@mac.com) Date: Fri, 30 Jul 2004 13:45:01 +0900 (JST) Message-Id: <20040730.134501.730549265.chat95@mac.com> To: ports@freebsd.org, openoffice@freebsd.org From: Nakata Maho Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mbr@freebsd.org Subject: OpenOffice will be updated soon X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 04:45:47 -0000 Dear OpenOffice.org freaks, I'll update OpenOffice.org port soon. /usr/ports/editors/openoffice-1.1 -> OpenOffice.org 1.1.2 /usr/ports/editors/openoffice-1.1-devel -> OpenOffice.org 1.1.3 (developer ver. cws_srx645_ooo113fix2, checkout at 2004/7/29 16:00 JST) --------------------------------------------------------------------------- o remove some obsolated description in Makefile (We don't test OOo under earlier than 5, we need maintainer) o have separated mozilla Makefile (since Makefile itself is too long). o Remove default LANG setting and CJK enhancement. -> Changes in OOo should be minimal. o Remove GIF LZW patent patch. GIF patent is expired all around the world. o Build process of OOo will be changed drastically, to reduce the amount of time for building localized packages (33 localized langs total) I'm not sure localized ports may work or not at the moment. formerly, building OOo took 5.5h with ccache, 5.2.1-RELEASE and Pentium M 1.6. So full 33 localized build took 33*5.5h! However, now once all localized build have done (take 6h), other build will end in 5 min. o build process: o make OOo package for English version with solver and sdk make WITH_CCACHE=yes package package-rename solver sdk deinstall clean o make OOo localized package (change LOCALIZED_LANG=XX to build your fav. lang, see files/Makefile.local for XX) make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall o make all localized packages make ALL_LOCALIZED_LANGS=yes -> builds all language at once (but do not install anything!) make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall -> make japanese localized package(TWEAK_L10N=yes is important. cheats) make TWEAK_L10N=yes LOCALIZED_LANG=ar pre-everything make LOCALIZED_LANG=ar WITH_CCACHE=yes package package-rename deinstall ... o status of these ports : http://porting.openoffice.org/freebsd/ Packages are available for 5.2.1-RELEASE and 4.10-STABLE o http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/ Target of platform is FreeBSD/i386 5.2.1-RELEASE. Feedbacks are appreciated. --nakata maho