aboutsummaryrefslogtreecommitdiff
path: root/net/rdesktop
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=326316
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* During normal operation, rdesktop keeps a clipping rectangle set to theDavid E. O'Brien2012-10-092-1/+12
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=305566
* Update to version 1.7.1.David E. O'Brien2012-01-112-3/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=288927
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* rdesktop is now GPLv3.David E. O'Brien2011-04-191-0/+1
| | | | Notes: svn path=/head/; revision=272916
* Upgrade to version 1.7.0.David E. O'Brien2011-04-193-13/+4
| | | | | | | | [see http://sourceforge.net/mailarchive/message.php?msg_id=27376554 for the list of key changes] Notes: svn path=/head/; revision=272915
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Catch up with ao.David E. O'Brien2010-10-211-1/+1
| | | | | | | | PR: 151599 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=263373
* Rdesktop will use several sound related libraries if they are alreadyDavid E. O'Brien2010-10-111-1/+11
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=262812
* Fix issue where remote sounds over RDP does not work by applyingDavid E. O'Brien2010-09-092-1/+10
| | | | | | | | | | | the "Rdp Sound in Vista [PATCH]" patch from http://sourceforge.net/mailarchive/forum.php?thread_name=200902131243.10881.sameer.subscriptions%40damagehead.com&forum_name=rdesktop-devel PR: 135500 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=260877
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Add WITH_ICONV knob. Victor Sudakov reports he needs this patch in orderDavid E. O'Brien2008-12-301-0/+5
| | | | | | | | | to properly build Cyrillic filenames support. Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru> Notes: svn path=/head/; revision=224967
* Add a debugging knob (WITH_RDESKTOP_DEBUG) to help folks figure out anyDavid E. O'Brien2008-05-211-1/+14
| | | | | | | | | | problems they may have. [parts derived from the PR] PR: 123720 Submitted-by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=213446
* Upgrade to version 1.6.0.David E. O'Brien2008-05-214-74/+10
| | | | | | | Also enable IPv6 by default (define WITHOUT_IPV6 if this causes you trouble). Notes: svn path=/head/; revision=213443
* [DEPS] net/rdesktop USE_XLIB -> USE_XORGEdwin Groothuis2007-09-231-2/+2
| | | | | | | | | | | This port requires only USE_XORG= x11 (tested with tinderbox) PR: ports/115465 Submitted by: Martin Matuska <mm@FreeBSD.org> Notes: svn path=/head/; revision=199971
* Upon server-initiated closure of the sound device, rdesktop(1) hangs inDavid E. O'Brien2007-08-231-0/+57
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=198228
* - Fix a crash on login for people running on X.org 7.2 in 24-bit color depthPav Lucistnik2007-06-192-1/+12
| | | | | | | | | PR: ports/113216, ports/113678 Submitted by: Thomas Spreng <spreng@socket.ch> Approved by: maintainer timeout (obrien; 18 days) Notes: svn path=/head/; revision=193855
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to version 1.5.0.David E. O'Brien2006-09-191-0/+3
| | | | Notes: svn path=/head/; revision=173408
* Update to version 1.5.0.David E. O'Brien2006-09-132-4/+4
| | | | | | | | | | | | | | | | | | * 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 ! Notes: svn path=/head/; revision=172953
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix to respect non-standard LOCALBASE/X11BASE settings.David E. O'Brien2005-10-241-2/+1
| | | | Notes: svn path=/head/; revision=146206
* Missed a keymap in the 1.4.1 update.David E. O'Brien2005-05-161-0/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=135347
* Update to version 1.4.1.David E. O'Brien2005-05-082-8/+4
| | | | Notes: svn path=/head/; revision=134901
* Update maintainer.David E. O'Brien2005-05-081-1/+1
| | | | Notes: svn path=/head/; revision=134900
* - Back out unicode patches, they broke a lot of basic functionality, likePav Lucistnik2005-04-255-217/+3
| | | | | | | | | username and password presets Reported by: several Notes: svn path=/head/; revision=134146
* - Add unicode support (this is already in rdesktop CVS tree, so this willFlorent Thoumie2005-04-205-3/+217
| | | | | | | | | | | be removed when rdesktop will release 1.4.1). PR: ports/78710 Submitted by: Alex Miller <asm@asm.kiev.ua> Obtained from: rdesktop project Notes: svn path=/head/; revision=133730
* - Remove EXTRA_PATCHES.Florent Thoumie2005-03-141-2/+0
| | | | | | | | Noticed by: Steve Tremblett <sjt@cisco.com> Pointyhat to: obrien Notes: svn path=/head/; revision=131236
* - Fix X11 libraries search - explicitly pass ${X11BASE} to configureSergei Kolobov2005-03-141-1/+3
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=131207
* Reset maintainership.Michael Nottebrock2005-03-111-1/+1
| | | | | | | Approved by: ex-maintainer Notes: svn path=/head/; revision=130881
* Sort the keymaps.David E. O'Brien2005-03-101-31/+31
| | | | Notes: svn path=/head/; revision=130830
* Upgrade to version 1.4.0.David E. O'Brien2005-03-101-0/+7
| | | | | | | (this was missed in the Makefile commit) Notes: svn path=/head/; revision=130826
* Upgrade to version 1.4.0.David E. O'Brien2005-03-105-190/+9
| | | | Notes: svn path=/head/; revision=130767
* Fix '[1077366] Send Client IP instead of 127.0.0.1 using RDPv5'David E. O'Brien2005-02-072-1/+88
| | | | | | | Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=1077366&group_id=24366&atid=381349 Notes: svn path=/head/; revision=128210
* Fix rdesktop with KDE 3.3's krdc.Michael Nottebrock2004-10-212-1/+77
| | | | | | | | PR: ports/72975 Submitted by: maintainer Notes: svn path=/head/; revision=119923
* - Respect CCPav Lucistnik2004-04-281-0/+5
| | | | | | | | | PR: ports/65111 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer Notes: svn path=/head/; revision=107820
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* * Update to 1.3.1Pav Lucistnik2004-01-252-3/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=99134
* minor style tweakDavid E. O'Brien2003-10-311-4/+2
| | | | Notes: svn path=/head/; revision=92759
* - Update to 1.3.0 [1]:Sergei Kolobov2003-10-306-82/+62
| | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=92634
* - Turn on the "SAVE_LICENSE" option.Hye-Shik Chang2003-03-301-2/+2
| | | | | | | | | | - Give a maintainership to the submitter. PR: 50456 Submitted by: Matt Douhan <mdouhan@wizzy.ath.cx> Notes: svn path=/head/; revision=77750
* Release maintainershipEdwin Groothuis2003-02-241-1/+1
| | | | | | | | PR: ports/48620 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=76379
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add missing patches from ports/47715, remove ALL_TARGET from Makefile.Jimmy Olgeni2003-02-043-2/+58
| | | | | | | | PR: 47715 Noticed by: maintainer Notes: svn path=/head/; revision=74604
* Add missing ALL_TARGET.Jimmy Olgeni2003-02-031-0/+2
| | | | | | | Submitted by: Pav Lucistnik <pav_cz@volny.cz> Notes: svn path=/head/; revision=74588
* Upgrade rdesktop to 1.2.0.Jimmy Olgeni2003-02-023-39/+46
| | | | | | | | PR: 47715 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=74467