summaryrefslogtreecommitdiff
path: root/net/rdesktop/options.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-06-08 16:29:28 +0000
committertron <tron@pkgsrc.org>2008-06-08 16:29:28 +0000
commit7224f251b1afee189c23d26819388e0027d18d09 (patch)
tree967b6ad303a87d646a6931b3953bdaf87bd928eb /net/rdesktop/options.mk
parenta6d38f59e242682e5884d73c12de36e97f7da1c8 (diff)
downloadpkgsrc-7224f251b1afee189c23d26819388e0027d18d09.tar.gz
Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:
* Fix for potential vulnerability against compromised/malicious servers (reported by iDefense) * Fix for crash with recent versions of X.Org * Fix for connection to Windows 2008 Server * ALSA driver added * Sound drivers can now be selected at runtime * Smartcard support (Alexi Volkov <alexi@my...>) * Send physical mouse buttons rather than logical ones The security fixes had already been integrated into "pkgsrc" as patches.
Diffstat (limited to 'net/rdesktop/options.mk')
-rw-r--r--net/rdesktop/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rdesktop/options.mk b/net/rdesktop/options.mk
new file mode 100644
index 00000000000..d6397d9ab6b
--- /dev/null
+++ b/net/rdesktop/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2008/06/08 16:29:28 tron Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop
+PKG_SUPPORTED_OPTIONS+= inet6
+PKG_SUGGESTED_OPTIONS+= inet6
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Support both IPv6 and IPv4 connections.
+###
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGE+= --with-ipv6
+.endif