summaryrefslogtreecommitdiff
path: root/net/rdesktop/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2006-12-01 10:53:15 +0000
committerhubertf <hubertf>2006-12-01 10:53:15 +0000
commite6bade1d2e252559c32ec79979526202028bbdd8 (patch)
treedc885247e878ba5ab7807b1ee44e6308d38f9b6b /net/rdesktop/patches
parente360e90b263f973fc8d3d74b332d27f6bf0aa27b (diff)
downloadpkgsrc-e6bade1d2e252559c32ec79979526202028bbdd8.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')
-rw-r--r--net/rdesktop/patches/patch-aa10
-rw-r--r--net/rdesktop/patches/patch-ab13
2 files changed, 5 insertions, 18 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)
diff --git a/net/rdesktop/patches/patch-ab b/net/rdesktop/patches/patch-ab
deleted file mode 100644
index e2ba10a4c43..00000000000
--- a/net/rdesktop/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2005/10/10 20:23:05 joerg Exp $
-
---- parallel.c.orig 2005-10-10 22:19:37.000000000 +0200
-+++ parallel.c
-@@ -14,8 +14,6 @@
- #include <linux/lp.h>
- #endif
-
--extern int errno;
--
- extern RDPDR_DEVICE g_rdpdr_device[];
-
-