summaryrefslogtreecommitdiff
path: root/net/rdesktop/patches/patch-aa
diff options
context:
space:
mode:
authorhubertf <hubertf>2006-12-01 10:53:15 +0000
committerhubertf <hubertf>2006-12-01 10:53:15 +0000
commitfbb60b5ff3645f7ddddb19dd2e19f5959897346b (patch)
treedc885247e878ba5ab7807b1ee44e6308d38f9b6b /net/rdesktop/patches/patch-aa
parent9e254aa07121cc78a20e40bf0f93e132b321c670 (diff)
downloadpkgsrc-fbb60b5ff3645f7ddddb19dd2e19f5959897346b.tar.gz
Update rdesktop to 1.5.0. Changes:
* SeamlessRDP - seamless windows support * Keymap fixes * Fix connection issues with Windows XP RTM * Keyboard handling improvements and fixes * SGI/Irix sound-driver fixes * Support for clipboard INCR protocol * Session Directory support * Support for long filenames on redirected drives * XOR ellipse drawing fix * Clipboard unicode support (Ilya Konstantinov) * Fix display issues with exotic color depths (30bpp, 32bpp, etc) * Large file support * The default color depth is now the depth of the root window * Basic support for Windows Vista Beta 2 * Fix high cpu-usage in OSS-driver
Diffstat (limited to 'net/rdesktop/patches/patch-aa')
-rw-r--r--net/rdesktop/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa
index 2269d292362..cf42ad22375 100644
--- a/net/rdesktop/patches/patch-aa
+++ b/net/rdesktop/patches/patch-aa
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.10 2005/05/18 01:11:45 xtraeme Exp $
+$NetBSD: patch-aa,v 1.11 2006/12/01 10:53:15 hubertf Exp $
---- Makefile.in.orig 2005-05-18 03:01:07.000000000 +0200
-+++ Makefile.in 2005-05-18 03:02:42.000000000 +0200
-@@ -54,25 +54,21 @@
+--- Makefile.in.orig 2006-04-09 20:27:50.000000000 +0200
++++ Makefile.in
+@@ -55,25 +55,21 @@ install: installbin installkeymaps insta
.PHONY: installbin
installbin: rdesktop
- mkdir -p $(DESTDIR)$(bindir)
- $(INSTALL) rdesktop $(DESTDIR)$(bindir)
-- strip $(DESTDIR)$(bindir)/rdesktop
+- $(STRIP) $(DESTDIR)$(bindir)/rdesktop
- chmod 755 $(DESTDIR)$(bindir)/rdesktop
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(bindir)
+ $(BSD_INSTALL_PROGRAM) rdesktop $(DESTDIR)$(bindir)