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?
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to