Re: [Update] math/octave 9.2.0

2024-11-24 Thread Volker Schlecht
On 2024-11-24 19:49, Christian Weisgerber wrote: +- canonical_host_type=$host ++ canonical_host_type=$host_cpu-$host_vendor-$host_os Why this part? configure --host=... should already set this. I removed this part of the patch, ran configure, and canonical_host_type was set to "x86_64-unkn

Re: [Update] math/octave 9.2.0

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 22:53:57 +0100, Volker Schlecht wrote: > > Index: configure > --- configure.orig > +++ configure > -@@ -80591,7 +80591,7 @@ printf "%s\n" "$as_me: WARNING: $warn_rapidjson" > >&2;} > +@@ -82150,21 +82150,21 @@ fi > + case "$found_dir" in > + */$ac

Re: [Update] math/octave 9.2.0

2024-11-24 Thread Volker Schlecht
On 2024-11-24 23:02, Kirill A. Korinsky wrote: Maybe something like this? Probably it makes support much easy. pre-configure: @sed -i 's,readline,ereadline,g' ${WRKSRC}/configure I leave that one to MAINTAINER. Personally, I'm not a fan of this approach, though.

Re: BitWarden not working in Chromium

2024-11-24 Thread Kevin Williams
On 11/24/24 5:28 AM, Kirill A. Korinsky wrote: On Sun, 24 Nov 2024 13:57:53 +0100, Antoine Jacoutot wrote: On Sun, Nov 24, 2024 at 12:07:31PM +0100, Kirill A. Korinsky wrote: On Sun, 24 Nov 2024 11:36:13 +0100, Antoine Jacoutot wrote: To enable Webassembly in chromium you need to: export ENA

Re: BitWarden not working in Chromium

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 23:35:10 +0100, Kevin Williams wrote: > > Does this mean chromium does not pickup the .profile environment when > launched outside the shell? > You may add it into your ~/.xsession or make a simple script ~/bin/chromium and put ~/bin/ into PATH in ~/.xsession -- wbr, Kirill

cad/freecad

2024-11-24 Thread Heppler, J. Scott
Once I get a -current amd64 system setup, I'd like to start working on porting FreeCAD. I'm getting library conflicts trying to install KDE 6 components. I'm anticipating these will resolve in a couple of days. Upstream just released a new stable version roughly 11 months after their prior relea

[new] py-lazy-loader

2024-11-24 Thread Daniel Dickman
I'd like to fix math/py-scikit-image. To unbreak that port we need to import a new port py-lazy-loader which is attached. ok to import? py-lazy-loader.tgz Description: Binary data

Re: NEW: net/electrs

2024-11-24 Thread Timothy M. Redaelli
On Fri, 15 Nov 2024 13:27:11 +0100 "Timothy M. Redaelli" wrote: > Hi, > > Electrs is an Electrum Server in Rust. > > The motivation behind this project is to enable a user to self host an > Electrum server, with required hardware resources not much beyond those > of a Bitcoin full node (net/bit

Re: cad/freecad

2024-11-24 Thread Stuart Henderson
On 2024/11/24 09:11, Heppler, J. Scott wrote: > I think the main dependencies (opencascade, boost, Python311, qt6, GSL, > gtest) are in place. Py_Collada is missing on my ports search but is > optional. It still is a complex port. > > The FreeBSD makefile needed a bunch of cMake work arounds. >

audio/p5-gnupod fails

2024-11-24 Thread Isaac Meerleo
I'm running 7.6 release on amd64. gnupod_INIT.pl fails to run: $ gnupod_INIT.pl -m mnt/ipod Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /usr/local/libdata/perl5/site_perl/amd64-openbsd/GNUpod/XMLhelper.pm line 362. Compilation failed in require at /usr/local/bin/gn

Re: UPDATE: moc

2024-11-24 Thread Brad Smith
On Sun, Nov 24, 2024 at 12:43:16PM +, Stuart Henderson wrote: > $ pkg_check-version moc-2.6.a3 moc-2.6.0 moc-2.6.1 moc-2.5.2 > moc-*- sorted: moc-2.5.2 moc-2.6.0 moc-2.6.1 moc-2.6.a3 > > moc-2.6alpha3 would work better Updated the PKGNAME. Index: Makefile ===

Re: Enable gsettings in audio/pulseaudio

2024-11-24 Thread Antoine Jacoutot
On Sun, Nov 24, 2024 at 07:20:08PM +0100, Rafael Sadowski wrote: > I would like to enable gstreamer in pulseaudio. This module is necessary > to make pulseaudio-qt more useful and make it adjustable in KDE Plasma. I think you are confusing things. This is not how you get gstreamer support in pulse

Re: [new] net/webtunnel and net/meek

2024-11-24 Thread Caspar Schutijser
Hi, I'm planning to look into this more deeply at some point but I'm quite busy at the moment so I don't know when I can look at your submissions more thoroughly. But here is a couple of points. I only had a quick look at the meek port for now. - Is there a reason you're picking MODGO_VERSION =

Re: Enable gsettings in audio/pulseaudio

2024-11-24 Thread Rafael Sadowski
On Sun Nov 24, 2024 at 07:23:23PM +0100, Antoine Jacoutot wrote: > On Sun, Nov 24, 2024 at 07:20:08PM +0100, Rafael Sadowski wrote: > > I would like to enable gstreamer in pulseaudio. This module is necessary Ops, auto completion s/gstreamer/gsettings/ I need gsettings. https://github.com/KDE/pla

Enable gsettings in audio/pulseaudio

2024-11-24 Thread Rafael Sadowski
I would like to enable gstreamer in pulseaudio. This module is necessary to make pulseaudio-qt more useful and make it adjustable in KDE Plasma. Index: Makefile === RCS file: /cvs/ports/audio/pulseaudio/Makefile,v diff -u -p -r1.131 M

Re: Enable gsettings in audio/pulseaudio

2024-11-24 Thread Antoine Jacoutot
On Sun, Nov 24, 2024 at 07:31:07PM +0100, Rafael Sadowski wrote: > On Sun Nov 24, 2024 at 07:23:23PM +0100, Antoine Jacoutot wrote: > > On Sun, Nov 24, 2024 at 07:20:08PM +0100, Rafael Sadowski wrote: > > > I would like to enable gstreamer in pulseaudio. This module is necessary > > Ops, auto comp

Re: [Maintainer Update] www/sblg to 0.6.0

2024-11-24 Thread Bryan Vyhmeister
On Sun, Nov 10, 2024 at 01:03:23PM -0800, Bryan Vyhmeister wrote: > This is a maintainer update of www/sblg from 0.5.11 to 0.6.0. The > intermediate 0.5.12 was missing some files for tests to pass so didn't > get committed to ports. This new version fixes that and changes the > following: > > "Imp

Re: [NEW] comms/direwolf

2024-11-24 Thread Bryan Vyhmeister
On Sun, Nov 10, 2024 at 01:24:09PM -0800, Bryan Vyhmeister wrote: > All feedback has been incorporated into the attached tarball. How does > this look for the direwolf port? Reposting this port of direwolf. Any other feedback? Bryan direwolf.tar.gz Description: application/tar-gz

Re: [Update] math/octave 9.2.0

2024-11-24 Thread Christian Weisgerber
Volker Schlecht: > --- patches/patch-configure 24 Aug 2022 19:53:39 - 1.18 > +++ patches/patch-configure 20 Nov 2024 20:39:33 - > @@ -1,9 +1,66 @@ > -Use GNU readline as our base readline lacks rl_prefer_env_winsize. > +* Use GNU readline as our base readline lacks rl_prefer_env_w

security/mitmproxy: update to 11.0.1

2024-11-24 Thread Kirill A . Korinsky
ports@, I'd like to update security/mitmproxy to 11.0.1 which requires update security/py-mitmproxy_rs to 0.10.7. Changelog for mitmproxy: - Tighten HTTP detection heuristic to better support custom TCP-based protocols. - Implement stricter validation of HTTP headers to harden against request

Re: UPDATE: print/texlive 2024

2024-11-24 Thread Stuart Henderson
On 2024/11/23 15:21, Edd Barrett wrote: > Hey Stuart, Jeremie, > > Thanks for the input/comments on this. Sorry I haven't had time to chime in > until now. > > The extra bin/ entries are easily fixed. No problem there. > > On Fri, Nov 22, 2024 at 07:16:14PM +0100, Jeremie Courreges-Anglas wrote:

Re: www/hugo: update to 0.139.2

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 12:15:06 +0100, Klemens Nanni wrote: > > 24.11.2024 14:13, Kirill A. Korinsky пишет: > > I'd like to udpate www/hugo to 0.139.2 > > Perhaps take maintainer as well, if you keep routinely updating it? > I thought that's what a mainatainer usually does ;) > I'm a mainatainer o

Re: BitWarden not working in Chromium

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 11:36:13 +0100, Antoine Jacoutot wrote: > > To enable Webassembly in chromium you need to: > export ENABLE_WASM=1 > > Maybe it should be documented somewhere... > I think that somethig like this in README Web Assemble support: - some web applications and "n

www/hugo: update to 0.139.2

2024-11-24 Thread Kirill A . Korinsky
ports@, I'd like to udpate www/hugo to 0.139.2 Changelog: v0.139.1: - Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1" - minifiers: Add failing test for upstream bug - dartsass: Fix nilpointer on Close when Dart Sass isn't installed v0.139.2: - modules: Skip empt

Re: www/hugo: update to 0.139.2

2024-11-24 Thread Klemens Nanni
24.11.2024 14:13, Kirill A. Korinsky пишет: > I'd like to udpate www/hugo to 0.139.2 Perhaps take maintainer as well, if you keep routinely updating it? I thought that's what a mainatainer usually does ;) OK kn

Re: UPDATE: x264 20241027

2024-11-24 Thread Stuart Henderson
On 2024/11/24 00:47, Brad Smith wrote: > Here is an update to x264 20241027. Tested on amd64 IBT. I will test on aarch64 M2 BTI but pkg_add -u over axen is taking forever today. > > Index: Makefile > === > RCS file: /cvs/ports/multi

Re: UPDATE: HandBrake

2024-11-24 Thread Stuart Henderson
On 2024/11/24 03:59, Brad Smith wrote: > - graphics/ffmpeg \ > + graphics/ffmpeg>=6.1.2 \ That was already committed but the line above doesn't do what you want, I've committed a fix. ===> handbrake-1.6.1p0 depends on: ffmpeg->=6.1.2 -> ffmpeg-4.4.5v1 If a port uses EPOCH

Re: BitWarden not working in Chromium

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 13:57:53 +0100, Antoine Jacoutot wrote: > > On Sun, Nov 24, 2024 at 12:07:31PM +0100, Kirill A. Korinsky wrote: > > On Sun, 24 Nov 2024 11:36:13 +0100, > > Antoine Jacoutot wrote: > > > > > > To enable Webassembly in chromium you need to: > > > export ENABLE_WASM=1 > > > >

UPDATE: libheif 1.19.5

2024-11-24 Thread Brad Smith
Here is an update to libheif 1.19.5. v1.19.0 - tile access for high-resolution images The major new feature in this release is the decoding of separate image tiles and also encoding an image tile by tile. This allows to process high-resolution images that do not fit into memory. Other changes:

UPDATE: HandBrake

2024-11-24 Thread Brad Smith
Now that FFmpeg 6 is in. Remove patches to revert newer FFmpeg API utilization to be able to build with FFmpeg 4. Index: Makefile === RCS file: /cvs/ports/multimedia/handbrake/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1

Re: BitWarden not working in Chromium

2024-11-24 Thread Antoine Jacoutot
On Sat, Nov 23, 2024 at 10:13:32PM -0800, Kevin Williams wrote: > Bitwarden is a password manager, like KeePassXC and has a self-hosted > variant Vaultwarden. Starting around November 2023, Bitwarden failed to > login on Chromium on OpenBSD, both the extension and the website now fail to > log me i

UPDATE: moc

2024-11-24 Thread Brad Smith
Instead of disabling the FFmpeg support for moc I have switched the port to using a fork that has up to date FFmpeg support up through to version 7. Index: Makefile === RCS file: /cvs/ports/audio/moc/Makefile,v retrieving revision 1.

Re: [MAINTAINER UPDATE] textproc/lowdown to 1.2.0

2024-11-24 Thread Stuart Henderson
thanks, committed On 2024/11/23 22:24, Bryan Vyhmeister wrote: > On Sat, Nov 16, 2024 at 07:05:15PM -0800, Bryan Vyhmeister wrote: > > This is a maintainer update for textproc/lowdown to 1.2.0. The changes > > for 1.2.0 are: > > > > "Output OSC8 hyperlinks in -tterm mode. See OSC8 Adoption for th

Re: [Update] ncspot

2024-11-24 Thread Theo Buehler
On Sun, Nov 24, 2024 at 12:33:25PM +, Stuart Henderson wrote: > On 2024/11/21 19:01, Rob Schmersel wrote: > > Hi, > > > > Since about June spotify has been changing to using oauth for logins > > and normal mail + password are no longer working and I've not been able > > to use ncspot in my loc

Re: UPDATE: moc

2024-11-24 Thread Stuart Henderson
On 2024/11/24 04:15, Brad Smith wrote: > Instead of disabling the FFmpeg support for moc I have switched the port to > using a fork that has up to date FFmpeg support up through to version 7. > > > Index: Makefile > === > RCS file: /

Re: BitWarden not working in Chromium

2024-11-24 Thread Antoine Jacoutot
On Sun, Nov 24, 2024 at 12:07:31PM +0100, Kirill A. Korinsky wrote: > On Sun, 24 Nov 2024 11:36:13 +0100, > Antoine Jacoutot wrote: > > > > To enable Webassembly in chromium you need to: > > export ENABLE_WASM=1 > > > > Maybe it should be documented somewhere... > > > > I think that somethig l

Re: UPDATE: x264 20241027

2024-11-24 Thread Stuart Henderson
On 2024/11/24 13:33, Stuart Henderson wrote: > On 2024/11/24 00:47, Brad Smith wrote: > > Here is an update to x264 20241027. > > Tested on amd64 IBT. I will test on aarch64 M2 BTI but pkg_add -u > over axen is taking forever today. both work, committed. > > > > Index: Makefile > >

Re: NEW: net/electrs

2024-11-24 Thread Lucas Gabriel Vuotto
On Sun, Nov 24, 2024 at 03:24:30PM +0100, Timothy M. Redaelli wrote: > On Fri, 15 Nov 2024 13:27:11 +0100 > "Timothy M. Redaelli" wrote: > > > Hi, > > > > Electrs is an Electrum Server in Rust. > > > > The motivation behind this project is to enable a user to self host an > > Electrum server, w

Re: net/ejabberd: new port (version 24.10)

2024-11-24 Thread Volker Schlecht
lgtm. ok volker@ On 2024-11-19 17:08, Kirill A. Korinsky wrote: On Sat, 09 Nov 2024 12:54:08 +0100, Kirill A. Korinsky wrote: ports@, I'd like to import net/ejabberd back into the ports and take care of it. Here an updated version of net/ejabberd which contains polishing regarding permiss

Re: Enable gsettings in audio/pulseaudio

2024-11-24 Thread Rafael Sadowski
On Sun Nov 24, 2024 at 07:43:33PM +0100, Antoine Jacoutot wrote: > On Sun, Nov 24, 2024 at 07:31:07PM +0100, Rafael Sadowski wrote: > > On Sun Nov 24, 2024 at 07:23:23PM +0100, Antoine Jacoutot wrote: > > > On Sun, Nov 24, 2024 at 07:20:08PM +0100, Rafael Sadowski wrote: > > > > I would like to ena

Re: new ports for spyder 6.x

2024-11-24 Thread Daniel Dickman
On Thu, 10 Oct 2024, Stuart Henderson wrote: > On 2024/10/08 16:27, Daniel Dickman wrote: > > Hi everyone, > > > > Here are 4 new Python ports needed for us to update from spyder 5.x to > > spyder 6.x. > > > > superqt tests wants numpy and some Qt bindings to be installed otherwise > collect

Re: audio/p5-gnupod fails

2024-11-24 Thread Stuart Henderson
On 2024/11/24 17:13, Isaac Meerleo wrote: > I'm running 7.6 release on amd64. > > gnupod_INIT.pl fails to run: > > $ gnupod_INIT.pl -m mnt/ipod > Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at > /usr/local/libdata/perl5/site_perl/amd64-openbsd/GNUpod/XMLhelper.pm line