Re: ports/182985 maintainer timeout

2014-03-31 Thread Mark Felder
On Mar 27, 2014, at 18:51, Darren Pilgrim dar...@laskoprinting.com wrote: I hate to nag about this, but can we get this fixed sometime soon? In the three weeks since Mark's email, osa updated the port to 1.4.7, but didn't bother fixing this issue. What happened to this being a

Re: ports/182985 maintainer timeout

2014-03-27 Thread Darren Pilgrim
On 3/7/2014 4:52 AM, Mark Felder wrote: 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

Re: ports/182985 maintainer timeout

2014-03-07 Thread Mark Felder
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

Re: ports/182985 maintainer timeout

2014-03-06 Thread Darren Pilgrim
Can someone please look at this and commit the fix? I've had no response and the issue means the nginx is broken for the best practices case. On 2/28/2014 3:09 PM, Darren Pilgrim wrote: A recent change to the www/nginx Makefile broke the port for the case where you have the OpenSSL port

Re: ports/182985 maintainer timeout

2014-03-06 Thread Mark Felder
Hi Darren, I'm trying to understand exactly what we're looking at here. Is the problem: nginx always builds against OpenSSL in base (for FreeBSD 10+?) ? If so, that's correct; it should not build against OpenSSL from ports just because the version from ports happens to be installed. It

Re: ports/182985 maintainer timeout

2014-03-06 Thread Darren Pilgrim
On 3/6/2014 3:07 PM, Mark Felder wrote: Hi Darren, I'm trying to understand exactly what we're looking at here. Is the problem: nginx always builds against OpenSSL in base (for FreeBSD 10+?) ? If so, that's correct; it should not build against OpenSSL from ports just because the version from

Re: ports/182985 maintainer timeout

2014-03-06 Thread Scot Hetzel
On Thu, Mar 6, 2014 at 8:05 PM, Darren Pilgrim dar...@laskoprinting.com wrote: On 3/6/2014 3:07 PM, Mark Felder wrote: Hi Darren, I'm trying to understand exactly what we're looking at here. Is the problem: nginx always builds against OpenSSL in base (for FreeBSD 10+?) ? If so, that's

ports/182985 maintainer timeout

2014-02-28 Thread Darren Pilgrim
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.old2014-01-30