pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rdesktop rdesktop: really remove obsolete ssl option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/117e6931814b
branches:  trunk
changeset: 421459:117e6931814b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 16 09:49:12 2020 +0000

description:
rdesktop: really remove obsolete ssl option

diffstat:

 net/rdesktop/options.mk |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 7d8cafc0e793 -r 117e6931814b net/rdesktop/options.mk
--- a/net/rdesktop/options.mk   Thu Jan 16 09:20:29 2020 +0000
+++ b/net/rdesktop/options.mk   Thu Jan 16 09:49:12 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2011/05/04 14:47:18 obache Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/16 09:49:12 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rdesktop
-PKG_SUPPORTED_OPTIONS+=        inet6 ssl xrandr
-PKG_SUGGESTED_OPTIONS+=        inet6 ssl xrandr
+PKG_SUPPORTED_OPTIONS+=        inet6 xrandr
+PKG_SUGGESTED_OPTIONS+=        inet6 xrandr
 
 .include "../../mk/bsd.options.mk"
 
@@ -13,11 +13,6 @@
 CONFIGURE_ARGS+=       --with-ipv6
 .endif
 
-.if !empty(PKG_OPTIONS:Mssl)
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
-.include "../../security/openssl/buildlink3.mk"
-.endif
-
 .if !empty(PKG_OPTIONS:Mxrandr)
 .include "../../x11/libXrandr/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index