[MacPorts] #55187: osxfuse permission issues

MacPorts noreply at macports.org
Sun May 6 04:25:39 UTC 2018


#55187: osxfuse permission issues
----------------------+----------------------
  Reporter:  iEFdev   |      Owner:  drkp
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.4.2
Resolution:           |   Keywords:
      Port:  osxfuse  |
----------------------+----------------------

Comment (by kencu):

 It's easy to trick MacPorts into thinking you have a port installed for
 your own use, mouse. Just make an osxfuse Portfile something like this in
 your local repo:
 {{{
 PortSystem          1.0

 name                osxfuse
 version             3.7.1
 categories          fuse devel
 platforms           macosx
 license             BSD APSL
 maintainers         {dports @drkp} openmaintainer

 description         THIS IS NOT THE OSXFUSE PORT!!!!
 long_description    ${description}

 homepage            https://osxfuse.github.io/

 fetch {}
 extract {}
 configure {}
 build {}
 destroot{]
 }}}

 MacPorts will be happy and show osxfuse as installed. The other ports that
 depend on it will think it's installed. You're on your own after that,
 though! No tickets if things don't work!!!

-- 
Ticket URL: <https://trac.macports.org/ticket/55187#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list