aboutsummaryrefslogtreecommitdiff
path: root/net/rdesktop
Commit message (Collapse)AuthorAgeFilesLines
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Reset maintainership for obrienErwin Lansing2015-06-121-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=389302
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Update to 1.8.3Emanuel Haupt2015-01-222-4/+3
| | | | Notes: svn path=/head/; revision=377664
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373063
* - Add USES=pkgconfig, it is needed at least with AO optionDmitry Marakasov2014-09-081-2/+2
| | | | | | | | | - Whitespace fix Approved by: portmgr blanket Notes: svn path=/head/; revision=367658
* - Update to 1.8.2Martin Wilke2014-06-063-9/+21
| | | | | | | PR: 190682 Notes: svn path=/head/; revision=356740
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Make iconv dependency unconditional[1]Guido Falsi2013-10-242-25/+22
| | | | | | | | | | | | | | | | | | While here: - Convert to USES=gmake - Convert to new options framework - Convert to staging - Make portlint happier PR: ports/182305 Submitted by: me Requested by: marino [1] Approved by: portmgr (bapt, implicit) [1] Approved by: Maintainer timeout Notes: svn path=/head/; revision=331499
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* 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