From owner-freebsd-questions@FreeBSD.ORG Thu May 13 11:06:18 2004 Return-Path: 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 B519416A4CE for ; Thu, 13 May 2004 11:06:18 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4908B43D41 for ; Thu, 13 May 2004 11:06:18 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 May 2004 13:07:20 -0500 Message-ID: <40A3B917.6010402@daleco.biz> Date: Thu, 13 May 2004 13:06:15 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Hunter References: <40A3B2C7.70502@solisix.com> In-Reply-To: <40A3B2C7.70502@solisix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 May 2004 18:07:20.0906 (UTC) FILETIME=[227EFAA0:01C43915] cc: "freebsd-questions@freebsd.org" Subject: Re: Port Install Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 18:06:18 -0000 Bruce Hunter wrote: > I am trying to install 'Portupgrade' using the ports collection > What does this mean? and how do I solve the problem > Dependency warning: used OpenSSL version contains known vulnerabilities > Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT > Thanks, > Bruce Your OpenSSL libs need to be updated. Do it manually, by cvsup/make buildworld, etc., or install OPENSSL from an updated ports tree, or define either of the variables named in your environment (or possibly in /etc/make.conf?) and run your command again; this would allow the port in question to rebuild SSL for you as a prerequisite for building this port. Example (tcsh/csh): #setenv WITH_OPENSSL_BASE="yes" #make I don't use sh or bash much, but I believe you'd define the variable on one line (VAR="value") and then export it on the next (export VAR). Kevin Kinsey DaleCo, S.P.