- 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
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
--- client/X11/xfreerdp.1.xml.in.orig 2014-09-11 22:46:32 UTC
|
|
+++ client/X11/xfreerdp.1.xml.in
|
|
@@ -16,13 +16,13 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.5//
|
|
</author>
|
|
</refentryinfo>
|
|
<refmeta>
|
|
- <refentrytitle>xfreerdp</refentrytitle>
|
|
+ <refentrytitle>xfreerdp1</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
<refmiscinfo class="source">freerdp</refmiscinfo>
|
|
- <refmiscinfo class="manual">xfreerdp</refmiscinfo>
|
|
+ <refmiscinfo class="manual">xfreerdp1</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
- <refname><application>xfreerdp</application></refname>
|
|
+ <refname><application>xfreerdp1</application></refname>
|
|
<refpurpose>FreeRDP X11 client</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
@@ -30,7 +30,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.5//
|
|
<date>@MAN_TODAY@</date>
|
|
</refsynopsisdivinfo>
|
|
<para>
|
|
- <command>xfreerdp</command> [file] [options] [/v:server[:port]]
|
|
+ <command>xfreerdp1</command> [file] [options] [/v:server[:port]]
|
|
</para>
|
|
</refsynopsisdiv>
|
|
<refsect1>
|
|
@@ -39,7 +39,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.5//
|
|
</refsect1info>
|
|
<title>DESCRIPTION</title>
|
|
<para>
|
|
- <command>xfreerdp</command> is an X11 Remote Desktop Protocol (RDP)
|
|
+ <command>xfreerdp1</command> is an X11 Remote Desktop Protocol (RDP)
|
|
client which is part of the FreeRDP project. An RDP server is built-in
|
|
to many editions of Windows. Alternative servers included xrdp and VRDP (VirtualBox).
|
|
</para>
|