Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2008 09:23:19 +0400
From:      Alex Keda <admin@lissyara.su>
To:        freebsd-ports@freebsd.org
Subject:   Openoffice3 with CURRENT x64
Message-ID:  <48F57E47.2030306@lissyara.su>

next in thread | raw e-mail | index | archive | help
I have 2 box with FreeBSD CURRENT x64
I compile openoffice3 from ports tree, and have:
======================
lissyara$ sh -xv /usr/local/bin/openoffice.org-3.0.0.b2
#!/bin/sh
#
# $FreeBSD: 
ports/editors/openoffice.org-3/files/openoffice.org-wrapper,v 1.5 
2008/07/12 22:56:44 maho Exp $

oopath=/usr/local/openoffice.org-3.0.0.b2/openoffice.org3
+ oopath=/usr/local/openoffice.org-3.0.0.b2/openoffice.org3
program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'`
+ echo /usr/local/bin/openoffice.org-3.0.0.b2
+ sed -e s|.*-%%OOOVERSION%%-||
+ program=/usr/local/bin/openoffice.org-3.0.0.b2

case $program in
$0)
        $oopath/program/soffice "$@"
        ;;
setofficelang)
        $oopath/basis-link/program/$program "$@"
        ;;
*)
        $oopath/program/$program "$@"
        ;;
esac
+ /usr/local/openoffice.org-3.0.0.b2/openoffice.org3/program/soffice
Signal 11 during fontconfig initialization called, ignoring fontconfig
^C
==============
?



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