diff options
author | tron <tron@pkgsrc.org> | 2008-06-08 16:29:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-06-08 16:29:28 +0000 |
commit | 7224f251b1afee189c23d26819388e0027d18d09 (patch) | |
tree | 967b6ad303a87d646a6931b3953bdaf87bd928eb /net/rdesktop/Makefile | |
parent | a6d38f59e242682e5884d73c12de36e97f7da1c8 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index e351bc8ca1e..5d751494f22 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2008/05/10 15:28:04 tonnerre Exp $ -# +# $NetBSD: Makefile,v 1.35 2008/06/08 16:29:28 tron Exp $ -DISTNAME= rdesktop-1.5.0 -PKGREVISION= 4 +DISTNAME= rdesktop-1.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} @@ -24,6 +22,12 @@ SUBST_FILES.audio= rdpsnd_oss.c SUBST_SED.audio= -e "s,/dev/dsp,${DEVOSSAUDIO},g" SUBST_MESSAGE.audio= Fixing hardcoded audio device. +.include "options.mk" + +.if ${OPSYS} == "NetBSD" +CONFIGURE_ARGS+= --with-sound=oss +.endif + .include "../../security/openssl/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |