pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/scrollz scrollz: Non-default OpenSSL option is br...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3f729c0a85c
branches:  trunk
changeset: 442779:c3f729c0a85c
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 30 12:28:50 2020 +0000

description:
scrollz: Non-default OpenSSL option is broken with 1.1, disable it

Upstream appears to be dead so I don't think this is getting fixed
any time soon. GnuTLS is the default anyway.

diffstat:

 chat/scrollz/options.mk |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 95064fe7cd1f -r c3f729c0a85c chat/scrollz/options.mk
--- a/chat/scrollz/options.mk   Mon Nov 30 12:27:19 2020 +0000
+++ b/chat/scrollz/options.mk   Mon Nov 30 12:28:50 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.4 2020/05/31 17:22:16 rillig Exp $
+# $NetBSD: options.mk,v 1.5 2020/11/30 12:28:50 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.scrollz
 PKG_SUPPORTED_OPTIONS=         regexp utf8
 PKG_SUGGESTED_OPTIONS+=                inet6
 PKG_OPTIONS_OPTIONAL_GROUPS=   conflict socks ssl
 PKG_OPTIONS_GROUP.socks=       socks4 dante
-PKG_OPTIONS_GROUP.ssl=         gnutls openssl
+PKG_OPTIONS_GROUP.ssl=         gnutls
 # PR 52883: these two options conflict
 PKG_OPTIONS_GROUP.conflict=    efence inet6
 
@@ -28,12 +28,13 @@
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif
 
-.if !empty(PKG_OPTIONS:Mopenssl)
-.include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+=       --disable-fish --with-openssl
-.else
-CONFIGURE_ARGS+=       --without-openssl
-.endif
+# XXX: Broken with OpenSSL 1.1.
+#.if !empty(PKG_OPTIONS:Mopenssl)
+#.include "../../security/openssl/buildlink3.mk"
+#CONFIGURE_ARGS+=      --disable-fish --with-openssl
+#.else
+#CONFIGURE_ARGS+=      --without-openssl
+#.endif
 
 .if !empty(PKG_OPTIONS:Mregexp)
 CONFIGURE_ARGS+=       --enable-regexp



Home | Main Index | Thread Index | Old Index