[MacPorts] #15160: sshfs 1.9
#15160: sshfs 1.9 ------------------------------+--------------------------------------------- Reporter: jmr@macports.org | Owner: eridius@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: Keywords: haspatch | ------------------------------+--------------------------------------------- Attached patch updates sshfs to [http://sourceforge.net/project/shownotes.php?release_id=562264&group_id=1216... version 1.9], which fixes a serious bug. The patch from macfuse 1.5 is used, but the resulting sshfs works fine with macfuse 1.3 in my testing. I removed the -DSSH_NODELAY_WORKAROUND since this version automatically enables that workaround when needed. I also added an explicit dependency on the openssh port, since it is used by sshfs if present. -- Ticket URL: <http://trac.macports.org/ticket/15160> MacPorts </> Ports system for Mac OS
#15160: sshfs 1.9 -------------------------------+-------------------------------------------- Reporter: jmr@macports.org | Owner: eridius@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: Resolution: | Keywords: haspatch -------------------------------+-------------------------------------------- Comment (by raimue@macports.org): sshfs does not link against openssh, so adding this to depends_lib is wrong. Adding `bin:ssh:openssh` to depends_run would be more appropriate. Also, port:pkgconfig should be in depends_build, as it is not needed any more after building. -- Ticket URL: <http://trac.macports.org/ticket/15160#comment:1> MacPorts </> Ports system for Mac OS
#15160: sshfs 1.9 -------------------------------+-------------------------------------------- Reporter: jmr@macports.org | Owner: eridius@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: Resolution: | Keywords: haspatch -------------------------------+-------------------------------------------- Comment (by jmr@macports.org): Replying to [comment:1 raimue@macports.org]:
sshfs does not link against openssh, so adding this to depends_lib is wrong. Adding `bin:ssh:openssh` to depends_run would be more appropriate.
It checks the openssh version in configure (which is how it decides whether to use the NODELAY workaround), so depends_lib is correct. -- Ticket URL: <http://trac.macports.org/ticket/15160#comment:2> MacPorts </> Ports system for Mac OS
participants (1)
-
MacPorts