git-time-metric / gtm

Simple, seamless, lightweight time tracking for Git
MIT License
973 stars 52 forks source link

feat(freebsd): FreeBSD 13.0-RELEASE compat #113

Open realnedsanders opened 2 years ago

realnedsanders commented 2 years ago

Fix Makefile to reference correct version of git2go for FreeBSD 13.0-RELEASE Fix scm/git.go imports to reference correct version of git2go for FreeBSD 13.0-RELEASE Fix scm/git.go:301 git2go TreeWalkCallback type changed return type 'int' -> 'error' Fix util/test.go imports to reference correct version of git2go for FreeBSD 13.0-RELEASE

realnedsanders commented 2 years ago

This isn't ready to merge yet (IMO). I need to understand more about your CI/build solution to get a feel for what else needs to be done. Also need to add some logic so as to not break existing things that work (pretty sure this would break Linux builds as it sits)