Re: www/pbot: new port

2024-12-04 Thread Theo Buehler
On Thu, Dec 05, 2024 at 08:31:04AM +0100, Sebastien Marie wrote: > Theo Buehler writes: > > >> It seems to me this single Perl script is about as easy to download as > >> to install via the package manager. I've used it for years in my ~/bin/ > >> dir. Especially with any vagueness about the lice

Re: www/pbot: new port

2024-12-04 Thread Sebastien Marie
Theo Buehler writes: >> It seems to me this single Perl script is about as easy to download as >> to install via the package manager. I've used it for years in my ~/bin/ >> dir. Especially with any vagueness about the license like here, this is >> probably not the right thing for a port...? > > I

Fastfetch: new package

2024-12-04 Thread Li Carter
Hello OpenBSD team, Fastfetch is a maintained, feature-rich and performance oriented system information tool, which aims to replace neofetch completely. Fastfetch has been in FreeBSD ports for a while and I’d like to submit fastfetch to OpenBSD too. https://github.com/fastfetch-cli/fastfetch T

Re: [MAINTAINER UPDATE] textproc/lowdown to 1.3.0

2024-12-04 Thread Theo Buehler
> > $ /usr/src/lib/check_sym /usr/local/lib/liblowdown.so.1.1 \ > > /usr/ports/pobj/lowdown-1.3.0/fake-amd64/usr/local/lib/liblowdown.so.2.0 > > /usr/local/lib/liblowdown.so.1.1 --> > > /usr/ports/pobj/lowdown-1.3.0/fake-amd64/usr/local/lib/liblowdown.so.2.0 > > No dynamic export changes > > E

Re: [MAINTAINER UPDATE] textproc/lowdown to 1.3.0

2024-12-04 Thread Bryan Vyhmeister
On Wed, Dec 04, 2024 at 11:04:54PM +0100, Theo Buehler wrote: > > Everything works fine in my testing. A symbol was removed so I bumped > > the minor for SHARED_LIBS. > > If a symbol was removed then you need to do a major bump. I see no > symbol removal. > > However, the public struct lowdown_op

Re: lang/sbcl-2.4.11: breaks x11/stumpwm

2024-12-04 Thread izzy Meyer
this works for me! ok from me! thanks kirill! Original Message From: "Kirill A. Korinsky" Sent: December 4, 2024 3:54:56 AM CST To: sema...@kapouay.eu.org, ports@openbsd.org, timo.my...@bittivirhe.fi Subject: Re: lang/sbcl-2.4.11: breaks x11/stumpwm On Wed, 04 Dec 2024 03:35:

Re: new devel/llvm-openmp

2024-12-04 Thread ASOU Masato
Ok, I will make devel/llvm-lit. -- ASOU Masato On Wed, Dec 4, 2024 at 8:00 PM Alexander Bluhm wrote: > > On Wed, Dec 04, 2024 at 01:52:22PM +0900, ASOU Masato wrote: > > Hi blum, > > > > I'm using OpenBSD 7.6 RELEASE on amd64 box. I installed cmake and ninja > > from the binary package and compi

new devel/llvm-lit

2024-12-04 Thread Alexander Bluhm
Hi, To test OpenMP I need the LLVM test tools. I decided to create a new port, instead of using the exiting llvm ports. It reuses the llvm-project distfile, but compiles and tests only what I need. It is a bit tricky as it is half cmake and half python. I use the newest llvm version, hoping th

dhcpcd delegation expiration bug

2024-12-04 Thread Courtney
There is a bug in dhcpcd in 7.6-release that makes it so the IPv6 prefix delegation expires before renewal. https://github.com/NetworkConfiguration/dhcpcd/issues/368 There was a bug fix that was implemented upstream https://github.com/NetworkConfiguration/dhcpcd/commit/6cb9e8b74f033afdf1b4f29c

Re: [MAINTAINER UPDATE] textproc/lowdown to 1.3.0

2024-12-04 Thread Theo Buehler
> Everything works fine in my testing. A symbol was removed so I bumped > the minor for SHARED_LIBS. If a symbol was removed then you need to do a major bump. I see no symbol removal. However, the public struct lowdown_opts has a new member. This changes the ABI and therefore requires a major bum

Re: [NEW]astro/stellarsolver

2024-12-04 Thread Rafael Sadowski
On Sat Nov 23, 2024 at 11:16:49AM +, Stuart Henderson wrote: > SHA256 (2.5.tar.gz) = U588MSowla/BF64sMRFjD5dKHJnd57C3vr8W7nqGKgc= > > Not OK. > > All of these lines... > > V= 2.5 > DISTNAME= ${V} > PKGNAME=stellarsolver-${V} > WRKDIST=${WRKDIR}/stellarsolve

Re: www/pbot: new port

2024-12-04 Thread Theo Buehler
> It seems to me this single Perl script is about as easy to download as > to install via the package manager. I've used it for years in my ~/bin/ > dir. Especially with any vagueness about the license like here, this is > probably not the right thing for a port...? I concur that it makes little s

Re: www/pbot: new port

2024-12-04 Thread Thomas Frohwein
On Wed, 04 Dec 2024 14:43:22 +0100 Kirill A. Korinsky wrote: > On Wed, 04 Dec 2024 12:33:19 +0100, > Stuart Henderson wrote: > > > > you can't put PERMIT_PACKAGE=Yes here, because there is no license. > > > > thanks, now I get it. Here the tgz. PERMIT_PACKAGE=Yes is still in there... It see

[MAINTAINER UPDATE] textproc/lowdown to 1.3.0

2024-12-04 Thread Bryan Vyhmeister
This is a maintainer update for textproc/lowdown to 1.3.0. The changes for 1.3.0 are: "Specify that characters not complying with the metadata key specification are replaced with underscores (which are allowed by the metadata key character restrictions) instead of as curently with question marks (

Move graphics/volk files to subdir

2024-12-04 Thread Thomas Frohwein
Hi, Please find attached 2 diffs, for graphics/volk and graphics/vulkan-tools to move volk's files into vulkan_volk/ subdir. After some experimentation with other solutions, this seems to be the best and easiest to maintain going forward. Background is that gnuradio has a dependency on another li

Re: [Update] ncspot

2024-12-04 Thread Theo Buehler
> The program finishes building and can be installed > > $ ncspot --version > ncspot 1.2.1 > > But it immediately crashes with a segmentation fault > > $ gdb ncspot ncspot.core GNU gdb 6.3 old gdb in base is too outdated to deal with modern llvm/C++/Rust/... It's generally better to pkg_add gdb

Re: [Update] math/octave 9.2.0

2024-12-04 Thread Volker Schlecht
On 2024-12-03 16:57, Stuart Henderson wrote: On 2024/11/20 21:58, Volker Schlecht wrote: Index: configure --- configure.orig +++ configure I recommend patching the autoconf input file and regenerating configure with autoconf. (I realise it's already done like that, but it could be changed).

Re: UPDATE: HandBrake

2024-12-04 Thread Kirill A . Korinsky
On Wed, 04 Dec 2024 10:49:23 +0100, Stuart Henderson wrote: > > Something, probably the x265 update, broke HandBrake? > > /pobj/handbrake-1.6.1/HandBrake-1.6.1/libhb/encx265.c:444:20: warning: > comparison of array 'param->csvfn' equal to a n > ull pointer is always false [-Wtautological-pointe

[Maintainer Update] lang/node v22.12.0

2024-12-04 Thread Volker Schlecht
An unusually simple diff to update lang/node to v22.12.0 Built and lightly tested on amd64. v8 is unchanged, so this is very unlikely to break on other platforms. However it requires libuv 1.49.x to build. Index: Makefile === RCS fil

[Update] devel/libuv 1.49.2

2024-12-04 Thread Volker Schlecht
Updates libuv to the latest release, needed for lang/node v22.12.0 Tested on amd64, builds and runs lang/node and editors/neovim. Index: Makefile === RCS file: /cvs/ports/devel/libuv/Makefile,v diff -u -p -r1.25 Makefile --- Makefile

[new] sysutils/grizzly

2024-12-04 Thread Pascal Stumpf
Grafana Grizzly is a command line tool that allows you to manage your observability resources with code. Now you can define your dashboards, alerting and recording rules, etc, all from within your codebase. You can build Grizzly into your continuous deployment pipelines, meaning whenever you depl

Re: www/pbot: new port

2024-12-04 Thread Kirill A . Korinsky
On Wed, 04 Dec 2024 12:33:19 +0100, Stuart Henderson wrote: > > you can't put PERMIT_PACKAGE=Yes here, because there is no license. > thanks, now I get it. Here the tgz. -- wbr, Kirill pbot.tgz Description: Binary data

Re: UPDATE: OpenColorIO 2.4.0

2024-12-04 Thread Stuart Henderson
ok sthen On 2024/11/29 01:25, Brad Smith wrote: > On Tue, Nov 26, 2024 at 08:37:52PM -0500, Brad Smith wrote: > > Here is an update to OpenColorIO 2.4.0. > > > > > > v2.4.0 > > > > This is the main new feature release for this year and is the base version > > for > > the CY2025 VFX Reference P

Re: 回复: [NEW]astro/stellarsolver

2024-12-04 Thread Stuart Henderson
On 2024/11/29 07:31, wen heping wrote: > Here is the revised patch based on the suggestions of Rafael Sadowski > to create astro/stellarsolver. still not ok, see my previous mail > > 发件人: Rafael Sadowski > 发送时间: 2024年11月23日 15:47 > 收件人: wen heping > 抄送:

Re: [NEW]astro\py-astropy-iters-data

2024-12-04 Thread Stuart Henderson
On 2024/11/29 07:09, wen heping wrote: > Hi, ports@: > > >Here is a patch to create new port astro/py-astropy-iters-data, > which is required by the update of astro/py-astropy. >It build well on my amd64-current system. > > > Best Regards, > wen tweaks, - better COMMENT - MODPY_PYBUI

Re: www/pbot: new port

2024-12-04 Thread Stuart Henderson
On 2024/12/04 12:31, Kirill A. Korinsky wrote: > On Wed, 04 Dec 2024 12:16:21 +0100, > Stuart Henderson wrote: > > > > On 2024/12/04 11:18, Kirill A. Korinsky wrote: > > > ports@, > > > > > > Here a small ports which installs fancy perl CLI client for pbot.rmdir.de > > > > > > Feedback? Ok to i

Re: www/pbot: new port

2024-12-04 Thread Kirill A . Korinsky
On Wed, 04 Dec 2024 12:16:21 +0100, Stuart Henderson wrote: > > On 2024/12/04 11:18, Kirill A. Korinsky wrote: > > ports@, > > > > Here a small ports which installs fancy perl CLI client for pbot.rmdir.de > > > > Feedback? Ok to import? > > The first set of RUN_DEPENDS are wrong (though overri

Re: mongodb/44 vs boost 1.87

2024-12-04 Thread Theo Buehler
On Thu, Nov 21, 2024 at 11:40:24AM +0100, Theo Buehler wrote: > This fixes the build with boost 1.87.0b1 and still builds with 1.84. > directory.hpp and exception.hpp are no longer implicitly included, so > add those and convenience.hpp no longer exists. > > One instance of is_regular() is replace

Re: www/pbot: new port

2024-12-04 Thread Stuart Henderson
On 2024/12/04 11:18, Kirill A. Korinsky wrote: > ports@, > > Here a small ports which installs fancy perl CLI client for pbot.rmdir.de > > Feedback? Ok to import? The first set of RUN_DEPENDS are wrong (though overridden by the second anyway). Not really sure it's useful to have a !PERMIT_PACKA

Re: new devel/llvm-openmp

2024-12-04 Thread Alexander Bluhm
On Wed, Dec 04, 2024 at 01:52:22PM +0900, ASOU Masato wrote: > Hi blum, > > I'm using OpenBSD 7.6 RELEASE on amd64 box. I installed cmake and ninja > from the binary package and compiled llvm-openmp successfully. I also > ran `make test' on /usr/ports/devel/llvm-openmp and I got the following >

www/pbot: new port

2024-12-04 Thread Kirill A . Korinsky
ports@, Here a small ports which installs fancy perl CLI client for pbot.rmdir.de Feedback? Ok to import? -- wbr, Kirill pbot.tgz Description: Binary data

Re: lang/sbcl-2.4.11: breaks x11/stumpwm

2024-12-04 Thread Stuart Henderson
On 2024/12/04 10:54, Kirill A. Korinsky wrote: > On Wed, 04 Dec 2024 03:35:51 +0100, > Kirill A. Korinsky wrote: > > > > Not sure that the right move here: revert that commit? revert to > > sbcl-2.4.10? Something else? > > > > As Stas Boukarev had pointed [1] it is warning. Here, I made warning

Re: lang/sbcl-2.4.11: breaks x11/stumpwm

2024-12-04 Thread Kirill A . Korinsky
On Wed, 04 Dec 2024 03:35:51 +0100, Kirill A. Korinsky wrote: > > Not sure that the right move here: revert that commit? revert to > sbcl-2.4.10? Something else? > As Stas Boukarev had pointed [1] it is warning. Here, I made warnings non-fatal which allows to build x11/stumpwm without touching

Re: UPDATE: HandBrake

2024-12-04 Thread Stuart Henderson
Something, probably the x265 update, broke HandBrake? /pobj/handbrake-1.6.1/HandBrake-1.6.1/libhb/encx265.c:444:20: warning: comparison of array 'param->csvfn' equal to a n ull pointer is always false [-Wtautological-pointer-compare] if (param->csvfn == NULL) ~~~^~

Re: NEW: comms/zigbee2mqtt [was Re: Node ports and specifically zigbee2mqtt]

2024-12-04 Thread Mikolaj Kucharski
Second machine migrated too. No issues. Thank you Stuart for making this port. Hugely appreciated. On Tue, Nov 26, 2024 at 08:36:10PM +, Mikolaj Kucharski wrote: > Works like a charm. No issues. I migrated first of two of my OpenBSD > machines with zigbee2mqtt to Stuart's port. I will migrat