[MacPorts] #39456: Fuse4X superseded by OSXFUSE

MacPorts noreply at macports.org
Mon Dec 23 11:09:29 PST 2013


#39456: Fuse4X superseded by OSXFUSE
----------------------------------------------------+----------------------
  Reporter:  brian.reiter@…                         |      Owner:  dports@…
      Type:  request                                |     Status:  new
  Priority:  Normal                                 |  Milestone:
 Component:  ports                                  |    Version:  2.1.3
Resolution:                                         |   Keywords:
      Port:  fuse4x, fuse4x-framework, fuse4x-kext  |
----------------------------------------------------+----------------------

Comment (by pixilla@…):

 Replying to [comment:20 raimue@…]:
 > In my testing it works fine now, for example I am able to use the sshfs
 port with this. Can someone else confirm that this works?

 To build on 32 bit kernel I added the following (taken from the virtualbox
 port) to the osxfuse, ntfs-3g and sshfs ports:
 {{{
 # We want to match the supported arch
 set kernel_arch [exec uname -m]
 switch ${kernel_arch} {
     i386 -
     x86_64 {
         supported_archs ${kernel_arch}
     }
     default {
         supported_archs i386 x86_64
     }
 }
 }}}
 My only tests were mounting with sshfs.

-- 
Ticket URL: <https://trac.macports.org/ticket/39456#comment:23>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list