Date: Thu, 2 Apr 1998 11:44:36 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: obrien@NUXI.com Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/staroffice Makefile Message-ID: <199804020944.LAA20579@intern> In-Reply-To: <19980401185727.07885@nuxi.com> from David O'Brien at "Apr 1, 98 06:57:27 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> > * 4.x can't be > > * redistributed at all, which is why it's not been replaced. 8( > > > > Well, you can always make it a RESTRICTED port in addition to > > staroffice3. I can do a repository copy (staroffice -> staroffice4) > > if you want to do that. > > I've got the dist to start work on upgrading StarOffice to 4.0. > Has anybody else started working on this? I have no port but I have used the multiuser Install script which can be found at: http://www.on-line.de/~michael.hoennig/AutoMultiUserSetupForSO40Linux.tar. The diffs I needed for running it on 2.2.6 are here: *** soffice.ORI Fri Mar 6 14:55:03 1998 --- soffice Fri Mar 6 18:08:03 1998 *************** *** 56,75 **** mkdir "$sd_workdir" # copy directories to copy recursive ! cp -dpR $sd_inst/basic . ! cp -dpR $sd_inst/database . ! cp -dpR $sd_inst/desktop . ! cp -dpR $sd_inst/wordbook . ! cp -dpR $sd_inst/autotext . ! cp -dpR $sd_inst/explorer/bookmarks explorer # copy directories to copy non-recursive ! cp -dp $sd_inst/config/* config ! cp -dp $sd_inst/explorer/* explorer ! cp -dp $sd_inst/gallery/* gallery # copy files to copy ! cp -dp $sd_inst/basic/soffice.new basic/soffice.new # link files to link foreach file ( basic/*.sbl config/*.bmp gallery/clipart gallery/sounds config/sg* ) --- 56,75 ---- mkdir "$sd_workdir" # copy directories to copy recursive ! cp -pR $sd_inst/basic . ! cp -pR $sd_inst/database . ! cp -pR $sd_inst/desktop . ! cp -pR $sd_inst/wordbook . ! cp -pR $sd_inst/autotext . ! cp -pR $sd_inst/explorer/bookmarks explorer # copy directories to copy non-recursive ! cp -p $sd_inst/config/* config >&/dev/null ! cp -p $sd_inst/explorer/* explorer >&/dev/null ! cp -p $sd_inst/gallery/* gallery >&/dev/null # copy files to copy ! cp -p $sd_inst/basic/soffice.new basic/soffice.new # link files to link foreach file ( basic/*.sbl config/*.bmp gallery/clipart gallery/sounds config/sg* ) A FAQ from the same guy is available at: http://www.on-line.de/~michael.hoennig/soffice4-linux-faq-01.html Hope it helps... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804020944.LAA20579>