openoffice.org-3.2.0-spadmin

Maho NAKATA chat95 at mac.com
Tue Apr 13 22:47:55 UTC 2010


Andriy are you a committer?
If you are, you can submit patch to me and I'll approve. 
thanks!

From: Andriy Gapon <avg at icyb.net.ua>
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 <avg at icyb.net.ua> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice
> To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe at freebsd.org"
> 


More information about the freebsd-openoffice mailing list