summaryrefslogtreecommitdiff
path: root/net/rdesktop/options.mk
diff options
context:
space:
mode:
authortron <tron>2008-06-08 16:29:28 +0000
committertron <tron>2008-06-08 16:29:28 +0000
commit809f9220faf4ab10bafe0177da72269412bf201c (patch)
tree967b6ad303a87d646a6931b3953bdaf87bd928eb /net/rdesktop/options.mk
parent0bf90685d6dc4a576f0816ee93e9b3b69453db50 (diff)
downloadpkgsrc-809f9220faf4ab10bafe0177da72269412bf201c.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