[MacPorts] #43403: encfs depends on obsolete port fuse4x

MacPorts noreply at macports.org
Sat Apr 19 12:34:21 PDT 2014


#43403: encfs depends on obsolete port fuse4x
-------------------------+-------------------------------
  Reporter:  jrblevin@…  |      Owner:  Markus.Ueberall@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.2.1
Resolution:              |   Keywords:
      Port:  encfs       |
-------------------------+-------------------------------

Comment (by axet@…):

 Following patch failed on FUSE_MAJOR_VERSION check

 > Encfs 1.3 requires FUSE 2.5 or newer.  Please check config.log for
 errors.  If


 osxfuse fuse.h does not have MAJOR macro, only FUSE_USE_VERSION

 {{{
 # check for a supported FUSE_MAJOR_VERSION.
 AC_MSG_CHECKING([For supported FUSE API version])
 AC_RUN_IFELSE([
     AC_LANG_PROGRAM([[#include "fuse.h"]],
 [[
     if(FUSE_MAJOR_VERSION == 2 && FUSE_MINOR_VERSION >= 5)
     {
         return 0;
     } else
         return -1;
 ]])],
     [AC_MSG_RESULT([yes])],
     [AC_MSG_RESULT([no])
     AC_MSG_FAILURE([
 Encfs 1.3 requires FUSE 2.5 or newer.  Please check config.log for errors.
 If
 you cannot determine the problem, mail encfs-users at lists.sourceforge.net
 and include the config.log file])
     ]
 )

 }}}

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


More information about the macports-tickets mailing list