[153120] trunk/dports/fuse/sshfs
Ryan Schmidt
ryandesign at macports.org
Mon Sep 26 01:18:54 PDT 2016
> On Sep 24, 2016, at 8:57 PM, dports at macports.org wrote:
>
> Revision
> 153120
> Author
> dports at macports.org
> Date
> 2016-09-24 18:57:45 -0700 (Sat, 24 Sep 2016)
> Log Message
>
> sshfs: fix "GLib-CRITICAL **: g_slice_set_config: assertion failed" warning
> (#52347)
>
> Modified Paths
>
> • trunk/dports/fuse/sshfs/Portfile
> • trunk/dports/fuse/sshfs/files/patch-configure.ac.diff
> -checksums rmd160 85425d3198f5c0d8ae0d5a456a37b6294744f7c2 \
> - sha256 2cafba9ff65a3e97a7a9aba4a7b83e683b598ffdac317c802bb8d166b1c4715a
> +checksums sshfs-2.8.tar.gz \
> + rmd160 85425d3198f5c0d8ae0d5a456a37b6294744f7c2 \
> + sha256 2cafba9ff65a3e97a7a9aba4a7b83e683b598ffdac317c802bb8d166b1c4715a \
> + e5acfce8eda218d.patch \
> + rmd160 fac4b490bdb653270d7f8e27b4d86fb089605e46 \
> + sha256 53b165353c944303d0839bbe1bf16c04eaaee2deca89ccff729b1974d14aa8cb \
> +# fix g_slice_set_config error (#52347)
> +patch_sites https://github.com/libfuse/sshfs/commit/
>
> +patchfiles-append e5acfce8eda218d.patch
We usually reserve the use of externally-hosted patchfiles for those that are large and/or maintained elsewhere (for example, the PHP Suhosin patch). But this is a one-line patch to the upstream sources, which means it will be in the next release, and this patchfile should have been copied into the port's files directory instead. You can add a comment to the top of the patchfile with the URL you got it from, for example:
https://trac.macports.org/browser/trunk/dports/audio/taglib-extras/files/patch-cmake-modules-FindTaglib.cmake.diff?rev=153168
No need to change it now since it's working, but keep it in mind for future commits.
More information about the macports-dev
mailing list