Re: [update] shells/tcsh 6.24.07 -> 6.24.10

2024-01-08 Thread Rafael Sadowski
On Mon Jan 08, 2024 at 05:40:50PM -0500, Josh Grosse wrote: > Ping. Thanks Josh Grosse. Committed with missing patches updates (make update-patches). > > On Thu, Dec 28, 2023 at 01:44:15PM -0500, Josh Grosse wrote: > > I've been using this minor update on amd64 for a week > > without any issues

Re: [new] sysutils/cloud-init (again)

2024-01-08 Thread Rafael Sadowski
On Fri Jan 05, 2024 at 01:05:38AM +, Mina Galić wrote: > > > Hi folks, > > > > > > I'm writing to the list to add a new port. > > > This is the second attempt (I'm aware of) to add this > > > port. My work is based on the first attempt. > > > See https://marc.info/?l=openbsd-ports&m=1652396082

devel/flake8: Update to 7.0.0

2024-01-08 Thread wen heping
Hi, ports@: Here is a simple patch for devel/flake8 to update to 7.0.0. It build and run well on amd64-current system. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/devel/flake8/Makefile,v retrieving revision 1.33 diff -

devel/pyflakes: Update to 3.2.0

2024-01-08 Thread wen heping
Hi, ports@: Here is a simple patch for devel/pyflakes to update to 3.2.0. It build well and pass all tests on amd64-current system. It is required by the update of devel/flake8. Cheers ! wenIndex: Makefile === RCS file: /cv

Re: Update: ruby-commonmarker 1.0.3 (switch to Rust backend)

2024-01-08 Thread Sebastien Marie
Jeremy Evans writes: > The commonmarker gem recently changed the backend they were using from a > C-based one (libcmark-gfm), to a Rust-based one (comrak). This required > a significant amount of work to get it to continue to build, because: > > * cargo wants to download the crates at runtime, a

Re: UPDATE: sysutils/coreutils 9.3 => 9.4

2024-01-08 Thread Brian Callahan
On 1/8/2024 9:27 AM, Theo Buehler wrote: >> Tests pass on amd64 and i386; big endian testing would be appreciated. >> >> OK? > > I'm ok with this, but I'm unsure how much testing is required since it > is a dep for a sizable number of ports. > I feel the same way. That's why I always post update

Re: www/p5-Plack: Update to 1.0051

2024-01-08 Thread Abel Abraham Camarillo Ojeda
looks ok to me On Mon, Jan 8, 2024 at 6:47 PM wen heping wrote: > Hi, > >Here is a simple patch for www/p5-Plack update to 1.0051, > it build well and pass all tests on amd64-current system. >Many ports depend on Plack, I tests some of it, no problem meet. > > > Cheers ! > wen

www/p5-Plack: Update to 1.0051

2024-01-08 Thread wen heping
Hi, Here is a simple patch for www/p5-Plack update to 1.0051, it build well and pass all tests on amd64-current system. Many ports depend on Plack, I tests some of it, no problem meet. Cheers ! wenIndex: Makefile === RCS file

Re: LXQt, kwin, meta-packages and toolkit purity

2024-01-08 Thread J. Scott Heppler
I preinstalled kwin and qutebrowser and pulled the wip-ports zip into /usr/ports/mystuff. Using the recommended build order, everything seems to be building fine with the exception of on overlooked "make makesum" for lxqt-sudo. I am starting to see packaging issues: "Tigger# make install ===

Re: [update] shells/tcsh 6.24.07 -> 6.24.10

2024-01-08 Thread Josh Grosse
Ping. On Thu, Dec 28, 2023 at 01:44:15PM -0500, Josh Grosse wrote: > I've been using this minor update on amd64 for a week > without any issues. > diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile > index 9d88e16c1c5..57525949880 100644 > --- a/shells/tcsh/Makefile > +++ b/shells/tcsh/Make

bsd.port.mk linker "if !exists" check and USE_LLD=ports

2024-01-08 Thread Stuart Henderson
bsd.port.mk has this check to see whether a non-default linker exists: revision 1.1468 date: 2019/05/28 20:08:17; author: naddy; state: Exp; lines: +6 -1; commitid: xn33Wb6skIgmKqtI; When switching to a non-default linker with USE_LLD, check whether that linker (l

Update: ruby-commonmarker 1.0.3 (switch to Rust backend)

2024-01-08 Thread Jeremy Evans
The commonmarker gem recently changed the backend they were using from a C-based one (libcmark-gfm), to a Rust-based one (comrak). This required a significant amount of work to get it to continue to build, because: * cargo wants to download the crates at runtime, and the way the cargo module wa

Re: Fix cmake in math/fftw3

2024-01-08 Thread Rafael Sadowski
On Mon Jan 08, 2024 at 05:53:02PM +0100, Rafael Sadowski wrote: > Please find a diff to fix the missing FFTW3LibraryDepends.cmake in > fftw3. This file would normally be generated by cmake, but we are using > the more feature-complete and stable autotools configure. > > https://github.com/FFTW/fft

Fix cmake in math/fftw3

2024-01-08 Thread Rafael Sadowski
Please find a diff to fix the missing FFTW3LibraryDepends.cmake in fftw3. This file would normally be generated by cmake, but we are using the more feature-complete and stable autotools configure. https://github.com/FFTW/fftw3/issues/130 While I'm here, I think the cmake files should be moved fro

Re: LXQt, kwin, meta-packages and toolkit purity

2024-01-08 Thread J. Scott Heppler
I just installed current on an older machine and will try to build. My intent is to change the WM in the meta package to kwin for 2 reasons: 1) Upstream is Qt centric and if they don't fork their own Qt Window Manager, they should continue to accomodate kwin. 2) Theme options (kvantum) would b

Re: Hello new port request

2024-01-08 Thread Omar Polo
Hello, On 2024/01/08 14:56:37 +0100, Stefan wrote: > Hey there, > > just curious if someone maybe please could port this great tool to openbsd > > https://github.com/HACKERALERT/Picocrypt Gave it a try for fun. It's not straightforward since it's not the 'usual' go port; it cannot be fetched

Re: numpy 1.24.1 -> 1.25.2

2024-01-08 Thread Jeremie Courreges-Anglas
On Mon, Jan 01 2024, Daniel Dickman wrote: > The next version of matplotlib requires numpy 1.25 or newer. > > The below diff updates numpy to 1.25.2 so matplotlib can be updated. > > Numpy 1.26 switched to a new build system using mesonpy, so someone will > have to port mesonpy before we can get

mips64 bulk build report

2024-01-08 Thread visa
bulk build on octeon.ports.openbsd.org started on Sun Dec 17 14:48:35 UTC 2023 finished at Sat Jan 6 16:09:29 UTC 2024 lasted 21D01h20m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #22: Sat Dec 16 01:29:36 MST 2023 built packages:8792 Dec 17:1394 Dec 18:642 Dec 19:284 Dec 20:350 Dec 2

Re: UPDATE: sysutils/coreutils 9.3 => 9.4

2024-01-08 Thread Theo Buehler
> Tests pass on amd64 and i386; big endian testing would be appreciated. > > OK? I'm ok with this, but I'm unsure how much testing is required since it is a dep for a sizable number of ports. Tests look good on sparc64: ===

Re: WPA_supplicant no longer working on -current

2024-01-08 Thread Gabriel Brito
Thank you for the reply! Do you mind sharing your wpa_supplicant.conf? Best, g On Tue, 26 Dec 2023 at 23:01, Корякин Артём wrote: > > It seems to be working on my machine. I am using LibreSSL wpa_supplicant > flavor on OpenBSD 7.4-current. > > To test if it works I restarted wpa_supplicant with

UPDATE: sysutils/coreutils 9.3 => 9.4

2024-01-08 Thread Brian Callahan
Hi ports -- Reviving this. Update to the GNU coreutils. Changelog is here: https://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS Tests pass on amd64 and i386; big endian testing would be appreciated. OK? ~BrianIndex: Makefile

Hello new port request

2024-01-08 Thread Stefan
Hey there, just curious if someone maybe please could port this great tool to openbsd https://github.com/HACKERALERT/Picocrypt Kind regards

Re: [fix] net/synapse update README

2024-01-08 Thread Renaud Allard
On 1/8/24 10:46, Stefan Hagen wrote: Hi, while setting up a synapse instance, I saw that the command below doesn't work anymore. You can either supply --generate-config OR --generate-keys, but not both. When doing a --generate-config, the keys are generated as well, so this switch can simply

[fix] net/synapse update README

2024-01-08 Thread Stefan Hagen
Hi, while setting up a synapse instance, I saw that the command below doesn't work anymore. You can either supply --generate-config OR --generate-keys, but not both. When doing a --generate-config, the keys are generated as well, so this switch can simply be left out. Maintainer on CC. OK? Bes

Re: LXQt, kwin, meta-packages and toolkit purity

2024-01-08 Thread Rafael Sadowski
On Sat Jan 06, 2024 at 11:46:42AM -0800, J. Scott Heppler wrote: > > Most of the CAD software is Qt Based and I've been running an OpenBSD Dual > Boot system with ArchLinux and LXQt. Essentially, I tried to build the > lightest, CAD compatible environment possible. With all of Rafael Sadows' > w