Date: Fri, 28 Feb 2014 15:09:05 -0800 From: Darren Pilgrim <darren@laskoprinting.com> To: freebsd-ports@freebsd.org Subject: ports/182985 maintainer timeout Message-ID: <53111711.1010907@laskoprinting.com>
next in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53111711.1010907>