[MacPorts] #58123: ruby @1.8.7-p374_7 fails to build because asn1_mac.h was removed from libressl-devel (was: ruby-1.8.7 fails to build because asn1_mac.h was removed from libressl-devel)
MacPorts
noreply at macports.org
Sun Feb 24 14:18:56 UTC 2019
#58123: ruby @1.8.7-p374_7 fails to build because asn1_mac.h was removed from
libressl-devel
------------------------+----------------------
Reporter: hakoyamah | Owner: kimuraw
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch
Port: ruby |
------------------------+----------------------
Changes (by ryandesign):
* status: new => assigned
* owner: (none) => kimuraw
* keywords: libressl-devel => haspatch
* port: ruby @1.8.7-p374_7 => ruby
Old description:
> asn1_mac.h was removed from libressl-devel, so ruby-1.8.7 fails to build.
> Patches to use asn1.h may be a workaround.
>
> -#include <openssl/asn1_mac.h>
> +#include <openssl/asn1.h>
New description:
asn1_mac.h was removed from libressl-devel, so ruby-1.8.7 fails to build.
Patches to use asn1.h may be a workaround.
{{{
-#include <openssl/asn1_mac.h>
+#include <openssl/asn1.h>
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/58123#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list