summaryrefslogtreecommitdiff
path: root/net/freerdp1/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2020-06-0634-2089/+0
| | | | | | | | 2020-06-06 net/freerdp1: Superseded by the freerdp port/package 2020-05-05 irc/psybnc: Broken for more than 6 months Notes: svn path=/head/; revision=538083
* net/freerdp1: Fix build with OpenSSL 1.1Kyle Evans2018-11-1816-0/+1601
| | | | | | | | | | | | | | | | | Patch taken partially from upstream with some minor refactoring because the patch from upstream was fairly far off from where this version of FreeRDP is at. Built with: Poudriere (11.2 and 13.0-CURRENT) Tested with: OpenSSL 1.0.2 (11.2, base) Tested with: OpenSSL 1.1.1 (11.2, security/openssl111) PR: 233014 Approved by: ultima (ports), myself (maintainer) MFH: 2018Q4 (OpenSSL build fix) Notes: svn path=/head/; revision=485226
* net/freerdp: drop bogus ffmpeg fixJan Beich2018-04-301-45/+27
| | | | | | | | | | av_frame_free() replaced avcodec_free_frame() according to ffmpeg-3.0/doc/APIchanges. Obtained from: upstream Notes: svn path=/head/; revision=468743
* Assume "pkg-config --static zlib" works after 9.x EOLJan Beich2017-01-032-2/+3
| | | | | | | | Many hacks simply removed dependency on zlib which broke static linking if it was actually supported. Notes: svn path=/head/; revision=430509
* net/freerdp1: Implement port improvements made to net/freerdp in r428330Ben Woods2016-12-118-49/+30
| | | | | | | | | | | | | | | | | | | | - Remove DIRECTFB option, as it no longer compiles, and gets little upstream maintenance - Use NEON on aarch64, and optionally on armv6 - Mark as broken on armv6 on FreeBSD 11.0-RELEASE and early versions of 12.0-CURRENT - Re-generate patches (pet portlint) PR: 212004 PR: 213637 Submitted by: Kyle Evans (maintainer) Reviewed by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: koobs Reviewed by: jbeich Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=428332
* net/freerdp: Update to 2.0.0 pre-release (GitHub as of 2016.11.24)Ben Woods2016-12-1118-0/+524
- This update brings in the latest 2 years of FreeRDP project work, which has had a long time between tagging releases. - Remove DIRECTFB option, as it no longer compiles, and gets little upstream maintenance - Use NEON on aarch64, and optionally on armv6 - Mark as broken on armv6 on FreeBSD 11.0-RELEASE and early versions of 12.0-CURRENT - Fix issue with X11_USE=xorg= being truncated due to whitespace as it wrapped over multiple lines - Move installed *.cmake files to correct location for modules net/freerdp1: - create new port based on previous net/freerdp 1.2.0, as it is required by net/guacamole-server net/vinagre: - patch to work with the new version of net/freerdp 2.0.0 net/guacamole-server: - patch to work with net/freerdp1 PR: 212004 PR: 214956 Submitted by: Kyle Evans (maintainer) Reported by: John Hein <z7dr6ut7gs@snkmail.com> Reviewed by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Reviewed by: Antenore Gatta <antenore@simbiosi.org> Reviewed by: amdmi3 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D8712 Notes: svn path=/head/; revision=428330