summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2012-04-26 14:54:28 +0000
committerabs <abs@pkgsrc.org>2012-04-26 14:54:28 +0000
commit81d185218e6afa893ec0724c1d429f13e48f95fb (patch)
tree6cd055283da78f2f34e05ac4691c634cc375d55f /net/rdesktop
parent8ce346906a2abe982501cbdfac3e060e1821a152 (diff)
downloadpkgsrc-81d185218e6afa893ec0724c1d429f13e48f95fb.tar.gz
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 (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile6
-rw-r--r--net/rdesktop/distinfo10
-rw-r--r--net/rdesktop/patches/patch-aa4
3 files changed, 11 insertions, 9 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index ee8ca80ad54..2d3c362cfc6 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
-CONFIGURE_ARGS+= --with-x=${X11BASE:Q}
+CONFIGURE_ARGS+= --with-x=${X11BASE}
LDFLAGS+= ${LIBOSSAUDIO}
diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo
index 0c9d28d8c04..2903b0cd8bb 100644
--- a/net/rdesktop/distinfo
+++ b/net/rdesktop/distinfo
@@ -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 --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa
index cf42ad22375..421f1bdce73 100644
--- a/net/rdesktop/patches/patch-aa
+++ b/net/rdesktop/patches/patch-aa
@@ -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