Morgan Aldridge
Morgan Aldridge
@0x09 Ah, if that's the case, I should be able to base my port on [OpenBSD's x264 port](https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/multimedia/x264/Makefile?rev=1.58&content-type=text/plain) and just specify a date version and the commit. Releases would still...
@0x09 I had built `hfsfuse` from the git repo and hadn't really looked at the specifics of the `Makefile` yet, so hadn't noticed the version info being built from the...
@0x09 I've got the initial OpenBSD port put together, pending a little more testing before submitting. You can preview it at https://github.com/morgant/my-openbsd-ports/tree/main/sysutils/hfsfuse. The only two minor things I had to...
@0x09 Ah, yeah, now why didn't I take that approach in the first place? Much simpler to just have no configure and set `MAKE_FLAGS`. Thanks for the new release, as...
I have [submitted the OpenBSD port](https://marc.info/?l=openbsd-ports&m=161262089711154&w=2) for review, so now we just wait and see. @0x09 Regarding this issue, you're welcome to close it unless you want to keep it...
Note to self: I tested the original `netwmpager` 1.11 since it's packaged in OpenBSD ports, but there appears to be a newer 2.0x version available on [sourceforge](https://sourceforge.net/projects/sf-xpaint/files/netwmpager/).
The lack of full screen support, Issue #5, is also related to `mlvwm` not supporting EWMH/NetWM.
How does this relate to @ekoeppen's PR #144, which also sets the clock to the host's clock? Does that automatically translate over to iOS & Android builds, as well? Related:...
Oh, and we don't need to check for `kmod` on non-Linux OSes since they won't be using OFS. I'll be trying to put together PRs for this and Issue #343...
I can also confirm that setting `float: left;` on the our sizer element, when using the `columnWidth` setting, resolved incorrect column width calculations in Firefox.