From owner-freebsd-stable@FreeBSD.ORG Mon Jul 30 19:01:32 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1C991065674 for ; Mon, 30 Jul 2012 19:01:32 +0000 (UTC) (envelope-from SRS0=xyBb8Onb=F7=beatsnet.com=beat.siegenthaler@beatsnet.com) Received: from vulcan.beatsnet.com (sigi.broker.freenet6.net [IPv6:2001:5c0:1400:b::2a7]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEB78FC0A for ; Mon, 30 Jul 2012 19:01:32 +0000 (UTC) Received: from mbp-wl.beatsnet.com (zux165-132.adsl.green.ch [80.254.165.132]) (authenticated bits=0) by vulcan.beatsnet.com (8.14.5/8.14.5) with ESMTP id q6UJ1Ths065395 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=OK) for ; Mon, 30 Jul 2012 21:01:30 +0200 (CEST) (envelope-from beat.siegenthaler@beatsnet.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beatsnet.com; s=VULCAN_DKIM; t=1343674890; bh=o9QRLAgtgyLMRf5krwr/D/Ckw0JcAbExLxTIdqlpmZQ=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type; b=i8/ixJHWofOP2/1fgR/FpYtUNvC5Dij9QLIGSMd5BqXeL2AySr619xkWqPMLpCFRn vmK632j0C40rzdXSB/hOVf+LjBFkUIbuuP2JRa90jVL2/gMhg6zNpYr2+vJ9QEWG86 /LNhbPp80V41C6NreBFMpQfjGH0EpK2V6gf99Vz8= Message-ID: <5016DA03.7080304@beatsnet.com> Date: Mon, 30 Jul 2012 21:01:23 +0200 From: Beat Siegenthaler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <5016CCBB.30603@beatsnet.com> <5016D443.9030105@zedat.fu-berlin.de> In-Reply-To: <5016D443.9030105@zedat.fu-berlin.de> X-Enigmail-Version: 1.4.3 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (vulcan.beatsnet.com [193.138.215.102]); Mon, 30 Jul 2012 21:01:30 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.97.4 at vulcan.beatsnet.com X-Virus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: OpenSSL from Ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 19:01:32 -0000 On 30.07.12 20:36, O. Hartmann wrote > I guess you need to ensure that the path /usr/local/bin is searched BEFORE /usr/bin. If you're using sh(1) as the standard shell of yours, you should ensure this by using something like the following in .profile (or .cshrc, if csh(1)): Never tweaked that: bash: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin sh: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin csh: path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /root/bin) zsh: path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /root/bin) It seems to be important to know, what "build from port" means. There is still some tweaking necessary. thanks