svn commit: r491058 - head/www/node8

Bradley T. Hughes bhughes at freebsd.org
Thu Jan 24 04:51:18 UTC 2019



On 2019-01-23 23:00, Mathieu Arnold wrote:
> On Wed, Jan 23, 2019 at 09:14:27PM +0000, Bradley T. Hughes wrote:
>> -
>> -.include <bsd.port.options.mk>
>> -
>> -.if empty(PORT_OPTIONS:MBUNDLED_SSL)
>> -
>> -.if !empty(SSL_DEFAULT:Mlibressl*)
>> -IGNORE=		cannot build node.js with LibreSSL. You must enable BUNDLED_SSL
>> -.endif
>> -
>> -.endif
> 
> Mmmm, this is not equivalent, now, the port is always marked as BROKEN
> if the op uses libressl* as their default SSL library, even if
> BUNDLED_SSL is set.
> 
> And I think the other changes to the other node* ports are also wrong
> for the same reason.

Good point, I hadn't considered that. I will fix them now :)

-- 
Bradley T. Hughes
bhughes at freebsd.org


More information about the svn-ports-head mailing list