From owner-freebsd-openoffice Wed Feb 12 6:52:27 2003 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E29C37B401 for ; Wed, 12 Feb 2003 06:52:26 -0800 (PST) Received: from gil.axelero.hu (mail01.axelero.hu [195.228.240.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B9B343F93 for ; Wed, 12 Feb 2003 06:52:25 -0800 (PST) (envelope-from Gabor@Zahemszky.HU) Received: from Picasso.Zahemszky.HU (adsl-121-72.adsl-pool.axelero.hu [62.201.72.121]) by mail01.axelero.hu (iPlanet Messaging Server 5.1 HotFix 1.9 (built Dec 3 2002)) with ESMTP id <0HA700KA0AD95S@mail01.axelero.hu> for freebsd-openoffice@freebsd.org; Wed, 12 Feb 2003 15:46:23 +0100 (MET) Received: from Picasso.Zahemszky.HU (localhost.Zahemszky.HU [127.0.0.1]) by Picasso.Zahemszky.HU (8.12.6/8.12.6) with ESMTP id h1CErQFG000928 for ; Wed, 12 Feb 2003 15:53:26 +0100 Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.12.6/8.12.6/Submit) id h1CErPcu000927 for freebsd-openoffice@freebsd.org; Wed, 12 Feb 2003 15:53:25 +0100 (CET) Date: Wed, 12 Feb 2003 15:53:25 +0100 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: Bug in OOo Makefile To: freebsd-openoffice@freebsd.org Reply-To: Gabor@Zahemszky.HU Message-id: <20030212145303.GA887@Picasso.Zahemszky.HU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.3i X-Operating-System: FreeBSD 4.7-STABLE Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I tried to make Hungarian OOo working, and I think I've found a bug in the Makefile of the openoffice Makefile. In the do-build: part, in line 503: there is the next: ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' I think, the last word should LANG_EXT, as in the next example. ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}' Is it OK, or I'm misunderstood it? Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message