From owner-freebsd-openoffice Mon Jul 22 5:23:23 2002 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 8180C37B400 for ; Mon, 22 Jul 2002 05:23:21 -0700 (PDT) Received: from addu.axelero.hu (mail02.axelero.hu [195.228.240.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1CE43E42 for ; Mon, 22 Jul 2002 05:23:20 -0700 (PDT) (envelope-from Gabor@Zahemszky.HU) Received: from Picasso.Zahemszky.HU (adsl-151-72.adsl-pool.axelero.hu [62.201.72.151]) by mail02.axelero.hu (iPlanet Messaging Server 5.1 HotFix 0.6 (built Apr 26 2002)) with ESMTP id <0GZN004T8GXQ7P@mail02.axelero.hu> for freebsd-openoffice@freebsd.org; Mon, 22 Jul 2002 14:20:14 +0200 (MEST) Received: from Picasso.Zahemszky.HU (localhost.Zahemszky.HU [127.0.0.1]) by Picasso.Zahemszky.HU (8.12.3/8.12.3) with ESMTP id g6MCNRAV065994 for ; Mon, 22 Jul 2002 14:23:28 +0200 Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.12.3/8.12.3/Submit) id g6MCNRDv065993 for freebsd-openoffice@freebsd.org; Mon, 22 Jul 2002 14:23:27 +0200 (CEST) Date: Mon, 22 Jul 2002 14:23:27 +0200 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: OO + Hungarian oo To: freebsd-openoffice@freebsd.org Reply-To: Gabor@Zahemszky.HU Message-id: <20020722122327.GD65649@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.1i X-Operating-System: FreeBSD 4.6-RELEASE 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've got some problems with the oo in ports-tree. 1) I've made it from the ports tree (cvsupped last Friday about 7pm). make install package clean - OK. Now, I'd like to remove the package, put pkg_remove had some problems: cannot remove: /usr/local/OpenOffice.org1.0/share/kde/net/applnk/OpenOffice.org (and recursively the path). The installed file is: /usr/local/OpenOffice.org1.0/share/kde/net/applnk/OpenOffice.org 1.0.1 (with the space in the name!) And it cannot remove: /usr/local/1.0.1 I think there are some variable substitution (or sed script) bug somewhere in the building process. 2) from the Dannish makefile, some of my friends made a hu-openoffice port. Of course, the critical lines were: LANG_PKGNAME= hu LANG_EXT= 36 LANG_CONFIGURE_ARG= HUNG make is OK, but make install has the following error: ===> Installing for hu-openoffice-1.0.1 ===> hu-openoffice-1.0.1 depends on shared library: X11.6 - found cannot create /usr/ports/editors/openoffice-hu/work/oo_1.0.1_src/config_office/. ./instsetoo/unxfbsd.pro/36/normal/oo_setup.resp: directory nonexistent *** Error code 2 I think, the 36 in the path is the $LANG_EXT, but there are only 01 and 49 (maybe US and DE ?) named directories in the work directory. So how can I make a working Hungarian port? ZGabor < 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