-
The sb-bsd-sockets contrib checks whether `getaddrinfo` is available at build-time, and if not, will fall back to using `hstrerror` to implement `sb-bsd-sockets::get-name-service-error-message`. Howev…
-
This error is thrown whenever you look up a host that doesn't exist, e.g. `(sb-bsd-sockets:get-host-by-name "nope.nadda")`. The error printing comes from `sb-bsd-sockets::get-name-service-error-messag…
-
```
There are (at lest) two files in the repository that are not licensed under the
New BSD License like the web page and the LICENCE file states.
The files and licences are:
- src/client/mac/handle…
-
```
There are (at lest) two files in the repository that are not licensed under the
New BSD License like the web page and the LICENCE file states.
The files and licences are:
- src/client/mac/handle…
-
```
There are (at lest) two files in the repository that are not licensed under the
New BSD License like the web page and the LICENCE file states.
The files and licences are:
- src/client/mac/handle…
-
```
There are (at lest) two files in the repository that are not licensed under the
New BSD License like the web page and the LICENCE file states.
The files and licences are:
- src/client/mac/handle…
-
While trying to run pytest on the [TA-Lib](https://pypi.org/project/TA-Lib/) project (and many other projects) it fails to find this library:
```
cd /usr/ports/finance/py-ta-lib/work-py39/TA-Lib-0…
-
Would be nice to support at least BSD, maybe windows.
craff updated
3 months ago
-
On arm64 the error is:
```
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bsd_kvm CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/sysutils/procs/work/procs-0.14.3/cargo-crates/bsd-kvm-0.1.2 CARGO_PKG_…
-
The setup.py lists the licens as GPL, but also has a classifier for BSD. The readme.rst references BSD-ish and the docs directory has a BSD like license.txt and a GPL file. Is the intent to publish …