pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rdesktop Updated net/rdesktop to 1.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3f9dad47b80
branches:  trunk
changeset: 603024:a3f9dad47b80
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Apr 26 14:54:28 2012 +0000

description:
Updated net/rdesktop to 1.7.1

rdesktop (1.7.1)
 * Fix clipboard issue when not building with unicode support
 * Fix compilation against newer PCSC lite versions
 * Fix for per-device license mode on Windows 2008 R2 terminal server
 * Fix building 64bit version with static openssl linkage
 * Rewrite of smartcard handling for 64bit support, fixes several bugs
 * Improved license handling using XDG directories

diffstat:

 net/rdesktop/Makefile         |   6 +++---
 net/rdesktop/distinfo         |  10 +++++-----
 net/rdesktop/patches/patch-aa |   4 +++-
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 1a72d78d4a96 -r a3f9dad47b80 net/rdesktop/Makefile
--- a/net/rdesktop/Makefile     Thu Apr 26 14:27:07 2012 +0000
+++ b/net/rdesktop/Makefile     Thu Apr 26 14:54:28 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2011/05/04 14:47:18 obache Exp $
+# $NetBSD: Makefile,v 1.39 2012/04/26 14:54:28 abs Exp $
 
-DISTNAME=              rdesktop-1.7.0
+DISTNAME=              rdesktop-1.7.1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
 
@@ -14,7 +14,7 @@
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ARGS+=       --with-x=${X11BASE:Q}
+CONFIGURE_ARGS+=       --with-x=${X11BASE}
 
 LDFLAGS+=              ${LIBOSSAUDIO}
 
diff -r 1a72d78d4a96 -r a3f9dad47b80 net/rdesktop/distinfo
--- a/net/rdesktop/distinfo     Thu Apr 26 14:27:07 2012 +0000
+++ b/net/rdesktop/distinfo     Thu Apr 26 14:54:28 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2011/05/04 14:47:18 obache Exp $
+$NetBSD: distinfo,v 1.21 2012/04/26 14:54:28 abs Exp $
 
-SHA1 (rdesktop-1.7.0.tar.gz) = 4f21a8fb2379ce05859e7fb13efa60071125d27f
-RMD160 (rdesktop-1.7.0.tar.gz) = 0860d3027b19ebb3b5c9ef91d7c6ba47b730e2f1
-Size (rdesktop-1.7.0.tar.gz) = 297239 bytes
-SHA1 (patch-aa) = dda84f70792828c97aa02567b97d2ae9647b6fcb
+SHA1 (rdesktop-1.7.1.tar.gz) = c718d0f49948a964c7ef8424b8ade73ecce3aba3
+RMD160 (rdesktop-1.7.1.tar.gz) = d9f39cb75ab13d7be846f61ea40276cddcbcb550
+Size (rdesktop-1.7.1.tar.gz) = 298808 bytes
+SHA1 (patch-aa) = a56f15d51e32b3e53fd1e42736944a6805cbe9e0
diff -r 1a72d78d4a96 -r a3f9dad47b80 net/rdesktop/patches/patch-aa
--- a/net/rdesktop/patches/patch-aa     Thu Apr 26 14:27:07 2012 +0000
+++ b/net/rdesktop/patches/patch-aa     Thu Apr 26 14:54:28 2012 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.11 2006/12/01 10:53:15 hubertf Exp $
+$NetBSD: patch-aa,v 1.12 2012/04/26 14:54:29 abs Exp $
+
+Use BSD_INSTALL_foo
 
 --- Makefile.in.orig   2006-04-09 20:27:50.000000000 +0200
 +++ Makefile.in



Home | Main Index | Thread Index | Old Index