Files
haikuports/haiku-apps/trackgit
OscarL 972f85fd1e trackgit: require libgit2 >= 1.5.0 (#7983)
When trying to `pkgman install trackgit`, I was getting the error:

problem 1: nothing provides lib:libgit2>=1.4.3 needed by trackgit-1.0.0~git-3

Additionally, attempting to rebuild locally, build was failing with an error
about the `git_status_options` struct not having a "baseline" field (it was
pulling in the `libgit2_25-0.25.1-3` packages).
2023-03-19 07:04:12 +01:00
..