Re: boost futex diff

2023-12-23 Thread Theo Buehler
On Sat, Dec 23, 2023 at 08:44:28PM -0500, Brad Smith wrote: > On 2023-12-23 4:47 a.m., Theo Buehler wrote: > > This is based on a diff from Brad who noticed that the diff disabling > > syscall(2) accidentally disabled futexes altogether. This diff reverts > > to the state prior to that commit by

Re: unbreak boost for powerpc, powerpc64

2023-12-23 Thread Brad Smith
On 2023-12-23 7:52 p.m., George Koehler wrote: On Sat, 23 Dec 2023 23:46:33 +0100 Theo Buehler wrote: Please go ahead, I can cope. I committed it. Now if anyone runs update-plist, my commit adds cpu_relax.hpp.orig.port to this warning, Warning: entries NOT added to boost-1.84.0p0v0:

Re: boost futex diff

2023-12-23 Thread Brad Smith
On 2023-12-23 4:47 a.m., Theo Buehler wrote: This is based on a diff from Brad who noticed that the diff disabling syscall(2) accidentally disabled futexes altogether. This diff reverts to the state prior to that commit by taking the intended approach: replace syscall(SYS_futex, ...) with a call

Re: unbreak boost for powerpc, powerpc64

2023-12-23 Thread George Koehler
On Sat, 23 Dec 2023 23:46:33 +0100 Theo Buehler wrote: > Please go ahead, I can cope. I committed it. Now if anyone runs update-plist, my commit adds cpu_relax.hpp.orig.port to this warning, Warning: entries NOT added to boost-1.84.0p0v0: include/boost/atomic/detail/futex.hpp.orig.port

Re: Link x11/kde-plasma and add kde-plasma and kde-plasma-extras meta package

2023-12-23 Thread Rafael Sadowski
Klemens, Thanks for the review! On Sat Dec 23, 2023 at 10:12:17PM +, Klemens Nanni wrote: > On Fri, Dec 22, 2023 at 12:42:45AM +0100, Rafael Sadowski wrote: > > Hi ports@ > > > > I would like to link kde-plasma to the build and introduce two new meta > > packages. The meta package kde-plasma

CVS: cvs.openbsd.org: ports

2023-12-23 Thread George Koehler
CVSROOT:/cvs Module name:ports Changes by: gkoeh...@cvs.openbsd.org2023/12/23 17:26:12 Modified files: devel/boost: Makefile Added files: devel/boost/patches: patch-boost_fiber_detail_cpu_relax_hpp Log message: Unbreak devel/boost on powerpc,

Re: unbreak boost for powerpc, powerpc64

2023-12-23 Thread Brad Smith
On 2023-12-23 5:44 p.m., George Koehler wrote: devel/boost is broken on powerpc and powerpc64, because picks the wrong asm syntax. This patch fixes it, ok? The REVISION bump conflicts with tb's "boost futex diff"; I will do REVISION= 1 if tb commits before me. --gkoehler

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/12/23 15:48:33 Modified files: lang/ghc : Makefile distinfo Log message: Use the new ghc bootstrap.

Re: unbreak boost for powerpc, powerpc64

2023-12-23 Thread Theo Buehler
On Sat, Dec 23, 2023 at 05:44:43PM -0500, George Koehler wrote: > devel/boost is broken on powerpc and powerpc64, because > picks the wrong asm syntax. > This patch fixes it, ok? ok > The REVISION bump conflicts with tb's "boost futex diff"; > I will do REVISION= 1 if tb commits before me. >

unbreak boost for powerpc, powerpc64

2023-12-23 Thread George Koehler
devel/boost is broken on powerpc and powerpc64, because picks the wrong asm syntax. This patch fixes it, ok? The REVISION bump conflicts with tb's "boost futex diff"; I will do REVISION= 1 if tb commits before me. --gkoehler Index: Makefile

Re: Link x11/kde-plasma and add kde-plasma and kde-plasma-extras meta package

2023-12-23 Thread Klemens Nanni
On Fri, Dec 22, 2023 at 12:42:45AM +0100, Rafael Sadowski wrote: > Hi ports@ > > I would like to link kde-plasma to the build and introduce two new meta > packages. The meta package kde-plasma comes with a README. I tried to > add a handful useful information. > > I use KDE Plasma as my daily

Re: New: games/serioussam-vk

2023-12-23 Thread Alexander Pavlov
Hello. Today I installed OpenBSD on a computer with a KAVERI APU (A10-7800) with an integrated R7 graphics core supporting Vulkan. I had to take a bite out of Gentoo and install OpenBSD in the free space. Unfortunately, only the Radeon driver worked for me on this APU. It works well, with all the

Re: devel/highway: update to 1.0.5

2023-12-23 Thread Klemens Nanni
On Sat, Dec 23, 2023 at 09:11:14AM +0100, Landry Breuil wrote: > Le Fri, Dec 22, 2023 at 12:12:43AM +, Klemens Nanni a écrit : > > Newer graphics/libvips requires highway>=1.0.5. > > I haven't tested other consumers yet. amd64 regress: > > can we update to 1.0.7 ? graphics/libjxl 0.9.0

Re: Bugfix: lang/deno

2023-12-23 Thread Antoine Jacoutot
Thanks. Looks good with a bump. — Antoine > On Dec 23, 2023, at 19:55, Volker Schlecht wrote: > > On 2023-12-23 17:21, Antoine Jacoutot wrote: >> I would prefer to clean it up right away. > > If that's what it takes ... new diff attached. >

Re: Bugfix: lang/deno

2023-12-23 Thread Volker Schlecht
On 2023-12-23 17:21, Antoine Jacoutot wrote: I would prefer to clean it up right away. If that's what it takes ... new diff attached. Index: patch-cli_build_rs === RCS file: /cvs/ports/lang/deno/patches/patch-cli_build_rs,v

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/12/23 11:22:18 Modified files: security/rbw : Tag: OPENBSD_7_4 Makefile Added files: security/rbw/patches: Tag: OPENBSD_7_4 patch-src_api_rs Log message: MFC: security/rbw: unbreak

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/12/23 11:18:33 Modified files: security/rbw : Makefile Added files: security/rbw/patches: patch-src_api_rs Log message: security/rbw: unbreak Apparently the API now requires a User-Agent

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 10:42:46 Modified files: wayland/wf-config: Makefile Log message: Missing BDEP on wayland/libinput-openbsd.

Re: Bugfix: lang/deno

2023-12-23 Thread Antoine Jacoutot
I would prefer to clean it up right away. — Antoine > On Dec 23, 2023, at 17:17, Volker Schlecht wrote: > > On 2023-12-23 16:50, Antoine Jacoutot wrote: >>> On Sat, Dec 23, 2023 at 04:46:40PM +0100, Volker Schlecht wrote: >>> + fn op_exec_path(state: OpState) -> Result { >>> + let

Re: Bugfix: lang/deno

2023-12-23 Thread Volker Schlecht
On 2023-12-23 16:50, Antoine Jacoutot wrote: On Sat, Dec 23, 2023 at 04:46:40PM +0100, Volker Schlecht wrote: + fn op_exec_path(state: OpState) -> Result { + let current_exe = env::current_exe().unwrap(); ++ let current_exe = ++

Re: Bugfix: lang/deno

2023-12-23 Thread Antoine Jacoutot
On Sat, Dec 23, 2023 at 04:46:40PM +0100, Volker Schlecht wrote: > This adds a patch to lang/deno to fix an issue reported by someone on github: > https://github.com/denoland/deno/issues/8012#issuecomment-1867982872 > > In addition, update-patches brought up an update to one of the existing >

Bugfix: lang/deno

2023-12-23 Thread Volker Schlecht
This adds a patch to lang/deno to fix an issue reported by someone on github: https://github.com/denoland/deno/issues/8012#issuecomment-1867982872 In addition, update-patches brought up an update to one of the existing patches that I must have missed before. Tested on amd64, fixes the reported

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 08:40:03 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-23.4.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 08:13:35 Modified files: sysutils/deja-dup: Makefile distinfo Removed files: sysutils/deja-dup/patches: patch-app_RestoreFileTester_vala Log message: Update to deja-dup-45.2.

Re: sccache lifetime & ports infrastructure ?

2023-12-23 Thread Caspar Schutijser
On Sat, Dec 23, 2023 at 09:07:24AM +0100, Landry Breuil wrote: > hi, > > sending to ports@ for more ideas, devel/sccache works pretty great here, > but for now its client/server model has some issues. from my > understanding, a server is spawned at the first invocation of sccache, > and it runs

[UPDATE] mail/imapfilter

2023-12-23 Thread Christopher Zimmermann
Hi, this is a simple update dropping an obsolete patch and warning users of a configuration change. OK? Christopher Index: Makefile === RCS file: /cvs/ports/mail/imapfilter/Makefile,v retrieving revision 1.27 diff -u -p

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Volker Schlecht
CVSROOT:/cvs Module name:ports Changes by: vol...@cvs.openbsd.org 2023/12/23 05:24:02 Modified files: textproc/hexyl : Makefile crates.inc distinfo Log message: textproc/hexyl: Update to 0.14.0 ok sthen@

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 04:47:07 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.32.7.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 04:46:45 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.7.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 04:46:37 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.7.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 04:46:29 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.10.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 04:27:51 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-45.1.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/12/23 03:53:37 Modified files: wayland/wf-shell: Makefile Log message: Missing BDEP on wayland/wayland-protocols.

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/12/23 03:12:29 Modified files: wayland: Makefile Log message: +wayland/wlr-randr

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/12/23 03:11:55 Log message: import wayland/wlr-randr 0.3.1. Utility to manage outputs of a Wayland compositor, like xrandr for Xorg. ok tb@ Status: Vendor Tag: landry

Re: [new] wlr-randr, xrandr-like for wayland

2023-12-23 Thread Theo Buehler
On Sat, Dec 23, 2023 at 11:04:23AM +0100, Landry Breuil wrote: > hi, > > new port for wlr-randr, works fine here within wayfire, on my x1c3 where > i need to set dpi scale to 1.5 it gives me this output: looks good portswise. ok tb

[new] wlr-randr, xrandr-like for wayland

2023-12-23 Thread Landry Breuil
hi, new port for wlr-randr, works fine here within wayfire, on my x1c3 where i need to set dpi scale to 1.5 it gives me this output: $wlr-randr eDP-1 "LG Display 0x0418 (eDP-1)" Make: LG Display Model: 0x0418 Serial: (null) Physical size: 310x170 mm Enabled: yes Modes: 2560x1440

Re: stdargs/locale breakage and cmake precompiled headers

2023-12-23 Thread Theo Buehler
On Sat, Dec 23, 2023 at 04:09:35AM +0100, Rafael Sadowski wrote: > On Sat Dec 23, 2023 at 03:54:11AM +0100, Rafael Sadowski wrote: > > On Sat Dec 23, 2023 at 12:27:05AM +0100, Theo Buehler wrote: > > > emulators/citra was broken with the update to boost 1.84. net/nheko > > > broke with the llvm 16

boost futex diff

2023-12-23 Thread Theo Buehler
This is based on a diff from Brad who noticed that the diff disabling syscall(2) accidentally disabled futexes altogether. This diff reverts to the state prior to that commit by taking the intended approach: replace syscall(SYS_futex, ...) with a call to futex(2) itself. The second part of the

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/12/23 01:33:12 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231222

Re: devel/highway: update to 1.0.5

2023-12-23 Thread Landry Breuil
Le Fri, Dec 22, 2023 at 12:12:43AM +, Klemens Nanni a écrit : > Newer graphics/libvips requires highway>=1.0.5. > I haven't tested other consumers yet. amd64 regress: can we update to 1.0.7 ? graphics/libjxl 0.9.0 requires it since https://github.com/libjxl/libjxl/pull/2765. -- Could NOT

sccache lifetime & ports infrastructure ?

2023-12-23 Thread Landry Breuil
hi, sending to ports@ for more ideas, devel/sccache works pretty great here, but for now its client/server model has some issues. from my understanding, a server is spawned at the first invocation of sccache, and it runs forever, or until it had nothing to do and SCCACHE_IDLE_TIMEOUT expired.