From owner-freebsd-ports@FreeBSD.ORG Wed Oct 15 05:52:31 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB2E11065687 for ; Wed, 15 Oct 2008 05:52:31 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 944B08FC1D for ; Wed, 15 Oct 2008 05:52:31 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [195.93.241.11] (port=55617 helo=lissyara.moskb.local) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kpyqu-000Hm7-0C for freebsd-ports@freebsd.org; Wed, 15 Oct 2008 09:23:20 +0400 Message-ID: <48F57E47.2030306@lissyara.su> Date: Wed, 15 Oct 2008 09:23:19 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.17) Gecko/20080929 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: Openoffice3 with CURRENT x64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 05:52:31 -0000 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 ============== ?