summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-02-06 10:06:34 +0000
committermaya <maya@pkgsrc.org>2018-02-06 10:06:34 +0000
commit59b4b4c9623d3bf1208bc46c86e6f1d1791d41e6 (patch)
treec912261b010c9be8913495bf863994a9b1a5a4fe /chat
parent62160f9253f68135b2d32a62d724c034cf26d693 (diff)
downloadpkgsrc-59b4b4c9623d3bf1208bc46c86e6f1d1791d41e6.tar.gz
irssi: require openssl >= 1.0.2
Irssi is broken and will crash with OpenSSL < 1.0.2 due to https://github.com/openssl/openssl/commit/5b4b9ce976fce09a7a92e2f25b91a1635cb840fe ++PKGREVISION
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile3
-rw-r--r--chat/irssi/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index b4f279b7aeb..7ce6a53b20c 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.85 2018/01/11 13:57:36 maya Exp $
+# $NetBSD: Makefile,v 1.86 2018/02/06 10:06:34 maya Exp $
DISTNAME= ${IRSSI_DISTNAME}
CATEGORIES= chat
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.irssi.org/
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 2e73941ad0f..2bd681830eb 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2017/08/24 14:05:21 khorben Exp $
+# $NetBSD: options.mk,v 1.19 2018/02/06 10:06:34 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
PKG_SUPPORTED_OPTIONS= ssl perl truecolor
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-perl=no
.endif
.if !empty(PKG_OPTIONS:Mssl)
+BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2
.include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ssl