[MacPorts] #56905: git-lfs @2.4.2: update to 2.5.1

MacPorts noreply at macports.org
Tue Aug 28 15:50:47 UTC 2018


#56905: git-lfs @2.4.2: update to 2.5.1
----------------------+----------------------
  Reporter:  l2dy     |      Owner:  raimue
      Type:  update   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:           |   Keywords:
      Port:  git-lfs  |
----------------------+----------------------

Comment (by l2dy):

 Replying to [comment:1 raimue]:
 > I tried the update, but I failed due to go complaining about some
 dependencies. The build system seems to have changed and I have no idea
 how it has to be set up. Any help would be appreciated.

 See https://github.com/git-lfs/git-lfs/blob/master/CONTRIBUTING.md
 #building-git-lfs. It's looking for `${workpath}/src/github.com/git-lfs
 /git-lfs` because Go requires that packages be placed under
 `$GOPATH/src/$PKG_IMPORT_PATH`.

 See this snippet from port `dep`:

 {{{
 # what kind of tool does this?
 post-extract {
     file mkdir ${worksrcpath}/src/github.com/golang
     ln -sf ${worksrcpath} ${worksrcpath}/src/github.com/golang/${name}
 }
 }}}

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


More information about the macports-tickets mailing list