John Hein
John Hein
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseFloatError { kind: Invalid }', src/libcore/result.rs:1188:5
If the pre-install or post-install script for a package fails, `pkg register` ignores the failure. `pkg add` dies as I would expect. Looking in like libpkg/pkg_ports:pkg_add_port(), indeed the functions that...
noticed on ver: 0.15.0 If you use meson and enable sm-scripting, it sets extracflags to -xc++. That seems to be effective globally, not just for the ecmascript code. Because of...
I would like to add some changes, but I'd like to understand if this is the "right place" for libmpsse now. Was this repo first? Should it be the default...
I committed a couple changes to fix some build warnings and potential build errors for parallel builds. See also issue 16 of devttys0/libmpsse repo. Also I tagged the changeset that...
For some operating systems, such as FreeBSD, struct crypt_data is defined in the unistd.h system header. In the error output below, libxcrypt's crypt.h is in /usr/local/include... In file included from...
This patch adds --with-lua-ver to configure to specify a particular version of lua (if you have more than one installed). It also adds lua 5.3 to the default search list....
I had not run `portmaster -a` in nearly a month on FreeBSD 12/amd64. A bunch of ports were queued up including textproc/libxml2, misc/gnome-user-docs and textproc/py-libxml2, in that order. Those three...
Recently a bunch of x11 *proto ports were consolidated with x11/xorgproto. See /usr/ports/MOVED. Running portmaster -o x11/xorgproto bigreqsproto xproto xextproto xfixesproto (... and so on, enumerating all the installed ports...
On FreeBSD 12.4 (at least): libzfs.c:97129:53: error: use of undeclared identifier 'ZFS_PROP_USEROBJUSED'; did you mean 'ZFS_PROP_USERUSED'? libzfs.c:97141:53: error: use of undeclared identifier 'ZFS_PROP_USEROBJQUOTA'; did you mean 'ZFS_PROP_USERQUOTA'? libzfs.c:97153:53: error: use...