Opened 8 years ago
Closed 8 years ago
#56905 closed update (fixed)
git-lfs @2.4.2: update to 2.5.2
| Reported by: | l2dy (Zero King) | Owned by: | raimue (Rainer Müller) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | kballard (Lily Ballard) | |
| Port: | git-lfs |
Description
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 8 years ago by raimue (Rainer Müller)
Changed 8 years ago by raimue (Rainer Müller)
| Attachment: | git-lfs-2.5.1.diff added |
|---|
comment:2 Changed 8 years ago by l2dy (Zero King)
Replying to 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}
}
comment:3 Changed 8 years ago by mf2k (Frank Schima)
| Cc: | kballard added |
|---|---|
| Summary: | git-lfs @2.4.2: update to 2.5.1 → git-lfs @2.4.2: update to 2.5.2 |
Has duplicate #57138.
comment:4 Changed 8 years ago by l2dy (Zero King)
comment:5 Changed 8 years ago by l2dy (Zero King)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

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.