Bug 191861 - [patch] Fix for compatibility hint in net/freerdp
Summary: [patch] Fix for compatibility hint in net/freerdp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-14 13:08 UTC by Jimmy Olgeni
Modified: 2014-12-29 16:09 UTC (History)
1 user (show)

See Also:


Attachments
Fix for network hint (887 bytes, patch)
2014-07-14 13:08 UTC, Jimmy Olgeni
olgeni: maintainer-approval? (fluffy)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2014-07-14 13:08:10 UTC
Created attachment 144652 [details]
Fix for network hint

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]".
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-12-29 16:09:10 UTC
A commit references this bug:

Author: olgeni
Date: Mon Dec 29 16:08:54 UTC 2014
New revision: 375795
URL: https://svnweb.freebsd.org/changeset/ports/375795

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

Changes:
  head/net/freerdp/Makefile
  head/net/freerdp/files/patch-client_common_compatibility.c
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2014-12-29 16:09:47 UTC
Patch committed.