From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 13 22:47:54 2010 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA791065762; Tue, 13 Apr 2010 22:47:54 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE4A8FC17; Tue, 13 Apr 2010 22:47:49 +0000 (UTC) Received: by gwaa12 with SMTP id a12so4043091gwa.13 for ; Tue, 13 Apr 2010 15:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Lq3bqyKfHW4Hcv6J4Z1I924bDThPe3j4Q9kq5dqDlwM=; b=vELV0dktLeOYbuLjuPbeOkwI+2ZU0F4Mbv2JSFiUIV/Bs+a21crF+5Jbpd5tn/21sV XwTJKTDpFW3Ce1ANvy1aZD4fdDbuAPJHqe7f60u39CTMo3/tMLtD371GsqFQCce+TkOU u9hpYoM8Ta1JluHWYkUSnU3ZMvN8WdBHRd3PA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=VJMvOB+EK2xEmCQ9fhgZ2xOm49wVyEobe2IdyZPkq7U4H/MdDjJeyBTn/Hotv2vsm9 N2csHzjDZh3OTwf6uC5A7eEDPrsoiPjjWBZyLVIMENi6XZlno0H7XYmicTxu43x5UctH SbC1HYb4997UMSn2I6J1gH4MaMRtRJq8XGGtw= Received: by 10.100.26.33 with SMTP id 33mr10862723anz.2.1271198867700; Tue, 13 Apr 2010 15:47:47 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 34sm1510914yxf.0.2010.04.13.15.47.44 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 15:47:46 -0700 (PDT) Sender: Maho NAKATA Date: Wed, 14 Apr 2010 07:47:42 +0900 (JST) Message-Id: <20100414.074742.519459540419532564.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4BBDF7D1.6070709@icyb.net.ua> References: <4BBDC3E1.3070304@icyb.net.ua> <20100408093444.2c4acfa9@locust.local> <4BBDF7D1.6070709@icyb.net.ua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 22:47:55 -0000 Andriy are you a committer? If you are, you can submit patch to me and I'll approve. thanks! From: Andriy Gapon Subject: Re: openoffice.org-3.2.0-spadmin Date: Thu, 08 Apr 2010 18:35:45 +0300 > on 08/04/2010 17:34 Steve Randall said the following: >> On Thu, 08 Apr 2010 14:54:09 +0300 >> Andriy Gapon wrote: >> >>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>> produces a "new document" startup window. >>> I believe that it should be a symlink to >>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>> actual openoffice.org printer configuration program which, for example, allows to >>> select which of the printers is to be used as a default one. >> >> There's an omission in the port Makefile. The problem is that the >> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >> installing the file. Just make that change manually and it will work. > > Oh, I see what you say: > ... > oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 > program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` > ... > > Probably replace command for openoffice.org-wrapper file in post-install target > needs to grow the following substitution: > -e 's#%%OOOVERSION%%#${OOOVERSION}#g' > > -- > Andriy Gapon > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" >