From owner-freebsd-ports@FreeBSD.ORG Sun May 10 05:25:16 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBE3A94B for ; Sun, 10 May 2015 05:25:16 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id C7D5A1096 for ; Sun, 10 May 2015 05:25:16 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t4A5PAFi008193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sat, 9 May 2015 22:25:10 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <554EEBB5.8010304@rawbw.com> Date: Sat, 09 May 2015 22:25:09 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: www/firefox really depends on security/openssl? References: <20150509125643.0bda93e6@kirk.drpetervoigt.private> In-Reply-To: <20150509125643.0bda93e6@kirk.drpetervoigt.private> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 05:25:16 -0000 On 05/09/2015 03:56, Dr. Peter Voigt wrote: > > I am wondering, if www/firefox really depends on security/openssl. > According to the following, it should not: > This stage-qa test that I submitted half year ago tests if some package really depends on other packages, and recommends additions to *_DEPENDS statements: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195203 So if it will say that USE_OPENSSL=yes is needed, this means FF does depend on it. Yuri