From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 12:53:11 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 346373AE; Fri, 7 Mar 2014 12:53:11 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02B0FBD5; Fri, 7 Mar 2014 12:53:09 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id EA21120FE5; Fri, 7 Mar 2014 07:52:56 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 07 Mar 2014 07:52:56 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=gbltchZdoILgM4eYs6gXiaw4lAY=; b=M5n9g woXGAPAi5lEJt4aJ6iggQYwM2emdLP9GNhZlMk9TQXy+jergb+XpDWej5BIJW4Zc roS6k/zJ2ItNm802yMKkV1HqnYhYiUyurNfwTo97jg+CyRHJuoC8Qby+d3y9tF5E dU56p7beDj13I0zhDuytoZkN0S1qXp48TJVY38= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id C273B11040E; Fri, 7 Mar 2014 07:52:56 -0500 (EST) Message-Id: <1394196776.30615.91728569.21F5ACA3@webmail.messagingengine.com> X-Sasl-Enc: bcHrmXgW5NNGIWy6xsrDsNtN0JMTNPSQl7zb2aAkSX0Z 1394196776 From: Mark Felder To: Scot Hetzel , Darren Pilgrim MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f Subject: Re: ports/182985 maintainer timeout Date: Fri, 07 Mar 2014 06:52:56 -0600 In-Reply-To: References: <53111711.1010907@laskoprinting.com> <5318DA3A.8090408@laskoprinting.com> <13A9A291-538E-4A62-B0B2-E6F43BEE7C5B@FreeBSD.org> <53192954.5070707@laskoprinting.com> Cc: FreeBSD Ports , portsmgr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 12:53:11 -0000 On Fri, Mar 7, 2014, at 1:49, Scot Hetzel wrote: > > Darren is correct, the intent of bsd.openssl.mk is to build using the > security/openssl port when WITH_OPENSSL_PORT is defined in > /etc/make.conf by the local administrator. What the www/nginx port > does is it forces the build to always use the base version when > ${OSVERSION} >= 1000028 by setting WITH_OPENSSL_BASE. The port should > not be doing this. > Correct, but I did not cover that scenario as he did not initially indicate he was setting WITH_OPENSSL_PORT in his make.conf :-) Now that this is clear we should be able to get this resolved.