From owner-freebsd-ports Thu Apr 2 01:44:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13042 for freebsd-ports-outgoing; Thu, 2 Apr 1998 01:44:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13037 for ; Thu, 2 Apr 1998 01:44:54 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.8/8.8.8) with ESMTP id KAA14829 for ; Thu, 2 Apr 1998 10:44:40 +0100 (MET) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id LAA00701 for ; Thu, 2 Apr 1998 11:44:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id LAA08212 for ; Thu, 2 Apr 1998 11:44:40 +0200 (CEST) From: Andre Albsmeier Message-Id: <199804020944.LAA20579@intern> Subject: Re: cvs commit: ports/editors/staroffice Makefile In-Reply-To: <19980401185727.07885@nuxi.com> from David O'Brien at "Apr 1, 98 06:57:27 pm" To: obrien@NUXI.com Date: Thu, 2 Apr 1998 11:44:36 +0200 (CEST) Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > * 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