Opened 7 years ago
Closed 7 years ago
#55173 closed defect (fixed)
fswatch @1.11.0: configure: error: git is required. Install it and reconfigure the project.
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | emcrisostomo (Enrico Maria Crisostomo) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | kencu (Ken) | |
Port: | fswatch |
Description
Building fswatch fails on the Snow Leopard buildbot worker, at least, with:
checking for git... gitnotfound configure: error: git is required. Install it and reconfigure the project.
Change History (4)
comment:1 Changed 7 years ago by kencu (Ken)
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | kencu added |
---|
Well, if it needs git, a git dependency should be added, on all systems. If we want to ensure it's MacPorts git, use port:git
. If it's ok for it to be an OS-provided git, use bin:git:git
. This is unrelated to the build failures addressed by your PR so I wouldn't necessarily include it there.
comment:4 Changed 7 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
indeed. in addition to the cxx11 1.1 portgroup, it'll need a build dep on git for 10.6 or less. I just tested this and it works correctly. I'll add something to the PR I made for this.