From owner-freebsd-questions@FreeBSD.ORG Thu May 15 20:33:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749D31065709 for ; Thu, 15 May 2008 20:33:02 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 3E12E8FC1C for ; Thu, 15 May 2008 20:33:01 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from [74.73.126.126] by hrndva-omta03.mail.rr.com with ESMTP id <20080515203301.MYUV11600.hrndva-omta03.mail.rr.com@[74.73.126.126]>; Thu, 15 May 2008 20:33:01 +0000 Message-ID: <482C9DE5.60906@nyc.rr.com> Date: Thu, 15 May 2008 16:32:37 -0400 From: John Wynstra User-Agent: Thunderbird 2.0.0.9 (X11/20080415) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Thanks and another problem ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jwynstra@nyc.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:33:02 -0000 Thanks for the solution to my Firefox/Thunderbird woes. All cured now. The answer was to add prefs to Thunderbird to allow Firefox in as suggested by Tore Lund. Since these preferences do not exist already they need to be added manually to a file. Now I am trying to build Open Office for access to word files. The make install dies at the point where the java files need to be manually installed. I did that but this version of Open Office requires older versions of java. How do I get older versions of tzupdater? I tried a trick involving a symbolic link from the new ... -rw-r--r-- 1 root wheel 57749554 May 15 15:12 jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2007.jar -rw-r--r-- 1 root wheel 2211512 May 15 15:14 jdk-1_5_0_13-fcs-bin-b05-jrl-25_sep_2007.jar -rw-r--r-- 1 root wheel 263679 May 15 15:24 tzupdater-1_3_5-2008b.zip -rw-r--r-- 1 root wheel 778641 May 15 15:27 bsd-jdk15-patches-7.tar.bz2 lrwxr-xr-x 1 root wheel 25 May 15 15:41 tzupdater-1_3_0-2007h.zip -> tzupdater-1_3_5-2008b.zip [root@ /usr/ports/distfiles]# rm -i tzu* remove tzupdater-1_3_0-2007h.zip? y remove tzupdater-1_3_5-2008b.zip? n [root@ /usr/ports/distfiles]# cd - /usr/ports/editors/openoffice.org-2 [root@ /usr/ports/editors/openoffice.org-2]# make install ===> openoffice.org-2.3.1 depends on executable: zip - found ===> openoffice.org-2.3.1 depends on executable: unzip - found ===> openoffice.org-2.3.1 depends on executable: gcp - found ===> openoffice.org-2.3.1 depends on executable: gpatch - found ===> openoffice.org-2.3.1 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Archive/Zip.pm - found ===> openoffice.org-2.3.1 depends on executable: bash - found ===> openoffice.org-2.3.1 depends on executable: imake - found ===> openoffice.org-2.3.1 depends on executable: ant - not found ===> Verifying install for ant in /usr/ports/devel/apache-ant ===> Installing for apache-ant-1.7.0_1 ===> apache-ant-1.7.0_1 depends on executable: classpath - found ===> apache-ant-1.7.0_1 depends on file: /usr/local/jdk1.5.0/bin/java - not found ===> Verifying install for /usr/local/jdk1.5.0/bin/java in /usr/ports/java/jdk15 ===> jdk-1.5.0.13p7_1,1 : Due to licensing restrictions, certain files must be fetched manually. Please open http://java.sun.com/javase/downloads/index.jsp in a web browser and follow the "Download" link for "JDK US DST Timezone Update Tool - 1.3.0" to obtain the time zone update file, tzupdater-1_3_0-2007h.zip. Please place the downloaded file(s) in /usr/ports/distfiles and restart the build. .*** Error code 1 Stop in /usr/ports/java/jdk15. *** Error code 1 Stop in /usr/ports/devel/apache-ant. *** Error code 1 Stop in /usr/ports/editors/openoffice.org-2.