pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid chat/ircd-hybrid: Replaces deprecated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a548af7b0f2
branches:  trunk
changeset: 409946:4a548af7b0f2
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Jan 23 10:06:22 2020 +0000

description:
chat/ircd-hybrid: Replaces deprecated openssl options.

Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support.

diffstat:

 chat/ircd-hybrid/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r cb220968e12b -r 4a548af7b0f2 chat/ircd-hybrid/options.mk
--- a/chat/ircd-hybrid/options.mk       Thu Jan 23 10:05:26 2020 +0000
+++ b/chat/ircd-hybrid/options.mk       Thu Jan 23 10:06:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/02/08 13:09:35 fox Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/23 10:06:22 fox Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ircd-hybrid
 PKG_SUPPORTED_OPTIONS= ssl
@@ -11,7 +11,7 @@
 ###
 .if !empty(PKG_OPTIONS:Mssl)
 .include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+=       --with-tls=openssl
 .else
-CONFIGURE_ARGS+=       --disable-openssl
+CONFIGURE_ARGS+=       --with-tls=none
 .endif



Home | Main Index | Thread Index | Old Index