aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-221-12/+0
| | | | Notes: svn path=/head/; revision=373063
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371252
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - Rely on modern compiler, which force gcc47/clang33 on gcc-default releases ↵Dima Panov2014-01-191-1/+3
| | | | | | | (8.x/9.x) Notes: svn path=/head/; revision=340237
* - Rewrite OPTIONS to match new styleDima Panov2014-01-152-78/+48
| | | | | | | | | | | - Note in DirectFB option about deprecation upstream - Conditionaly depend on compiler:c11 (math and sse2 functions require this) - Use DISTVERSIONSUFFIX to construct correct DISTNAME automagically and avoid both declaration of PORTVERSION and DISTVERSION with beta suffixes - Pet portlint Notes: svn path=/head/; revision=339803
* - Update FreeRDP to 1.1.0.2013070101 beta releaseDima Panov2014-01-1513-685/+294
| | | | | | | | | - Update Remmina and Remmina plugins collection to git commit b6a55ae - Use new style for LIB_DEPENDS - Stagify Notes: svn path=/head/; revision=339755
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Reduce unnecessary dependencies by use cups-client for library.Dima Panov2013-11-051-1/+1
| | | | | | | | PR: 183614 Submitted by: Pavel Gubin Notes: svn path=/head/; revision=332934
* net/freerdp: fix build with ffmpegWilliam Grzybowski2013-10-253-35/+38
| | | | | | | | | | - Fix build with ffmpeg Reported by: dinoex Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331566
* - Add missed dependency on ALSA when option is selectedDima Panov2013-10-071-0/+1
| | | | | | | | PR: 182778 Submitted by: Kevin Zheng Notes: svn path=/head/; revision=329700
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Explicitly disable libxkbfile detection when no X11 option is selectedDima Panov2013-06-241-1/+1
| | | | | | | | PR: 179835 Reported by: Michael Moll <kvedulv AT kvedulv DOT de> Notes: svn path=/head/; revision=321660
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Fix the build if old freerdp exists in the systemDima Panov2013-04-181-3/+1
| | | | | | | | | | | - Delete unused GNU_CONFIGURE and CPPFLAGS PR: 177405 Submitted by: Koichiro IWAO <meta+ports AT vmeta DOT jp Feature safe: yes Notes: svn path=/head/; revision=316015
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Add missed option to OPTIONS_DEFINEDima Panov2013-03-181-1/+1
| | | | | | | Reported by: olgeni Notes: svn path=/head/; revision=314611
* - Update FreeRDP to 1.0.2 releaseDima Panov2013-03-1712-116/+783
| | | | | | | | | | - Big thanks for Andriy Gapon and Koichiro IWAO for submitting patches PR: 164843 Submitted by: Andriy Gapon, Koichiro IWAO Notes: svn path=/head/; revision=314414
* - Adopt ports from avl@ to myself by his requestDima Panov2013-02-191-1/+1
| | | | | | | Approved by: maintainer via IM Notes: svn path=/head/; revision=312560
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.8.2Alexander Logvinov2010-11-142-4/+3
| | | | Notes: svn path=/head/; revision=264503
* - Fix the build if old freerdp exists in the system [1]Alexander Logvinov2010-11-011-1/+4
| | | | | | | | | - Move from do-patch target to post-patch Reported by: Pavel Timofeev <timp87 AT gmail.com> [1] Notes: svn path=/head/; revision=263891
* - Update to 0.8.1Alexander Logvinov2010-10-284-6/+26
| | | | | | | - Update WWW Notes: svn path=/head/; revision=263661
* - Update to 0.7.4Alexander Logvinov2010-08-312-4/+4
| | | | Notes: svn path=/head/; revision=260277
* FreeRDP is a fork of the rdesktop project that intends to rapidly start movingAlexander Logvinov2010-08-044-0/+162
forward and implement features that rdesktop lacks the most. Improvements: * Support for cursors on Windows Server 2008 R2 * Support for bitmap caching, which provides a good performance boost * Support for Windows Server 2008 Terminal Services Session Broker Load Balancing * New keyboard input system based on the XKB database, providing better support for international keyboards WWW: http://freerdp.sourceforge.net/ Notes: svn path=/head/; revision=258735