From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 15:00:29 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 B011A16A4CF for ; Mon, 22 Nov 2004 15:00:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5972743D39 for ; Mon, 22 Nov 2004 15:00:29 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so249858rne for ; Mon, 22 Nov 2004 07:00:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Q1YLlBltW2Rd9a/6CvYcha2DhwquHB9ssXkhLHC3XV2Mij84XbPKNuw7vAbqwSsyDCUpNM9ypMHmI8xiw3dygH3ZwDmkfCqs192CIglBmsKZGny9ccn+DtcdZ7cxBJ+40LeGm8lEp/BnlE1zWl8OLPEqSzp1NbHMb+yaOgAnqu4= Received: by 10.38.125.64 with SMTP id x64mr875864rnc; Mon, 22 Nov 2004 06:59:45 -0800 (PST) Received: by 10.39.1.21 with HTTP; Mon, 22 Nov 2004 06:59:45 -0800 (PST) Message-ID: <3aaaa3a0411220659764e78ef@mail.gmail.com> Date: Mon, 22 Nov 2004 14:59:45 +0000 From: Chris To: Kris Kennaway In-Reply-To: <20041121231744.GB52114@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6.2.0.14.2.20041121065956.00bff790@cheyenne.wixb.com> <20041121151741.GA33484@xor.obsecurity.org> <3aaaa3a0411211239891d5d7@mail.gmail.com> <20041121231744.GB52114@xor.obsecurity.org> cc: freebsd-questions@freebsd.org cc: "J.D. Bronson" Subject: Re: openssl 0.9.7e X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 15:00:29 -0000 no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base, On Sun, 21 Nov 2004 15:17:44 -0800, Kris Kennaway wrote: > On Sun, Nov 21, 2004 at 08:39:31PM +0000, Chris wrote: > > > > How do you get openssl port to overwrite the base files, the following > > does NOT work. > > > > make OPENSSL_OVERWRITE_BASE=yes install clean > > > > it displays > > "# > > # this ports does not support the dynamic root > > # please undefine OPENSSL_OVERWRITE_BASE > > # and use WITH_OPENSSL_PORT=yes instead. > > # > > *** Error code 1 > > > > Stop in /usr/ports/security/openssl." > > > > how to install in base? > > Er, the error message you quoted tells you what you did wrong and how to fix it. > > Kris > > >