Re: [new] shells/nushell - about c++abi in Rust port

2022-10-29 Thread Sebastien Marie
On Sat, Oct 29, 2022 at 11:35:26PM +0200, Theo Buehler wrote: > > with ${COMPILER_LIBCXX}, make port-lib-depends-check complains about an > > extra "c++", another rust port I looked at have c++abi, adding it make > > port-lib-depends-check happy (in addition to other libs used) > > I guess that's

[update] www/vaultwarden-web to 2022.10.2

2022-10-29 Thread aisha
Hi, I've attached an update for vaultwarden-web, no functionality changes only couple of bug fixes. https://github.com/bitwarden/clients/releases/tag/web-v2022.10.2 ok? Aisha diff --git a/www/vaultwarden-web/Makefile b/www/vaultwarden-web/Makefile index c88b2eeace7..fa525946a41 100644 --- a/w

postfix-pgsql postmap failures after upgrade

2022-10-29 Thread Tim Howe
My working mail config started failing after an upgrade to OpenBSD 7.2 and a pkg update. # uname -a OpenBSD bleh 7.2 GENERIC.MP#0 amd64 # pkg_info postfix Information for inst:postfix-3.7.2p1-pgsql postmap fails to do pgsql lookups. it crashes when attempting. # postmap -q 'myemailaddress' pgs

Re: UPDATE: OpenAL

2022-10-29 Thread Brad Smith
On 10/29/2022 6:02 PM, Brad Smith wrote: - Enable the SSE support on X86; there is run-time detection - Disable NEON on arm - The ALSOFT_CONFIG option has been deprecated - The QSA backend was removed with the 1.21.0 release - Sort the list of options To add to this there is arm64 NEON support.

[update] net/jitsi/* updates

2022-10-29 Thread aisha
On 22/10/14 11:16AM, aisha wrote: > On 22/10/06 09:37PM, aisha wrote: > > Hi, > > I've attached new ports for jitsi and a meta package (PKGNAME is jitsi > > for simplicity). > > > > Things I'd appreciate feedback on - > > * should I name the meta package something different? my aim was to just

UPDATE: OpenAL

2022-10-29 Thread Brad Smith
- Enable the SSE support on X86; there is run-time detection - Disable NEON on arm - The ALSOFT_CONFIG option has been deprecated - The QSA backend was removed with the 1.21.0 release - Sort the list of options Index: Makefile === RC

Re: [new] shells/nushell

2022-10-29 Thread Theo Buehler
> with ${COMPILER_LIBCXX}, make port-lib-depends-check complains about an > extra "c++", another rust port I looked at have c++abi, adding it make > port-lib-depends-check happy (in addition to other libs used) I guess that's fine then. > > in addition to what you have. > > > > Under ${WRKBUILD}

Re: [new] shells/nushell

2022-10-29 Thread Solène Rapenne
Le Sat, 29 Oct 2022 21:02:54 +0200, Theo Buehler a écrit : > On Sat, Oct 29, 2022 at 07:07:52PM +0200, Solène Rapenne wrote: > > hi, > > > > this is a port for the shell nushell (non POSIX) > > > > - https://www.nushell.sh/ > > > > It's my first Rust port, I took example from other, especially

obsdfreqd fails to get temperature and exits on Toshiba NB250 + fix suggestions

2022-10-29 Thread Vlad Meşco
Hi, I was trying to get obsdfreqd to work (on 7.2), but it doesn't: obsdfreqd> doas obsdfreqd -v -T 70 mode;Temperature;maximum_frequency;current_frequency;cpu usage;inertia;new frequency obsdfreqd: sysctl to get temperature: No such file or directory 1; I had apmd running with -

Re: [new] shells/nushell

2022-10-29 Thread Theo Buehler
On Sat, Oct 29, 2022 at 07:07:52PM +0200, Solène Rapenne wrote: > hi, > > this is a port for the shell nushell (non POSIX) > > - https://www.nushell.sh/ > > It's my first Rust port, I took example from other, especially for the > line MODCARGO_CRATES_UPDATE > > tested on amd64, works fine I've

Re: [new] shells/nushell

2022-10-29 Thread Sebastien Marie
On Sat, Oct 29, 2022 at 07:07:52PM +0200, Solène Rapenne wrote: > hi, > > this is a port for the shell nushell (non POSIX) > > - https://www.nushell.sh/ > > MODULES = devel/cargo > MODCARGO_BUILD_ARGS = --workspace > MODCARGO_CRATES_KEEP += libsqlite3-sys > LIB_DEPENDS =

[new] shells/nushell

2022-10-29 Thread Solène Rapenne
hi, this is a port for the shell nushell (non POSIX) - https://www.nushell.sh/ It's my first Rust port, I took example from other, especially for the line MODCARGO_CRATES_UPDATE tested on amd64, works fine nushell.tgz Description: application/compressed-tar

[wip] devel/swig 4.1.0

2022-10-29 Thread Landry Breuil
hi, here's a wip update to swig 4.1.0, cf https://swig.org/Release/RELEASENOTES for relnotes, mostly adding support for javascript via nodejs, switch to pcre2, and integrate the support for php8 i already backported for mapserver. almost all tests but some in guile pass, i've added nodejs & go to

Re: Possible fixes in readme files of cups+sane-backend

2022-10-29 Thread Antoine Jacoutot
Hi. Yes most probably. I will have a look. Thanks. — Antoine > On 29 Oct 2022, at 13:37, Robert Bagdan wrote: > > I’ve an HP DeskJet 2630 multi-function printer, use that with usb > cable. I installed sane-backend and cups to use the printer, for > settings I read README files of these pack

Possible fixes in readme files of cups+sane-backend

2022-10-29 Thread Robert Bagdan
I’ve an HP DeskJet 2630 multi-function printer, use that with usb cable. I installed sane-backend and cups to use the printer, for settings I read README files of these packages: chown _cups:_saned /dev/ugen0.* /dev/usb0 chmod 660 /dev/ugen0.* and added my user to the _saned group. However the sc

new: devel/fpm - fortran package manager

2022-10-29 Thread Sebastien Marie
Hi, The attached tarball is a port for https://fpm.fortran-lang.org/ (code source at https://github.com/fortran-lang/fpm/). >From pkg/DESCR: Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fort

Re: [new] math/ministat: small statistic utility

2022-10-29 Thread Mikhail
On Sat, Oct 29, 2022 at 09:43:28AM +0100, Stuart Henderson wrote: > On 2022/10/29 11:02, Mikhail wrote: > > On Sat, Oct 29, 2022 at 09:37:08AM +0200, Omar Polo wrote: > > > > > > Port-wise, the only thing that needs to be adjusted is CFLAGS, as > > > it uses the hardcoded ones '-O2 -pipe -Werror'

[2nd opinion pls] Re: Shall I make an OpenBSD port of F3? (f3write, f3read)

2022-10-29 Thread Alexander A. Klimov
Am 22.10.22 um 13:54 schrieb Alexander A. Klimov: Am 18.10.22 um 11:57 schrieb Stuart Henderson: On 2022/10/16 14:51, Alexander A. Klimov wrote: Hello OpenBSD devs! Hello Michel! I'd like OpenBSD to have a package of Michel's software "F3". https://github.com/AltraMayor/f3 Today I check

Re: [new] math/ministat: small statistic utility

2022-10-29 Thread Stuart Henderson
On 2022/10/29 11:02, Mikhail wrote: > On Sat, Oct 29, 2022 at 09:37:08AM +0200, Omar Polo wrote: > > > > Port-wise, the only thing that needs to be adjusted is CFLAGS, as > > it uses the hardcoded ones '-O2 -pipe -Werror' and not the ones > > provided by the port infrastructure; it's very easy to

Re: Fix cmake.port.mk python version detection

2022-10-29 Thread Theo Buehler
On Sat, Oct 29, 2022 at 06:22:45AM +0200, Rafael Sadowski wrote: > I backported the upper-case variables but I guess we will still see > issues where 3.9 and 3.10 is installed. > For example: > > -- Found PythonLibs: /usr/local/lib/libpython3.10.so.0.0 (found suitable > version "3.9.15", minimum

Re: [new] math/ministat: small statistic utility

2022-10-29 Thread Mikhail
On Sat, Oct 29, 2022 at 09:37:08AM +0200, Omar Polo wrote: > > Port-wise, the only thing that needs to be adjusted is CFLAGS, as > it uses the hardcoded ones '-O2 -pipe -Werror' and not the ones > provided by the port infrastructure; it's very easy to fix: Fixed, new archive attached, also the di

Re: [new] math/ministat: small statistic utility

2022-10-29 Thread Omar Polo
Hi, On 2022/10/28 22:52:19 +0300, Mikhail wrote: > Simple utility from FreeBSD base[1], it is used for getting statistics, > for example, from benchmarks data. > > Capsicum has been replaced with pledge(). It looks fine, I haven't diffed it against the original FreeBSD' ministat and haven't rec