[153120] trunk/dports/fuse/sshfs

dports at macports.org dports at macports.org
Sat Sep 24 18:57:46 PDT 2016


Revision: 153120
          https://trac.macports.org/changeset/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

Modified: trunk/dports/fuse/sshfs/Portfile
===================================================================
--- trunk/dports/fuse/sshfs/Portfile	2016-09-25 01:17:07 UTC (rev 153119)
+++ trunk/dports/fuse/sshfs/Portfile	2016-09-25 01:57:45 UTC (rev 153120)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        libfuse sshfs 2.8 sshfs_
+revision            1
 categories          fuse
 
 platforms           darwin
@@ -20,8 +21,13 @@
 
 license             GPL-2
 
-checksums           rmd160  85425d3198f5c0d8ae0d5a456a37b6294744f7c2 \
-                    sha256  2cafba9ff65a3e97a7a9aba4a7b83e683b598ffdac317c802bb8d166b1c4715a
+checksums           sshfs-2.8.tar.gz \
+                    rmd160  85425d3198f5c0d8ae0d5a456a37b6294744f7c2 \
+                    sha256  2cafba9ff65a3e97a7a9aba4a7b83e683b598ffdac317c802bb8d166b1c4715a \
+                    e5acfce8eda218d.patch \
+                    rmd160  fac4b490bdb653270d7f8e27b4d86fb089605e46 \
+                    sha256  53b165353c944303d0839bbe1bf16c04eaaee2deca89ccff729b1974d14aa8cb \
+                    
 
 depends_build       path:bin/pkg-config:pkgconfig
 depends_lib         port:gettext \
@@ -30,8 +36,13 @@
                     port:libiconv \
                     bin:ssh:openssh
 
+patch.pre_args      -p1
 patchfiles          patch-configure.ac.diff
 
+# fix g_slice_set_config error (#52347)
+patch_sites         https://github.com/libfuse/sshfs/commit/
+patchfiles-append   e5acfce8eda218d.patch
+
 # osxfuse is -universal
 universal_variant no
 

Modified: trunk/dports/fuse/sshfs/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/fuse/sshfs/files/patch-configure.ac.diff	2016-09-25 01:17:07 UTC (rev 153119)
+++ trunk/dports/fuse/sshfs/files/patch-configure.ac.diff	2016-09-25 01:57:45 UTC (rev 153120)
@@ -1,5 +1,5 @@
---- configure.ac.orig	2016-07-20 12:37:24.000000000 -0400
-+++ configure.ac	2016-07-20 12:38:27.000000000 -0400
+--- a/configure.ac.orig	2016-07-20 12:37:24.000000000 -0400
++++ b/configure.ac	2016-07-20 12:38:27.000000000 -0400
 @@ -1,7 +1,7 @@
  AC_INIT(sshfs, 2.8)
  AC_CANONICAL_TARGET
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/a2392ad7/attachment.html>


More information about the macports-changes mailing list