summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2006-12-01 10:53:15 +0000
committerhubertf <hubertf@pkgsrc.org>2006-12-01 10:53:15 +0000
commit25f8ff738bd19612cf7f5930d3147905d17f39ca (patch)
treedc885247e878ba5ab7807b1ee44e6308d38f9b6b /net
parenta98d548a9ba29835dde9605809e03994ccf83ef3 (diff)
downloadpkgsrc-25f8ff738bd19612cf7f5930d3147905d17f39ca.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')
-rw-r--r--net/rdesktop/Makefile5
-rw-r--r--net/rdesktop/distinfo11
-rw-r--r--net/rdesktop/patches/patch-aa10
-rw-r--r--net/rdesktop/patches/patch-ab13
4 files changed, 12 insertions, 27 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index ec8536d94d1..5439156f018 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/11/06 11:00:24 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/12/01 10:53:15 hubertf Exp $
#
-DISTNAME= rdesktop-1.4.1
-PKGREVISION= 1
+DISTNAME= rdesktop-1.5.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo
index 1f99ae13e2e..9848601a13e 100644
--- a/net/rdesktop/distinfo
+++ b/net/rdesktop/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2005/10/10 20:23:05 joerg Exp $
+$NetBSD: distinfo,v 1.16 2006/12/01 10:53:15 hubertf Exp $
-SHA1 (rdesktop-1.4.1.tar.gz) = 412ffa06dc216cc7ce1082a8a4912778f82425d9
-RMD160 (rdesktop-1.4.1.tar.gz) = c49a2425f1e00f5933d3873f6ea742b2ad4fea0c
-Size (rdesktop-1.4.1.tar.gz) = 216017 bytes
-SHA1 (patch-aa) = 1d50c6fee114a10d824d66abbd16acce161ac6b9
-SHA1 (patch-ab) = 6021d075bfb61c0f4f7cee4ead21147a2beac18d
+SHA1 (rdesktop-1.5.0.tar.gz) = e3086bf865191eed41631813125f482e279c7f3d
+RMD160 (rdesktop-1.5.0.tar.gz) = 350e08166d0b7620b4ed9c6594addae7ec53d15a
+Size (rdesktop-1.5.0.tar.gz) = 245137 bytes
+SHA1 (patch-aa) = dda84f70792828c97aa02567b97d2ae9647b6fcb
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[];
-
-