Re: update lang/mruby: install static libraries for embedding use case

2025-02-19 Thread George Koehler
On Tue, 11 Feb 2025 15:14:30 + Miguel Landaeta wrote: > 2nd ping for https://marc.info/?l=openbsd-ports&m=173650447718931&w=2 I committed your diff (which installs libmruby.a and libmruby_core.a). It installs libmruby.a where mruby-config expects, $ mruby-config --libmruby-path /usr/local/l

Re: [Update] devel/bazel 6.5.0

2025-02-19 Thread Greg Steuck
Volker Schlecht writes: > Here's an update to the latest release of bazel 6.x > I didn't manage to build XLA (https://openxla.org) yet, but at least it > doesn't > complain about the bazel version anymore :-) Thanks for working on the update. I played with an update to the 7.x series but it's n

Re: [update] x11/st 0.9.1 -> 0.9.2

2025-02-19 Thread George Koehler
On Mon, 17 Feb 2025 10:12:00 + David Uhden Collado wrote: > Ping. > > In this email, I have attached a diff to update x11/st to version 0.9.2. > > > > OK? Comments? ok gkoehler@ I would like jung@ (maintainer) to commit it, if possible. Here is another copy of David's diff. Index: x11/st/

[Maintainer Update] devel/p5-Specio: Update to 0.50

2025-02-19 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-Specio: i) Update to 0.50 ii) Add p5-Clone as RUN_D It build well and pass all test on OpenBSD current on my amd64 system. It is bugfix release and is required by the update of devel/p5-DateTime. Cheers ! wen Index: devel/p5-Specio/Makefile =

sparc64 bulk build report

2025-02-19 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sun Feb 16 20:47:11 MST 2025 Finished: Wed Feb 19 15:03:56 MST 2025 Duration: 2 Days 18 hours 17 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2400: Sun Feb 16 14:21:53 MST 2025 Built 9154 packages Number of packages built each day: F

devel/p5-DateTime: Update to 1.66

2025-02-19 Thread wen heping
Hi, all: Here is a patch for devel/p5-DateTime: i) Update to 1.66 ii) Update the version require of devel/p5-Specio as per upstream change. It build well and pass all tests on my amd64-current system. Cheers ! wen Index: devel/p5-DateTime/Makefile ==

aarch64 bulk build report

2025-02-19 Thread phessler
bulk build on arm64.ports.openbsd.org started on Mon Feb 17 00:01:14 MST 2025 finished at Wed Feb 19 12:25:33 MST 2025 lasted 2D12h24m done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #309: Sun Feb 16 15:02:29 MST 2025 built packages:12421 Feb 17:4791 Feb 18:2612 Feb 19:5017 critical pa

Re: [new] graphics/vtk

2025-02-19 Thread Johannes Thyssen Tishman
2025-02-18T20:00:16-0400 j...@bitminer.ca: > A couple of suggestions: > > 1. change all those 0.0 in the SHARED_LIBS lines to a symbol like ${LIBVIR} > > 2. consider turning on wrap-python to allow python to have access to the > libraries. Perhaps this could come later. > > I successfully ran a

[Proposal] databases/sqlite3 - enable session extension

2025-02-19 Thread Volker Schlecht
deno 2.2.0 wants the session extension (https://sqlite.org/sessionintro.html) enabled in sqlite3. Probably there's a way to disable that in deno if need be, but the extension seems innocent enough to enable it in the sqlite3 port. Opinions? Builds and works on arm64 and amd64... Index: Makefile =

Re: graphics/decker: update version to 1.53

2025-02-19 Thread Jag Talon
Yay thank you so much for committing! On 2/18/25 10:46 PM, George Koehler wrote: On Tue, 18 Feb 2025 08:01:20 -0500 Jag Talon wrote: I forgot to attach the diff apologies. I tried your diff on macppc, then committed it. Thanks for keeping decker up to date. --gkoehler -- Jag Talon (he/him)

Re: [new] graphics/vtk

2025-02-19 Thread Stuart Henderson
On 2025/02/17 17:43, Johannes Thyssen Tishman wrote: > While I usually prefer to enable most options in a port, I decided to > start with a smaller vtk by not including all it's modules. In the > future, if there is an interest for other modules, we can enable them. good call. On 2025/02/19 15:31

Re: LibreOffice fails to launch

2025-02-19 Thread Ian Darwin
> ... rebooted, reinstalled libreoffice, and now > it seems to launch. Mind, when I launch it from the command line, I > still get the "Warning: failed to launch javaldx - java may not > function correctly" error, but nothing related to the `libc` error. So > at least that narrows it down. That is

Re: [update] cad/yosys

2025-02-19 Thread Benjamin Stürz
On 2/19/25 1:21 AM, Benjamin Stürz wrote: On 2/18/25 9:50 PM, Benjamin Stürz wrote: Hi ports@, this is an update to yosys v0.50. Before this can be imported, both devel/cxxopts and cad/abc have to be done. I have tested this on my personal CPU project [1] and it works as intended. I'm curreny

Re: LibreOffice fails to launch

2025-02-19 Thread Stuart Henderson
On 2025/02/19 12:04, requiem. wrote: > find via `find -iname` that seemed relevant. Ran `sysupgrade && > pkg_add -Uu` for --current, rebooted, reinstalled libreoffice, and now I don't know where people get the idea to use -U from. It keeps coming up somehow but when our docs tell people to update

Re: LibreOffice fails to launch

2025-02-19 Thread requiem.
Thank you for checking. I removed `libreoffice` and ran `find` to eradicate all traces of it. There were a few inconsistencies in doing so; some directories were not removed automatically because they "were not empty". Ran `rm -rf` on those, then removed `~/.config/libreoffice/` and other whatever

Re: Porting a library to LibreSSL - ld: error: undefined symbol: EVP_PKEY_get_group_name

2025-02-19 Thread Christian Schulte
On 2/18/25 15:52, Stuart Henderson wrote: > On 2025/02/18 14:55, Christian Schulte wrote: > > However static libraries are not usually all that useful in > ports/packages. When they're used it is a pain because we need to chase > through the tree to find other ports to bump after an update. In the

Re: [new] devel/cxxopts

2025-02-19 Thread Benjamin Stürz
On 2/19/25 10:56 AM, Stuart Henderson wrote: On 2025/02/19 00:55, Benjamin Stürz wrote: yosys uses git submodules, so it would have been a little more annoying to vendor cxxopts, that's why I decided to make it a new port. git submodules is exactly what DIST_TUPLE is good for. Thanks, that'

Re: should we keep net/go-ipfs in ports?

2025-02-19 Thread Stuart Henderson
On 2025/02/19 04:48, Lydia Sobot wrote: > >I've noticed that official binaries for OpenBSD are available from > >upstream as you can see here > >https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions. > >Also those are a newer version than the one we have in ports and th

math/z3: update to 3.14.0 from maintainer

2025-02-19 Thread Kirill A . Korinsky
ports@, I'd like to update math/z3 to 3.14.0 Changes: https://github.com/Z3Prover/z3/releases/tag/z3-4.14.0 Tested on -current/amd64. Ok? Index: math/z3/Makefile === RCS file: /home/cvs/ports/math/z3/Makefile,v diff -u -p -r1.37 M

Re: should we keep net/go-ipfs in ports?

2025-02-19 Thread Stuart Henderson
On 2025/02/19 03:53, Kurt Mosiejczuk wrote: > On Tue, Feb 18, 2025 at 09:41:05PM -0600, Maximo Pech wrote: > > Hi @ports > > > I've noticed that official binaries for OpenBSD are available from > > upstream as you can see here > > https://docs.ipfs.tech/install/command-line/#install-official-binar

Re: [new] devel/cxxopts

2025-02-19 Thread Stuart Henderson
On 2025/02/19 00:55, Benjamin Stürz wrote: > yosys uses git submodules, so it would have been a little more annoying > to vendor cxxopts, that's why I decided to make it a new port. git submodules is exactly what DIST_TUPLE is good for.

Re: should we keep net/go-ipfs in ports?

2025-02-19 Thread Kurt Mosiejczuk
On Tue, Feb 18, 2025 at 09:41:05PM -0600, Maximo Pech wrote: > Hi @ports > I've noticed that official binaries for OpenBSD are available from > upstream as you can see here > https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions. > Also those are a newer version than t