aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build with GStreamer 1.6.0.Koop Mast2015-09-271-0/+16
| | | | | | | | | | | The GStreamer core how has multiple include dirs, and freerdp rolls it own detection code and figuring our which include dirs to use. Instead use pkg-config to get the correct include dirs. Submitted by: antoine@ Notes: svn path=/head/; revision=398029
* Revert r390700 and r390719, some pkgconfig fixes were reverted and theAntoine Brodin2015-06-2810-63/+272
| | | | | | | | | | update breaks net/vinagre (and gnome3) Pointy hat: pi@ With hat: portmgr Notes: svn path=/head/; revision=390743
* net/freerdp: fix pkg-plist conditionalsKurt Jaeger2015-06-272-15/+19
| | | | | | | | PR: 198618 Pointy hat to: pi Notes: svn path=/head/; revision=390719
* net/freerdp: update to a newer GIT version which builds without patchesKurt Jaeger2015-06-2710-276/+63
| | | | | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/pull/2719 OSS: audin fixes, tsmf added cmdline: syntax samples added improve BSD support: devd detection and support, urbdrc usb: fixes PR: 198618 Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com> Notes: svn path=/head/; revision=390700
* net/freerdp: Restore build on DragonFlyJohn Marino2015-06-061-0/+13
| | | | | | | | | The definition of "BSD" is not broad enought to include DragonFly. Also, since we are using "alias", DragonFly needs to continue to masquerade as FreeBSD. Notes: svn path=/head/; revision=388666
* Similar to r387391, zlib is also in base and there is no zlib.pc, soDon Lewis2015-05-283-4/+3
| | | | | | | | | | remove zlib from freerdp.pc and winpr.pc. Without this, net/vinagre still fails to configure. Approved by: mat (mentor, implicit) Notes: svn path=/head/; revision=387699
* Exclude libssl from .pc. We don't provide libssl.pc for openssl inHajimu UMEMOTO2015-05-253-0/+27
| | | | | | | base. Without this, net/vinagre fails to configure. Notes: svn path=/head/; revision=387391
* net/freerdp: 1.1.0 -> 1.2.0Kurt Jaeger2015-05-238-215/+221
| | | | | | | | | | | | | - The version is known as 1.2.0-beta1+android9 - USES=execinfo is required on FreeBSD 9 and 8 - Fixes build issues PR: 198618 Requested by: rozhuk.im@gmail.com Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=387177
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-6/+4
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* - Add CPE infoDmitry Marakasov2015-04-151-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384046
* Fix a typo in the previous patch.Jung-uk Kim2015-03-261-1/+1
| | | | Notes: svn path=/head/; revision=382284
* Fix build with recent opensslv.h.Jung-uk Kim2015-03-251-0/+11
| | | | Notes: svn path=/head/; revision=382276
* Give a change to new maintainersBaptiste Daroussin2015-03-071-1/+1
| | | | | | | Discussed with: fluffy Notes: svn path=/head/; revision=380659
* Make the port build with CMake < 3.1.0 after r375840.Raphael Kubo da Costa2014-12-311-2/+2
| | | | | | | | Of course the part of the patch I wrote myself had to be wrong. Adjust the regexp to make it look like the others and work with all CMake versions. Notes: svn path=/head/; revision=375876
* - Add upstream patch (slightly adjusted to this version) to make the portRaphael Kubo da Costa2014-12-302-3/+72
| | | | | | | | | | | build with the upcoming CMake 3.1.0. - Add missing dependency on libXi, and set PORTREVISION only once while here. Approved by: fluffy (maintainer, implicit) Notes: svn path=/head/; revision=375840
* When using the old command line syntax with net/freerdp, it willJimmy Olgeni2014-12-292-0/+15
| | | | | | | | | | | | suggest to upgrade a few parameters; the suggestion for "/network [value]" should actually be "/network:[value]". PR: 191861 Submitted by: olgeni Approved by: maintainer timeout Notes: svn path=/head/; revision=375795
* 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