From owner-freebsd-ports@FreeBSD.ORG Fri Feb 28 23:09:07 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 E21C3180 for ; Fri, 28 Feb 2014 23:09:07 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBED4131A for ; Fri, 28 Feb 2014 23:09:07 +0000 (UTC) Received: from poodle.laskoprinting.com (poodle.laskoprinting.com [173.11.14.36]) by mario.brtsvcs.net (Postfix) with ESMTPSA id 874A32C1627 for ; Fri, 28 Feb 2014 15:09:06 -0800 (PST) Received: from [192.168.5.11] (unknown [192.168.5.11]) by poodle.laskoprinting.com (Postfix) with ESMTPSA id 3E4DB6F0C for ; Fri, 28 Feb 2014 15:09:05 -0800 (PST) Message-ID: <53111711.1010907@laskoprinting.com> Date: Fri, 28 Feb 2014 15:09:05 -0800 From: Darren Pilgrim Organization: Lasko Printing, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: ports/182985 maintainer timeout Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 28 Feb 2014 23:09:07 -0000 A recent change to the www/nginx Makefile broke the port for the case where you have the OpenSSL port installed on FreeBSD 10. The breakage is due to incorrectly setting WITH_OPENSSL_BASE and the fix is to remove two lines in the Makefile: --- Makefile.old 2014-01-30 02:01:51.000000000 -0800 +++ Makefile 2014-02-06 16:02:21.385735156 -0800 @@ -850,8 +850,6 @@ .if ${PORT_OPTIONS:MSPDY} .if ${OSVERSION} < 1000028 WITH_OPENSSL_PORT= yes -.else -WITH_OPENSSL_BASE= yes .endif .endif .endif Osa didn't reply to my email back on February 6 and there hasn't been any reponse at all to the issue when it was raised in the PR almost two months ago. Would some kind commiter please push this fix?