From owner-freebsd-questions@FreeBSD.ORG Thu May 3 21:50:44 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A197E106567A for ; Thu, 3 May 2012 21:50:44 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 604E18FC0A for ; Thu, 3 May 2012 21:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=oKXubVuXzYzhRtoqGpc7yhRa0l6hkzjLzHuYl/u8z28=; b=UHKWaybuohmCFPxP3JOdz/Z9oDBCMw6y0QeugW132pN8QPAMgeoyayoZLff5x+ng9Tnq4/ZkGsFyr/PTYAwmGIV0+qD6DP8PIfZadfqjiAiYSOv4v/rBfoDvGal3NjCj9rvaxPhkgiEPW9mk0VJXmCWFfo/suHg8vS4fPTA8Ijk=; Received: from iglou3.iglou.com ([192.107.41.6]:51138 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1SQ3U3-0006bi-MG by authid with igloumta_auth for questions@freebsd.org; Thu, 03 May 2012 17:22:43 -0400 Received: from shell1.iglou.com ([192.107.41.17]:47263 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1SQ3U3-0003Bt-AA for questions@freebsd.org; Thu, 03 May 2012 17:22:43 -0400 Date: Thu, 3 May 2012 16:22:43 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: Subject: WITH_OPENSSL_PORT=yes 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: Thu, 03 May 2012 21:50:44 -0000 If WITH_OPENSSL_PORT=yes exists in /etc/make.conf, will the system compile against that as well or only applications? Darrel