From owner-freebsd-questions@FreeBSD.ORG Fri Dec 9 20:30:53 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 1B41A16A41F for ; Fri, 9 Dec 2005 20:30:53 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9D243D77 for ; Fri, 9 Dec 2005 20:30:36 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so966922nzo for ; Fri, 09 Dec 2005 12:30:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IuM5Ibvni/2qLXhqylk8YCL/m++nRYRI4tJj/KdTdp1JPcQi/gQTCSbnHFqwnxK73V6ds/73ycy6HAqeGsZQ3O37p1O7VnZ+ALfU2dVcvHmcYgCK/F7zrNcChh25+a5LpgseLMXtIdtPSeHti1r/SYItdaUkidLRqqBbgYBzXPU= Received: by 10.36.34.8 with SMTP id h8mr3778418nzh; Fri, 09 Dec 2005 12:30:29 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 39sm5095614nzk.2005.12.09.12.30.27; Fri, 09 Dec 2005 12:30:27 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 9 Dec 2005 12:30:24 -0800 User-Agent: KMail/1.8.3 References: <39809.192.168.0.5.1134159325.squirrel@192.168.0.5> In-Reply-To: <39809.192.168.0.5.1134159325.squirrel@192.168.0.5> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512091230.25361.ringworm01@gmail.com> Cc: Benjamin Thelen 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 20:30:53 -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 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. -Mike