From owner-freebsd-questions@FreeBSD.ORG Fri Jan 15 08:31:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740D8106566B for ; Fri, 15 Jan 2010 08:31:50 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 053D98FC0C for ; Fri, 15 Jan 2010 08:31:49 +0000 (UTC) Received: by bwz5 with SMTP id 5so350011bwz.3 for ; Fri, 15 Jan 2010 00:31:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=yxYtyrrqIJ2ZkCx0yaMuoJ5omL+iCfVo1OKn3Xf/yZ0=; b=WQPvJuzG/hdp6TmrINstfv6DUbkFNTgwEVW4iLt125jOqeVO+WTxTola3ZMbwOJNbs 0+yF7TvNSNIa7d57z0aUJkpuBNNpD/Pbe9MJhr0d8BVPUwxCBkWzdSWPoKhLGSFP2i1t AJSUYRBso2M3T1CtF5g++QyOY1TSiGhHavZXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=PMMUez9ROo03zQd2KBywRzG2Xt7xmjZQVdStujKCtBHG+Ji+PCWHpye9jxUNk6utBN EJtYmIFisMc5xSD98owJf4OWmGD96r8L99eLldRJEpkumTMjSoUomZNLUzOKVVu3JXOd 1U0XSWkySatXRPZJ8XgXvPjIh1qQwvmcM0Ro8= Received: by 10.204.49.85 with SMTP id u21mr1053177bkf.148.1263544302151; Fri, 15 Jan 2010 00:31:42 -0800 (PST) Received: from ?192.168.1.253? ([86.125.218.136]) by mx.google.com with ESMTPS id 13sm716435bwz.10.2010.01.15.00.31.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 Jan 2010 00:31:41 -0800 (PST) Message-ID: <4B5027F1.4060309@gmail.com> Date: Fri, 15 Jan 2010 10:31:45 +0200 From: Andrei Brezan User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: How to overwrite openssl base with the one from ports? 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, 15 Jan 2010 08:31:50 -0000 Hello list, I seem to have some problems overwriting openssl base. I have tried building security/openssl with OPENSSL_OVERWRITE_BASE=YES but to no success. After i run: make OPENSSL_OVERWRITE_BASE=YES install clean i get the port installed in /usr/local/bin and lib ok, but i'm left with openssl in /usr/bin and lib too. Do i have to make buildworld/installworld with NO_OPENSSL in /etc/make.conf in order not to have openssl from base and then install it from port ?