Revision: 76251 http://trac.macports.org/changeset/76251 Author: eborisch@macports.org Date: 2011-02-19 09:32:55 -0800 (Sat, 19 Feb 2011) Log Message: ----------- openssh: Added mute_fake_xauth variant; no revbump. Disables 'Warning: No xauth data; using fake authentication data for X11 forwarding.' messages. These show up when using XQuartz: http://xquartz.macosforge.org/trac/ticket/377 Modified Paths: -------------- trunk/dports/net/openssh/Portfile Modified: trunk/dports/net/openssh/Portfile =================================================================== --- trunk/dports/net/openssh/Portfile 2011-02-19 16:47:31 UTC (rev 76250) +++ trunk/dports/net/openssh/Portfile 2011-02-19 17:32:55 UTC (rev 76251) @@ -79,6 +79,10 @@ } } +variant mute_fake_xauth description "Do not print (typically due to XQuartz) 'using fake authentication data' warning messages" { + patchfiles-append patch-clientloop.c.diff +} + platform darwin { # create link to /usr/include/pam because 'security' was renamed to 'pam' # in OS X.
participants (1)
-
eborisch@macports.org