Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 14:23:27 +0200
From:      Zahemszky =?iso-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU>
To:        freebsd-openoffice@freebsd.org
Subject:   OO + Hungarian oo
Message-ID:  <20020722122327.GD65649@Picasso.Zahemszky.HU>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020722122327.GD65649>