From owner-freebsd-ports@FreeBSD.ORG Fri Sep 19 06:37:34 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB99106567A for ; Fri, 19 Sep 2008 06:37:34 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA06.emeryville.ca.mail.comcast.net (qmta06.emeryville.ca.mail.comcast.net [76.96.30.56]) by mx1.freebsd.org (Postfix) with ESMTP id 30DB78FC18 for ; Fri, 19 Sep 2008 06:37:34 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by QMTA06.emeryville.ca.mail.comcast.net with comcast id GVYW1a00A0QkzPwA6WTZQv; Fri, 19 Sep 2008 06:27:33 +0000 Received: from koitsu.dyndns.org ([67.180.253.227]) by OMTA02.emeryville.ca.mail.comcast.net with comcast id GWTY1a0014v8bD78NWTYnV; Fri, 19 Sep 2008 06:27:33 +0000 X-Authority-Analysis: v=1.0 c=1 a=JEAoL3wPed4A:10 a=y1M4WMdFjH0A:10 a=QycZ5dHgAAAA:8 a=T7HTtBajRCQH6qRUspIA:9 a=ODyB0DrDt1vQNGz6MuAWu9F59z0A:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 67CDA17B81A; Thu, 18 Sep 2008 23:27:32 -0700 (PDT) Date: Thu, 18 Sep 2008 23:27:32 -0700 From: Jeremy Chadwick To: David J Brooks Message-ID: <20080919062732.GA37698@icarus.home.lan> References: <200809190008.15927.freysman@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809190008.15927.freysman@comcast.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: ports@freebsd.org Subject: Re: how to upgrade ports that depend on openssl-stable? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 06:37:34 -0000 On Fri, Sep 19, 2008 at 12:08:15AM -0500, David J Brooks wrote: > I keep running into this error: > > ===> openssl-stable-0.9.7m_1 Conflicts with version in the base. > *** Error code 1 OpenSSL is included in FreeBSD in the base system. The port you're trying to install requires a newer version of OpenSSL than what's in the base system. You need to define WITH_OPENSSL_BASE=yes in your /etc/make.conf. This should make the port build/install successfully, and will overwrite the OpenSSL installation in the base system. You will also need to set WITHOUT_OPENSSL=true in /etc/src.conf (assuming this is FreeBSD 7.x), to ensure the next time you build/install world, that you do not bother building the "base version" of OpenSSL, and instead continue to rely on the port version. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |