It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
size of the desktop. However, the clipping rectangle is not reset when
the size of the desktop changes. This means that when the size of the
desktop increases, the area outside the original size will not be drawn.
Submitted by: des
Key changes:
* 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
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
installed, without telling it to do so. So ensure these dependencies
get registered.
PR: 146720
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (reworked by me)
a tight loop if the sound packet buffer is not empty. This usually
occurs after a long playback, and is indicated by an endless stream of
"ERROR: select: Bad file descriptor" messages on stderr.
Fix: forcibly empty the sound packet buffer after closing the sound device.
PR: 115692
Submitted by: "Eugene M. Kim" <freebsd.org@ab.ote.we.lv>
* SeamlessRDP - seamless windows support
* Keyboard handling improvements and fixes
* Support for clipboard INCR protocol
* Session Directory support
* Support for long filenames on redirected drives
* Clipboard unicode support
* 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
And wait for it... wait... wait...
* Basic support for Windows Vista Beta 2 !
This fixes X11 dependency when X11BASE != /usr/X11R6
- While I'm here, pacify portlint(1) by moving EXTRA_PATCHES to go
after MAINTAINER section
PR: ports/77854
Submitted by: sergei
Approved by: Matt Douhan (ex-maintainer)
- crypto fixes for RDP5
- keyboard and keymap fixes
- some endianess fixes for high color
PR: ports/61871
Submitted by: Chris Knight <chris@e-easy.com.au>
Approved by: maintainer
- Added RDP version 5 support.
- Cut'n'paste between RDP session and X11 applications is now possible
- Can connect to console on Windows 2003 servers
- Added preliminary sound support
- Support 15, 16 and 24-bit color depths
- While I'm here [2]:
- install some documentation
- slightly clarify COMMENT and pkg-descr
- simplify do-install target
- use DATADIR and DOCSDIR in Makefile and pkg-plist
PR: 57635, 58703 [1]
Submitted by: Chris Knight <chris@e-easy.com.au> [1], sergei [2]