svn commit: r375795 - in head/net/freerdp: . files

Jimmy Olgeni olgeni at FreeBSD.org
Mon Dec 29 16:08:54 UTC 2014


Author: olgeni
Date: Mon Dec 29 16:08:52 2014
New Revision: 375795
URL: https://svnweb.freebsd.org/changeset/ports/375795
QAT: https://qat.redports.org/buildarchive/r375795/

Log:
  When using the old command line syntax with net/freerdp, it will
  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

Added:
  head/net/freerdp/files/patch-client_common_compatibility.c   (contents, props changed)
Modified:
  head/net/freerdp/Makefile

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Mon Dec 29 15:55:32 2014	(r375794)
+++ head/net/freerdp/Makefile	Mon Dec 29 16:08:52 2014	(r375795)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freerdp
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-beta+2013071101
 PORTREVISION=	1
 CATEGORIES=	net comms ipv6

Added: head/net/freerdp/files/patch-client_common_compatibility.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/freerdp/files/patch-client_common_compatibility.c	Mon Dec 29 16:08:52 2014	(r375795)
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- client/common/compatibility.c.orig
++++ client/common/compatibility.c
+@@ -515,7 +515,7 @@
+ 				settings->PerformanceFlags = type;
+ 			}
+ 
+-			fprintf(stderr, "-x %s -> /network ", arg->Value);
++			fprintf(stderr, "-x %s -> /network:", arg->Value);
+ 
+ 			if (type == CONNECTION_TYPE_MODEM)
+ 				fprintf(stderr, "modem");


More information about the svn-ports-head mailing list