pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update rdesktop to 1.5.0. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f874c07dc0a
branches: trunk
changeset: 522041:9f874c07dc0a
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Fri Dec 01 10:53:15 2006 +0000
description:
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:
doc/CHANGES-2006 | 3 ++-
net/rdesktop/Makefile | 5 ++---
net/rdesktop/distinfo | 11 +++++------
net/rdesktop/patches/patch-aa | 10 +++++-----
net/rdesktop/patches/patch-ab | 13 -------------
5 files changed, 14 insertions(+), 28 deletions(-)
diffs (84 lines):
diff -r fb6a073104bd -r 9f874c07dc0a doc/CHANGES-2006
--- a/doc/CHANGES-2006 Fri Dec 01 10:40:48 2006 +0000
+++ b/doc/CHANGES-2006 Fri Dec 01 10:53:15 2006 +0000
@@ -1,4 +1,4 @@
->$NetBSD: CHANGES-2006,v 1.1904 2006/12/01 09:33:45 wulf Exp $
+>$NetBSD: CHANGES-2006,v 1.1905 2006/12/01 10:53:45 hubertf Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -5475,3 +5475,4 @@
Updated graphics/gimp24 to 2.3.13 [adam 2006-12-01]
Updated textproc/p5-XML-Atom to 0.25 [kleink 2006-12-01]
Updated ham/gnuradio-core to 3.0.2nb1 [wulf 2006-11-13]
+ Updated net/rdesktop to 1.5.0 [hubeertf 2006-12-01]
diff -r fb6a073104bd -r 9f874c07dc0a net/rdesktop/Makefile
--- a/net/rdesktop/Makefile Fri Dec 01 10:40:48 2006 +0000
+++ b/net/rdesktop/Makefile Fri Dec 01 10:53:15 2006 +0000
@@ -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 -r fb6a073104bd -r 9f874c07dc0a net/rdesktop/distinfo
--- a/net/rdesktop/distinfo Fri Dec 01 10:40:48 2006 +0000
+++ b/net/rdesktop/distinfo Fri Dec 01 10:53:15 2006 +0000
@@ -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 -r fb6a073104bd -r 9f874c07dc0a net/rdesktop/patches/patch-aa
--- a/net/rdesktop/patches/patch-aa Fri Dec 01 10:40:48 2006 +0000
+++ b/net/rdesktop/patches/patch-aa Fri Dec 01 10:53:15 2006 +0000
@@ -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 -r fb6a073104bd -r 9f874c07dc0a net/rdesktop/patches/patch-ab
--- a/net/rdesktop/patches/patch-ab Fri Dec 01 10:40:48 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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[];
-
-
Home |
Main Index |
Thread Index |
Old Index