From owner-freebsd-openoffice@FreeBSD.ORG Fri May 9 23:31:55 2008 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 08050106566C for ; Fri, 9 May 2008 23:31:55 +0000 (UTC) (envelope-from eoakes@comcast.net) Received: from QMTA05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id A20C58FC1A for ; Fri, 9 May 2008 23:31:54 +0000 (UTC) (envelope-from eoakes@comcast.net) Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA05.westchester.pa.mail.comcast.net with comcast id PWJQ1Z02P1GhbT8550Bn00; Fri, 09 May 2008 23:15:18 +0000 Received: from abbyBSD7.workgroup ([68.35.177.111]) by OMTA07.westchester.pa.mail.comcast.net with comcast id PbFr1Z00A2QbNBG3T00000; Fri, 09 May 2008 23:15:52 +0000 X-Authority-Analysis: v=1.0 c=1 a=f8Zy-63bUZAA:10 a=AxPtCMifk0AA:10 a=cexIBkohAAAA:8 a=sNf8xpW4__uZiwr9raUA:9 a=CiJyE9LZK8cMicZpUZwA:7 a=MBckg5-fVG949fL-zxFtEExrImsA:4 a=si9q_4b84H0A:10 a=XF7b4UCPwd8A:10 Message-ID: <4824DB32.9060905@comcast.net> Date: Fri, 09 May 2008 17:16:02 -0600 From: etoakes User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: Olivier Gautherot , saper@system.pl References: <481FA96B.40005@comcast.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: Can not locate tzupdater-1.3.3-2007k.zip for openoffice port 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: Fri, 09 May 2008 23:31:55 -0000 Thank you for your help. After several false starts, I ran make for 26 hours and now OpenOffice appears to be running correctly. Marcin, I had already changed the files per Oliver's directions when I received you email. Edwin Oakes Olivier Gautherot wrote: > Hi Edwin, > > On 5/6/08, etoakes wrote: >> On a fresh install of freeBSD 7.0 with KDE, apache, and mysql. >> >> I attempted to install the port for openoffice 3-deve; and when that >> failed I tried to install openoffice 2. In both cases I get a message to >> goto http://java.sun.com/javase/downloads/index.jsp and download >> tzupdater-1.3.3-2007k.zip to the ports/distfiles directory. The >> java.sun.com link does not have a download for that file, instead it >> downloads tzupdater-1-3-5-2008b.zip. The make complains that it needs >> tzupdater-1.3.3-2007k.zip downloaded. with this version. I tried >> copying tzupdater-1-3-5-2008b.zip. to tzupdater-1.3.3-2007k.zip but the >> make then gives an error. > > This topic has been documented a few times recently on this list so you > can probably find it. Anyway, as I am in the middle of the same and in front > of the machine, here are the tips first hand (remember that it will apply to > both JDK and Diablo): > > - Download the latest tzupdater to /usr/ports/distfiles > - The steps below apply to /usr/ports/java/diablo-jdk15 and > /usr/ports/java/jdk15 > * Makefile: fix the values of TZUPDATE_VERSION (should read 1.3.5) > and TZUPDATE_TZVERSION (should read 2008b) > * Distinfo: fix the entries relative to tzupdater: > MD5 (tzupdater-1_3_5-2008b.zip) = 139213d195a608d086e1d7eb5b126d81 > SHA256 (tzupdater-1_3_5-2008b.zip) = > 841afee8af42299a1dbbcf6b07917b83aef374eb982d7e898acc95700308c62b > SIZE (tzupdater-1_3_5-2008b.zip) = 263679 > > Note 1: Make sure you fix the file name (not just the values) in Distinfo > or the patch will be ignored (better still: append the above lines at the end > of the file...) > > Note 2: if you have to update the package again, use the commands > "ls -l", md5(1) and sha256(1) for the correct values. > > >> I could not find a web location where Sun had downloads of old versions >> of files to download. > > To the best of my knowledge, Sun does not maintain a repository of older > packages because it hardly makes sense. I would recommend to update > the app instead of looking for a previous version. It contains offical > information about DST in the various timezones and some countries > sometimes decide at the last minute to change the switching dates (it > happened in Chile this year). > > Hope it helps > Olivier