Re: [new] sysutils/lsblk

2023-06-19 Thread Benjamin Stürz
Hi, sorry if this is getting a little annoying. On 11.06.23 09:34, Stuart Henderson wrote: On 2023/06/10 23:40, Benjamin Stürz wrote: Hi, what should I do next? I have at least 2 OKs now, but I don't have any commit rights. I only count 1 developer ok so far (op@). I'll add my ok but I'd p

Re: [new] sysutils/lsblk

2023-06-19 Thread Stuart Henderson
That was an ok. -- Sent from a phone, apologies for poor formatting. On 19 June 2023 08:09:55 Benjamin Stürz wrote: Hi, sorry if this is getting a little annoying. On 11.06.23 09:34, Stuart Henderson wrote: On 2023/06/10 23:40, Benjamin Stürz wrote: Hi, what should I do next? I have at

Re: [new] sysutils/lsblk

2023-06-19 Thread Omar Polo
On 2023/06/19 09:09:39 +0200, Benjamin Stürz wrote: > Hi, > > sorry if this is getting a little annoying. sorry, i thought it was already in tree. I've added MAKE_ENV += CC="${CC}" and imported, thanks!

Re: remove diffpp from enscript

2023-06-19 Thread Jan Stary
On Jun 17 23:30:44, marc.espie.open...@gmail.com wrote: > On Sat, Jun 17, 2023 at 10:42:39AM +0200, Jan Stary wrote: > > $ diffpp /tmp/foo > > Assigning non-zero to $[ is no longer possible at /usr/local/bin/diffpp > > line 72. > > > > Apparently, the

error when compiling lang/go

2023-06-19 Thread Solene Rapenne
Hi, I can't get lang/go to compile on my system, which is a Xen VM. I can compile almost anything, including qt or webkitgtk, but lang/go is failing with various errors each time. I'm not sure it's a XEN bug though, maybe an issue with recent IBT? kern.version=OpenBSD 7.3-current (GENERIC.MP) #12

Re: error when compiling lang/go

2023-06-19 Thread Theo Buehler
On Mon, Jun 19, 2023 at 04:31:19PM +0200, Solene Rapenne wrote: > Hi, I can't get lang/go to compile on my system, which is a Xen VM. > > I can compile almost anything, including qt or webkitgtk, but lang/go > is failing with various errors each time. I'm not sure it's a XEN bug > though, maybe an

Re: error when compiling lang/go

2023-06-19 Thread Theo de Raadt
If you disable XSAVE_XSAVES, then userland IBT enforcement is also disabled. XSAVES is required to manage the IBT enforcement mechanism's internal state over a context switch. All machines with IBT have XSAVES. If I understand right, there are other ways of managing the state, but this is the on

Re: error when compiling lang/go

2023-06-19 Thread Theo Buehler
On Mon, Jun 19, 2023 at 08:50:44AM -0600, Theo de Raadt wrote: > If you disable XSAVE_XSAVES, then userland IBT enforcement is also disabled. > > XSAVES is required to manage the IBT enforcement mechanism's internal state > over a context switch. > > All machines with IBT have XSAVES. The thing

Re: error when compiling lang/go

2023-06-19 Thread Theo de Raadt
Theo Buehler wrote: > On Mon, Jun 19, 2023 at 08:50:44AM -0600, Theo de Raadt wrote: > > If you disable XSAVE_XSAVES, then userland IBT enforcement is also disabled. > > > > XSAVES is required to manage the IBT enforcement mechanism's internal state > > over a context switch. > > > > All machin

[maintainer update] sysutils/fzf 0.42.0

2023-06-19 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf version 0.42.0. Changelog https://github.com/junegunn/fzf/releases/tag/0.42.0 Build and tests OK on current/amd64. Please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/sysuti

Re: [maintainer update] security/gosec 2.16.0

2023-06-19 Thread Laurent Cheylus
On Fri, 19 May 2023 18:45:13 +0200, Laurent Cheylus wrote: > update for security/gosec port with the latest version 2.16.0 Changelog > https://github.com/securego/gosec/releases/tag/v2.16.0 > > - Update Makefile, modules.inc and distinfo for this version. > > Build and tests OK on current/amd64.

Re: [maintainer update] net/headscale 0.22.3

2023-06-19 Thread Laurent Cheylus
On Tue, 23 May 2023 09:02:00 +0200, Laurent Cheylus wrote: > a simple update for net/headscale to the latest version 0.22.3: > > - update Makefile and modules.inc for v0.22.3 > > Comments welcome and please commit if OK. Tests/comments welcome and please commit if OK. This update for the latest

Re: [PATCH] www/nginx -- add njs dynamic module

2023-06-19 Thread Sergey A. Osokin
Hi, On Thu, Jun 08, 2023 at 11:30:57PM +, Sergey A. Osokin wrote: > On Wed, May 24, 2023 at 04:14:34PM +, Sergey A. Osokin wrote: > > > > I'd like to extend the nginx functionality with nginx javascript > > module, so here's the patch to add the module to the www/nginx > > port. > > Pleas

Re: NEW: x11/tipp10

2023-06-19 Thread Raphael Graf
ping. The port is quite simple. I would love to get it in because I use it at work. On Sat, Jun 03, 2023 at 11:14:39AM +0200, Raphael Graf wrote: > Tipp10 is a 10-finger touch typing tutor with a qt6 GUI. > It is a fork of the official version V2.1.0 from https://www.tipp10.com. > > Its features

Re: [new] sysutils/lsblk

2023-06-19 Thread Benjamin Stürz
Hi Paul & @ports, On 19.06.23 13:59, Paul de Weerd wrote: Hi Benjamin, Patience is a difficult virtue ;) I didn't expect this journey to be almost 2 months long, especially for a simple tool that just prints which disks you have. But I think I now have figured out what I need to submit my next

Fix runtime warnings when using ruby-hyperestraier with Ruby 3.2

2023-06-19 Thread Jeremy Evans
This patches ruby-hyperestraier to use rb_undef_alloc_func to avoid these warnings on Ruby 3.2: warning: undefining the allocator of T_DATA class Estraier::Database_data warning: undefining the allocator of T_DATA class Estraier::Condition_data warning: undefining the allocator of T_DATA class Est

Re: UPDATE: ppsspp

2023-06-19 Thread Solene Rapenne
Le Sun, 18 Jun 2023 22:27:37 -0400, Brad Smith a écrit : > On Sun, Jun 18, 2023 at 08:09:58PM -0400, Brad Smith wrote: > > Some tweaking and tuning of the ppsspp port. > > > > - Remove use of DIST_SUBDIR now that the port uses a single archive > > instead of pulling a bunch of different pieces t

Re: OpenBSD devel/boehm-gc: update to 8.2.4

2023-06-19 Thread Stuart Henderson
On 2023/06/17 06:44, Sebastien Marie wrote: > I check SHARED_LIBS: > - gctba is new, start at 0.0 > - gc changed (major) > - no changes for others (according to src/lib/check_sym) > > And I build tested all direct dependencies on amd64 (editors/poke > graphics/asymptote graphics/inkscape lang/cry