Gleb Popov
Gleb Popov
Having the same problem when building from source on FreeBSD (and using non-vendored libgit2). Can't figure where does 0 come from.
Putting a debugging output into ``` public static unsafe void git_submodule_update(SubmoduleHandle submodule, bool init, ref GitSubmoduleUpdateOptions options) ``` reveals that C# side passes `1` correctly. It might have something to...
Okay, here's my research. I added the following debugging output: ``` diff --git a/LibGit2Sharp/Core/Proxy.cs b/LibGit2Sharp/Core/Proxy.cs index 83d35e22..ddcff5ef 100644 --- a/LibGit2Sharp/Core/Proxy.cs +++ b/LibGit2Sharp/Core/Proxy.cs @@ -3010,6 +3010,7 @@ public static unsafe void...
Can we get this in?
It turned out that I don't really need a total progress reporting on the PackageKit side of things. We might close this issue as it feels too high-level for pkg...
The issue I described should be fixed in the code.
The common solution for this is that master ports should always have `PORTREVISION` variable, like ``` PORTREVISION?= 0 ``` This allows for slave ports to have their own revisions independent...
Do I understand it correctly that the point of the smoke test is to start the Avahi service via system's service management facility and then verify that it is started...
Why close #676 then? I'd happily continue to work in that, it was Avahi side did not provide any feedback on our attempts to improve the situation.
Ok, I'll make new separate PRs in near days.