[MacPorts] #59015: xchat-gnome @0.26.1_12 doesn't build against openssl 1.1.1
MacPorts
noreply at macports.org
Wed Sep 11 04:10:52 UTC 2019
#59015: xchat-gnome @0.26.1_12 doesn't build against openssl 1.1.1
---------------------------+--------------------
Reporter: odysseus9672 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: xchat-gnome |
---------------------------+--------------------
Comment (by kencu):
If we can't find an openssl 1.1.x patch, this fixes the port by forcing
openssl 1.0:
{{{
$ git diff
diff --git a/gnome/xchat-gnome/Portfile b/gnome/xchat-gnome/Portfile
index bdf4dbc5c92..ce07e557657 100644
--- a/gnome/xchat-gnome/Portfile
+++ b/gnome/xchat-gnome/Portfile
@@ -2,6 +2,10 @@
PortSystem 1.0
PortGroup perl5 1.0
+PortGroup old_openssl 1.0
+
+openssl.branch 1.0
+openssl.configure build_flags
name xchat-gnome
version 0.26.1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59015#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list