Re: UPDATE: Dolphin 20240510

2024-05-22 Thread Brad Smith
On Sat, May 18, 2024 at 08:36:36AM -0400, Brad Smith wrote: > Here is an update to Dolphin 20240510. > > I decided to split off the Vulkan bits to deal with that later. > > Instead I fixed building on arm64. An updated diff. Fixes for the arm64 sysctl code. Index: Makefile

Re: UPDATE: devel/clang-tools-extra

2024-05-22 Thread Rafael Sadowski
On Thu May 23, 2024 at 02:02:59AM GMT, Kirill A. Korinsky wrote: > On Wed, 22 May 2024 20:43:29 +0100, > Rafael Sadowski wrote: > > > > User test and feedback welcome. > > > > 1) I've added build dependency to devel/llvm/${MODCLANG_VERSION} because > without it port fails on my system as: > >

Re: UPDATE: devel/clang-tools-extra

2024-05-22 Thread Rafael Sadowski
On Thu May 23, 2024 at 02:02:59AM GMT, Kirill A. Korinsky wrote: > On Wed, 22 May 2024 20:43:29 +0100, > Rafael Sadowski wrote: > > > > User test and feedback welcome. > > > > 1) I've added build dependency to devel/llvm/${MODCLANG_VERSION} because > without it port fails on my system as: > >

Re: UPDATE: devel/clang-tools-extra

2024-05-22 Thread Kirill A . Korinsky
On Wed, 22 May 2024 20:43:29 +0100, Rafael Sadowski wrote: > > User test and feedback welcome. > 1) I've added build dependency to devel/llvm/${MODCLANG_VERSION} because without it port fails on my system as: ===> Verifying specs: c++ c++abi pthread c m llvm16/lib/clang-cpp Missing library

Re: [update] editors/neovim 0.10.0

2024-05-22 Thread Courtney
Same issue here with the "no parser for 'vimdoc' language" error. I ran `:h commenting` in neovim and got this traceback Error detected while processing BufReadPost Autocommands for "*": Error executing lua callback: /usr/local/share/nvim/runtime/filetype.lua:35: Error executing lua: /usr/loca

[NEW] lang/erlang/27

2024-05-22 Thread Volker Schlecht
Attached is a port of the recently released erlang/27 ... I've played with the release candidates before, and it runs as nicely on OpenBSD as the past few releases. ok to import and to hook it up? erlang27.tar.gz Description: application/tar-gz

Re: [update] editors/neovim 0.10.0

2024-05-22 Thread Edd Barrett
Hi, Thanks for this! On Wed, May 22, 2024 at 03:22:22PM +0200, Laurent Cheylus wrote: > - modify CONFIGURE_ARGS for LUV* variables (changes in version 0.10.0) > - remove termkey in WANTLIB and LIB_DEPENDS (termkey now bundled in Neovim > sources) Is this what we want? I know libtermkey is depre

Re: portcheck, check Makefile variables are set in the same order as Makefile.template

2024-05-22 Thread Fabien ROMANO
For my use case, when I started experimenting and learning on ports, I kept new variables close to their target and use them as quick toggle flags. I had to move those back on top where their should be placed. This is how I went to this idea to ease my job making my ports consistent by following a

[update] sysutils/docker-buildx: update to 0.14.1

2024-05-22 Thread Kirill A . Korinsky
ports@, A few hours ago a new version of docker-buildx was released. Changelog available on Github: https://github.com/docker/buildx/releases/tag/v0.14.1 Update clean, and changes quite small. Here the diff which I've tested on -current/amd64. diff --git sysutils/docker-buildx/Makefile sysutils

Re: [NEW] net/crawley-v1.7.5

2024-05-22 Thread Edd Barrett
Hi, Sorry for the delay. On Sun, May 19, 2024 at 12:45:45AM -0400, Russ Sharek wrote: > > # Adapted from the test target in ${WRKSRC}/Makefile > > MODGO_TEST_TARGET = cd ${WRKSRC} && \ > > CGO_ENABLED=1 ${MODGO_CMD} test -count 1 -v -tags=test > > -coverprofile="cover.out" ./... I was expec

Re: [new] print/pdf2timage 1.17

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 04:12:42PM +0200, Landry Breuil wrote: > quick new port for https://pypi.org/project/pdf2image/ which is a > wrapper around pdftoppm and pdftocairo from poppler-utils to convert PDF > to a PIL Image object generally looks good, although tests are broken here. =

Re: Fix: libyajl

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 07:34:28PM +0200, gonzalo wrote: > Hello, > > Little update for fix libyajl: > > https://github.com/lloyd/yajl/issues/250 > https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698 I think this is incomplete: https://github.com/lloyd/

Fix: libyajl

2024-05-22 Thread gonzalo
Hello, Little update for fix libyajl: https://github.com/lloyd/yajl/issues/250 https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs

Re: math/lapack,-cblas,-blas,-docs

2024-05-22 Thread Rafael Sadowski
On Wed May 22, 2024 at 07:02:13PM GMT, Jeremie Courreges-Anglas wrote: > On Sun, May 19, 2024 at 06:48:17PM +0200, Rafael Sadowski wrote: > > Before I go deeper into the rabbit hole I would like to ask for > > feedback. Below you can see my idea. I would like to update lapack, > > blas and cblas.

Re: math/lapack,-cblas,-blas,-docs

2024-05-22 Thread Jeremie Courreges-Anglas
On Sun, May 19, 2024 at 06:48:17PM +0200, Rafael Sadowski wrote: > Before I go deeper into the rabbit hole I would like to ask for > feedback. Below you can see my idea. I would like to update lapack, > blas and cblas. Upstream project has decided to use cmake and build > everything in one. I like

Re: UNBREAK/UPDATE: lang/dmd 2.106.0 => 2.108.1, and LTS bootstrap

2024-05-22 Thread Theo Buehler
On Wed, May 22, 2024 at 04:02:06PM +, Brian Callahan wrote: > On 5/20/2024 9:20 PM, Brian Callahan wrote: > > Hi ports -- > > > > Attached is a diff to unbreak and update the reference D compiler. > > > > In addition, this update includes what I am hoping can serve as an LTS > > bootstrap com

Re: UNBREAK/UPDATE: lang/dmd 2.106.0 => 2.108.1, and LTS bootstrap

2024-05-22 Thread Brian Callahan
On 5/20/2024 9:20 PM, Brian Callahan wrote: > Hi ports -- > > Attached is a diff to unbreak and update the reference D compiler. > > In addition, this update includes what I am hoping can serve as an LTS > bootstrap compiler. Very old versions of the D compiler, all the way > back to 2.076.1, can

NEW: audio/sndfile-tools

2024-05-22 Thread Jan Stary
This is a collection of audio tools on top of audio/libsndfile, by the same author Please see the new port attached. It uses 1.5, the last release; sadly, this does not have a manpage for sndfile-wavefrom, which the current git has. They are mostly copies of $util --help, however. (I intend to off

[new] print/pdf2timage 1.17

2024-05-22 Thread Landry Breuil
hi, quick new port for https://pypi.org/project/pdf2image/ which is a wrapper around pdftoppm and pdftocairo from poppler-utils to convert PDF to a PIL Image object Landry py-pdf2image-1.17.0.tgz Description: application/tar-gz

[update] editors/neovim 0.10.0

2024-05-22 Thread Laurent Cheylus
Hi, [cc edd@ as maintainer] update for Neovim version 0.10.0 - News-0.10: https://neovim.io/doc/user/news-0.10.html - What's New in Neovim 0.10: https://gpanders.com/blog/whats-new-in-neovim-0.10/ This update needs devel/libvterm 0.3.3v0 and textproc/tree-sitter>=0.20.9 (see my previous post t

Re: PHP old versions heads-up

2024-05-22 Thread Landry Breuil
Le Wed, May 22, 2024 at 02:28:08PM +0200, Landry Breuil a écrit : > Le Wed, May 22, 2024 at 12:43:20PM +0100, Stuart Henderson a écrit : > > I intend to drop php/7.4 and php/8.0 soon (both are out of security > > support). The following ports/subpackages are setup to use 7.4 at the > > moment, if a

[update] textproc/tree-sitter v0.22.6

2024-05-22 Thread Laurent Cheylus
Hi [cc edd@ as maintainer of editors/neovim] an update for textproc/tree-sitter version 0.22.6, needed to update Neovim for version 0.10.0. - update Makefile and distinfo - add NO_TEST in Makefile: tests need Rust/cargo - update patches/patch-Makefile - update pkg/PLIST via 'make update-plist'

[update] devel/libvterm 0.3.3v0

2024-05-22 Thread Laurent Cheylus
Hi, [cc edd@ as maintainer of editors/neovim] an simple update for devel/libvterm version 0.3.3, needed to update Neovim for version 0.10.0. Build and tests OK on current/amd64. Tests welcome and please commit it OK. Laurent Index: Makefile ===

Re: PHP old versions heads-up

2024-05-22 Thread Landry Breuil
Le Wed, May 22, 2024 at 12:43:20PM +0100, Stuart Henderson a écrit : > I intend to drop php/7.4 and php/8.0 soon (both are out of security > support). The following ports/subpackages are setup to use 7.4 at the > moment, if anyone's interested in them could you take a look at updating > or patching

PHP old versions heads-up

2024-05-22 Thread Stuart Henderson
I intend to drop php/7.4 and php/8.0 soon (both are out of security support). The following ports/subpackages are setup to use 7.4 at the moment, if anyone's interested in them could you take a look at updating or patching to support 8.1+ please? databases/pg_stats_reporter (see https://github.com

update security/rbw

2024-05-22 Thread Solene Rapenne
this is said to fix a login issue with official bitwarden server after a change on their side, I'm not using them so I didn't try ok? diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 3d9842af89a..aeb1ec8559e 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile @@ -3,7 +3

Re: archivers/lha to 1.14i-ac20220213 with all the subsequent commits

2024-05-22 Thread Stuart Henderson
On 2024/05/22 03:53, Yozo TODA wrote: > > > > - HOMEPAGE to github URL, because osdn.jp is now dead > > - update to ac20220213, including all the subsequent commits till today > > (PKGNAME is just lha-1.14i.ac20220213, without commit ID) ac20220213 would be something like commit ee7fbac2c6

Re: [maintainer update] sysutils/lsd v1.1.2

2024-05-22 Thread Laurent Cheylus
On Sat, 4 May 2024 16:49:44 +0200 (CEST), Laurent Cheylus wrote: > update for sysutils/lsd version 1.1.2 Changelog: > https://github.com/lsd-rs/lsd/releases/tag/v1.1.2 > > - update Makefile, distinfo and crates.inc files for this version - > remove no longer necessary patch > > Build and tests O

Re: Update to node_exporter-1.8.1

2024-05-22 Thread Claudio Jeker
On Tue, May 21, 2024 at 05:03:02PM -0400, Daniel Jakots wrote: > Hey, > > New 1.8.1: > https://github.com/prometheus/node_exporter/releases/tag/v1.8.1 > > Not a big deal of a release, but upgrading to the newest version is > cheap :) > > Comments? OK? OK claudio@ > Cheers, > Daniel > > Index

Re: Delay lang/ghc upgrade to 9.8.2?

2024-05-22 Thread Stuart Henderson
On 2024/05/21 20:29, Greg Steuck wrote: > The only thing we should do with the port soon is remove the AWX-512 > patch. It helped the new machines when base system didn't support > AWX-512. Now that it does, we should drop the patch that breaks some > very old machines. Done on 2024/05/05.

aarch64 bulk build report

2024-05-22 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun May 19 00:36:33 MDT 2024 finished at Wed May 22 01:43:22 MDT 2024 lasted 3D01h06m done with kern.version=OpenBSD 7.5-current (GENERIC.MP) #40: Fri May 17 14:59:13 MDT 2024 built packages:12194 May 19:3954 May 20:709 May 21:4689 May 22:2841 c