From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 15:06:24 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 F1C8E16A4CE for ; Mon, 22 Nov 2004 15:06:23 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B28943D4C for ; Mon, 22 Nov 2004 15:06:23 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so198998wri for ; Mon, 22 Nov 2004 07:06:23 -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=GCg6gDWX4DvOhYNu0ITu1RlHRWHDVz+0cY2X6J6vr7pBkdsx8IIkuoe96jxPgDcu6amNxkE7fq7Z4QmkJ/CeyF7qbci6mWmkrzv7XX9hv7dQLtW52GW6yqH/2A0S08B2eOjHy9qd6ML7tWLfFOYLyOhHCpgs9Cp+SfxEFXz0mCE= Received: by 10.54.52.56 with SMTP id z56mr1983901wrz; Mon, 22 Nov 2004 07:06:22 -0800 (PST) Received: by 10.54.5.4 with HTTP; Mon, 22 Nov 2004 07:06:22 -0800 (PST) Message-ID: <9395922d041122070611e69de8@mail.gmail.com> Date: Mon, 22 Nov 2004 15:06:22 +0000 From: David Jenkins To: Chris In-Reply-To: <3aaaa3a0411220659764e78ef@mail.gmail.com> 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> <3aaaa3a0411220659764e78ef@mail.gmail.com> cc: "J.D. Bronson" cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: openssl 0.9.7e X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 15:06:24 -0000 On Mon, 22 Nov 2004 14:59:45 +0000, Chris wrote: > no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base There's a similar thread on this at the moment. This *should* hopefully work. make -DOPENSSL_OVERWRITE_BASE install clean Hope this helps. David