Alexey Dokuchaev

Results 60 comments of Alexey Dokuchaev

Ah, you're right, I was on `master`, sorry. I'm not very good with Git and all this branches business, unfortunately. :-(

So, long time no talk. :-) AzPainter development now happens on GitLab, the latest version is 3.0.5 already. If there are still plans to provide and support CIS languages, it...

@sikmir I've always considered this repo as where translation coordination happens. I didn't even know that Azel is here on GitHub. I'm using her official tarballs she publishes on OSDN...

FYI the latest version is 2.1.7b4, however, it still lacks some translation patches which should be included before packaging it.

> 2.1.7b4 — does "signed char" already fixed by Azel? Yes, those were fixed or changed to _int_ when it was more suitable.

Attached [patch](https://github.com/enzo1982/smooth/files/6975071/glib-fix.txt) fixes the build for me, but I'm not sure whether this is the right approach.

OK, so by your explanation, I should have seen the verbose output after second `pkg search` (the one without `-U`) because before it didn't find the package, and then it...

Could it be because of this: 86cbfb4?

Actually, I don't understand why any locking is needed during the fetch phase. With my typical download speeds (~20-100kB/s) it's really a PITA to do any other work on ports...

Speaking of the `alloca.h`, it is actually checked by the autotools, and `HAVE_ALLOCA_H` macro is defined (or not) accordingly. That said, consider the following patch: ```diff --- common.h.orig +++ common.h...