Commit Graph
61 Commits
Author SHA1 Message Date
i0ntempest d76e6c690a sshfs: 3.7.6 2026-05-31 20:44:26 +10:00
Mohamed Akram 70d3953a3a sshfs: use python314 2026-04-18 11:01:55 +04:00
Dan R. K. Ports 7d8e86a454 sshfs: drop maintainership 2025-12-23 18:52:01 -08:00
i0ntempest 5d8ba94cde sshfs: properly switch to release tarball 2025-11-23 01:04:06 +11:00
Steven Thomas SmithandZhenfu Shi 8874397ae5 sshfs: Change distribution to releases to fix checksum error 2025-11-23 00:41:38 +11:00
i0ntempest 3a982c450c sshfs: 3.7.5 2025-11-12 01:57:34 +11:00
Ryan Carsten Schmidt 79c16cec37 sshfs: Blacklist clangs that hang
Closes: https://trac.macports.org/ticket/72517
2025-09-03 09:45:38 -05:00
Zhenfu ShiandGitHub 3616ee7174 sshfs: add co-maintainer 2025-05-17 07:46:57 -04:00
i0ntempest 68019733c7 sshfs: update to 3.7.3 2025-05-14 03:35:13 +10:00
Joshua Root 75258d1b58 fuse/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-18 17:13:54 +11:00
Joshua Root ecaaceb301 misc: handle multiple default patch.pre_args
See: https://github.com/macports/macports-base/pull/321
2024-05-13 05:50:06 +10:00
Jérôme MainkaandDan Ports 3017a59baa sshfs: backport upstream commit
* This commit backports libfuse/sshfs commit 667cf34

Original commit message:

    sshfs: fix another instance preventing use of global I/O size on
    macOS (#185)

    Following-up on [1], there was another instance where blksize was
    set to a non-zero value, thus making it impossible to configure
    global I/O size on macOS, and using [2] the hard-wired value of
    4096 bytes instead, resulting in uniformly poor performance [3].

    With this patch, setting I/O size to a reasonable large value,
    will result in much improved performance, e.g.:
      -o iosize=1048576

    [1] https://github.com/osxfuse/sshfs/commit/5c0dbfe3eb40100f9277e863926f2e7d7c9a5a4c
    [2] https://github.com/libfuse/sshfs/blob/4c21d696e9d46bebae0a936e2aec72326c5954ea/sshfs.c#L812
    [3] https://github.com/libfuse/sshfs/issues/11#issuecomment-339407557
2021-06-25 18:33:01 -07:00
Davide Gerhard f696c00751 sshfs: don't use fuse_darwin.h since it is not provided anymore
note: we can't update to the latest sshfs (~3) because it requires
libfuse >= 3.1.0 but osxfuse/macfuse provides only version less than 3
2021-06-03 08:33:40 +02:00
Davide Gerhardandra1nb0w 893632435f sshfs: use fuse portgroup 2021-05-31 07:58:05 +02:00
Ryan SchmidtandPerry E. Metzger 520abea188 Use port:pkgconfig for pkgconfig dependency
pkgconfig is the only port that provides the pkg-config program, we're
not planning on adding a pkgconfig-devel port anytime soon, and path:
dependencies confuse newcomers.

bin: dependencies would allow a program installed outside of MacPorts
to satisfy the dependency, which we don't want.
2018-05-17 10:51:32 -04:00
Marius Schamschula 053d632f04 sshfs: update to version 2.10
Closes: https://trac.macports.org/ticket/54612
2017-08-15 07:15:05 -05:00
Dan R. K. Ports faa30113ad add github handle to all my ports 2017-06-20 17:34:58 -07:00
Marius Schamschula 5537a1fa98 sshfs: update to version 2.9
Closes: https://trac.macports.org/ticket/54316
2017-06-19 20:11:17 -05:00
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Dan Ports 1c0e7bb77b sshfs: fix "GLib-CRITICAL **: g_slice_set_config: assertion failed" warning
(https://trac.macports.org/ticket/52347)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@153120 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-25 01:57:45 +00:00
Leo Singer cee36406f3 sshfs: update to 2.8 (now on github)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@150503 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-07-20 16:53:47 +00:00
Jeremy Huddleston Sequoia 96fdda2c7d sshfs*: -universal
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@119220 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-04-20 23:19:38 +00:00
Frank Schima 0f2f78c781 sshfs: Switch to osxfuse. (https://trac.macports.org/ticket/39456)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@119123 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-04-17 22:20:00 +00:00
Frank Schima 1180692e80 sshfs: Update to version 2.5.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@119119 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-04-17 21:24:18 +00:00
Dan Ports 1e48ef16a1 sshfs: fix build failure with automake 1.13 (https://trac.macports.org/ticket/37513)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@101155 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-01-05 15:10:27 +00:00