From owner-freebsd-questions@FreeBSD.ORG Fri Dec 9 23:35:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 018DD16A41F for ; Fri, 9 Dec 2005 23:35:41 +0000 (GMT) (envelope-from bt@ccgis.de) Received: from sm7.simplethings.de (a15160313.alturo-server.de [217.160.128.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A0643D94 for ; Fri, 9 Dec 2005 23:35:26 +0000 (GMT) (envelope-from bt@ccgis.de) Received: from smm.simplethings.de ([85.88.4.201]) by sm7.simplethings.de with esmtp (Exim 4.50) id 1Ekrll-00006K-U0; Sat, 10 Dec 2005 00:35:22 +0100 Received: from [212.79.172.180] (helo=center.shared) by smM.simplethings.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1Ekrll-0002cC-K7; Sat, 10 Dec 2005 00:35:17 +0100 Received: from localhost.localdomain ([127.0.0.1] helo=center.sz) by center.shared with esmtp (Exim 4.50) id 1Ekrme-0005R9-19; Sat, 10 Dec 2005 00:36:12 +0100 Received: from 192.168.0.5 (proxying for 84.44.129.133) (SquirrelMail authenticated user thelen); by vogon.ccgis.de with HTTP; Sat, 10 Dec 2005 00:36:12 +0100 (CET) Message-ID: <39847.192.168.0.5.1134171372.squirrel@192.168.0.5> In-Reply-To: <200512091230.25361.ringworm01@gmail.com> References: <39809.192.168.0.5.1134159325.squirrel@192.168.0.5> <200512091230.25361.ringworm01@gmail.com> Date: Sat, 10 Dec 2005 00:36:12 +0100 (CET) From: "Benjamin Thelen" To: "Michael C. Shultz" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Score: 0.1 (/) Cc: freebsd-questions@freebsd.org Subject: Re: openoffice-2 & openssl-beta-0.9.8a X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 23:35:41 -0000 > On Friday 09 December 2005 12:15, Benjamin Thelen wrote: >> You FreeBSD guys, >> >> This is a kind of reposting, I got no response to this question (Why? Is >> there something wrong how I write my my question(s)?), whether list >> (archives) nor google told me something _really_ helpful - just stupid >> work arounds -sorry. >> >> I suppose there are many of you using the OpenOffice-2.0 package from >> http://porting.openoffice.org/freebsd/ which requires >> openssl-beta-0.9.8a >> to be installed (I don't understand why). >> >> Installing openssl-beta from ports at first doesn't hurt. But at the >> stage >> of portupgrading next time it starts to be a pain, so I end up removing >> openoffice-2 and openssl-beta _before_ I do a portupgrade. If I don't >> remove both ports, any port that requires openssl is built with >> openssl-beta instead of openssl from the base system. If I add >> WITH_OPENSSL_BASE=yes, which seemd to be a good solution, net-snmp >> (required for kdeutils) complains that it cannot build if there is a >> newer >> openssl version installed by a port. There we are again, byebye >> openssl-beta/openoffice, portupgrade, reinstall both. >> >> >> I'm a bit of a loss, no answer, no help by google, but I can't be the >> only >> one who faces this problem. How are you dealing with this? Do I overlook >> something? >> >> >> Thanks, >> Ben > Mike, Thanks for your answer. > You allready have the answer, you said it works when you build from ports. > If you don't want to always rebuild openoffice when you upgrade ports > mark it as ignored in pkgtools.conf. I already did - just because I don't want to compile OOo. Building OOo-2 on a PIII/1,13 isn't very funny. :-). OOo-1.1 was a little nightmare, especially because it took me a while to succeed - you'd surely find on google ;-). Last but not least, I don't have 9 free GBs. Really. :-) I just don't understand why the package I mentioned requires openssl, because I can't see any dependency on openssl, neither for building nor for running. A third way would be to use the ports openssl-beta as systems default? Ben > > -Mike > >