Received: by mail.netbsd.org (Postfix, from userid 605) id A426484DB7; Thu, 16 Jan 2020 09:49:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B1CC84DAC for ; Thu, 16 Jan 2020 09:49:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mcI0iS2JHdS9 for ; Thu, 16 Jan 2020 09:49:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 869EC84D9F for ; Thu, 16 Jan 2020 09:49:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 803CFFBF4; Thu, 16 Jan 2020 09:49:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579168152204270" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 09:49:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/rdesktop To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200116094912.803CFFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579168152204270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 16 09:49:12 UTC 2020 Modified Files: pkgsrc/net/rdesktop: options.mk Log Message: rdesktop: really remove obsolete ssl option To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/rdesktop/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579168152204270 Content-Disposition: inline Content-Length: 956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/rdesktop/options.mk diff -u pkgsrc/net/rdesktop/options.mk:1.4 pkgsrc/net/rdesktop/options.mk:1.5 --- pkgsrc/net/rdesktop/options.mk:1.4 Wed May 4 14:47:18 2011 +++ pkgsrc/net/rdesktop/options.mk Thu Jan 16 09:49:12 2020 @@ -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 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl xrandr 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 --_----------=_1579168152204270--