Re: Update m1n1 to 1.4.16

2024-11-03 Thread Mark Kettenis
> Date: Fri, 1 Nov 2024 08:37:09 +1100 > From: Jonathan Gray > > On Thu, Oct 31, 2024 at 09:31:38PM +0100, Mark Kettenis wrote: > > Some commit messages look like they might matter for people that > > update their macOS install. > > > > Tested on my M2 Pro Mac Mini. > > > > ok? > > 1.4.17 was

Re: Update m1n1 to 1.4.16

2024-11-03 Thread Tobias Heider
On Sun, Nov 03, 2024 at 12:13:06PM GMT, Mark Kettenis wrote: > > Date: Fri, 1 Nov 2024 08:37:09 +1100 > > From: Jonathan Gray > > > > On Thu, Oct 31, 2024 at 09:31:38PM +0100, Mark Kettenis wrote: > > > Some commit messages look like they might matter for people that > > > update their macOS inst

Re: [maintainer update] devel/goreleaser 2.4.1

2024-11-03 Thread Daniel Jakots
On Sun, 3 Nov 2024 17:51:23 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for devel/goreleaser to the latest version 2.4.1. > > Changelog: > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.0 > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.1 > > - update Makef

Re: NEW net/monero

2024-11-03 Thread Lucas Gabriel Vuotto
On Sun, Nov 03, 2024 at 02:34:11PM +, Lucas Gabriel Vuotto wrote: > Hi ports, > > I'd like to import Monero. OK? > > The CLI works great. The daemon manages to do a full sync, but with lots > of serious stalls that rendered the system unusable for a long amount of > minutes. Should I add a wa

Re: [NEW]: security/nitrocli

2024-11-03 Thread Rubén Llorente
Fine. Do you think that is the last thing pending for this port? I´d hate to upload a version just for yet another issue to be posted later. Cheers! Stuart Henderson wrote: - what's up with this MY_REPLACE_CMD, MY_HEADER stuff? just put the command in post-patch. Feel free to propose a way

Re: UPDATE: sysutils/vultr-cli-3.4.0

2024-11-03 Thread Daniel Jakots
On Sat, 2 Nov 2024 07:17:38 -0400, Adriano Barbosa wrote: > Hi. > Update for sysutils/vultr-cli-3.4.0 > Changelog: https://github.com/vultr/vultr-cli/releases/tag/v3.4.0 Committed, thanks!

Re: NEW: sysutils/kitd

2024-11-03 Thread Sebastien Marie
Lydia Sobot writes: > Bump :) could you send a tarball (tgz) of the directory, instead of a shell script to execute ? thanks. -- Sebastien Marie

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

2024-11-03 Thread Rafael Sadowski
On Fri Nov 01, 2024 at 08:48:52AM +, Stuart Henderson wrote: > > -COMMENT= library of Fortran linear algebra subroutines > > -DPB_PROPERTIES=parallel > > +COMMENT-main = library of Fortran linear algebra subroutines > > +COMMENT-blas = Basic Linear Algebra Subprogr

Re: pkglocatedb flavor

2024-11-03 Thread Landry Breuil
Le Sun, Nov 03, 2024 at 10:33:22AM +0100, Rafael Sadowski a écrit : > On Sun Nov 03, 2024 at 10:28:06AM +0100, Marc Espie wrote: > > pkg_mklocatedb includes an option -K that will store all pkg_create > > annotations such as fontdir, etc > > > > even though it makes for a much larger pkglocatedb,

new tool: port-var-check

2024-11-03 Thread Marc Espie
This smaller script tries to match Makefile variables against Makefile.template and reports violation. (manpage should be trivial) (this does not handle include files yet, though I'm not quite sure how to proceed about those) I'm not 100% sure it's something we want, quick poll of landry and aja

pkglocatedb flavor

2024-11-03 Thread Marc Espie
pkg_mklocatedb includes an option -K that will store all pkg_create annotations such as fontdir, etc even though it makes for a much larger pkglocatedb, it can occasionally be useful for introspection purposes (like finding out if some directories contain several types of info, like info files + m

Re: pkglocatedb flavor

2024-11-03 Thread Rafael Sadowski
On Sun Nov 03, 2024 at 10:28:06AM +0100, Marc Espie wrote: > pkg_mklocatedb includes an option -K that will store all pkg_create > annotations such as fontdir, etc > > even though it makes for a much larger pkglocatedb, it can occasionally be > useful for introspection purposes (like finding out i

sdl2: enable wayland support

2024-11-03 Thread Thomas Frohwein
Hi, Proposing this diff which adds wayland support to sdl2. It adds a couple of dependencies as expected. I can so far only test that it still works in X11 as before. Using wayland for this stumbles over libinput limitations with muxing multiple device which my current machine sadly depends on...

Re: pkglocatedb flavor

2024-11-03 Thread Stuart Henderson
On 2024/11/03 10:33, Rafael Sadowski wrote: > On Sun Nov 03, 2024 at 10:28:06AM +0100, Marc Espie wrote: > > pkg_mklocatedb includes an option -K that will store all pkg_create > > annotations such as fontdir, etc > > > > even though it makes for a much larger pkglocatedb, it can occasionally be >

Re: pkglocatedb flavor

2024-11-03 Thread Stuart Henderson
On 2024/11/03 12:17, Klemens Nanni wrote: > 03.11.2024 12:28, Marc Espie пишет: > > Index: pkglocatedb/pkg/DESCR > > === > > RCS file: /cvs/ports/databases/pkglocatedb/pkg/DESCR,v > > diff -u -p -r1.7 DESCR > > --- pkglocatedb/pkg/DESC

Re: devel/intellij, devel/pycharm: update to 2024.2.4, add devel/intellij-fsnotifier

2024-11-03 Thread Stuart Henderson
On 2024/11/03 14:27, Kirill A. Korinsky wrote: > On Sun, 03 Nov 2024 14:17:24 +0100, > Stuart Henderson wrote: > > > > On 2024/11/03 12:14, Klemens Nanni wrote: > > > 03.11.2024 12:58, Kirill A. Korinsky пишет: > > > > @@ -56,5 +57,7 @@ do-install: > > > > @ln -s ${TRUEPREFIX}/bin/idea-li

Re: new tool: port-var-check

2024-11-03 Thread Kirill A . Korinsky
On Sun, 03 Nov 2024 11:08:19 +0100, Marc Espie wrote: > if ($e =~ m/^GH\_(?:ACCOUNT|COMMIT|PROJECT|TAGNAME)$/) { > say STDERR "$name: $e older-style GH stuff"; > next; > } This way forces to mi

Re: devel/intellij, devel/pycharm: update to 2024.2.4, add devel/intellij-fsnotifier

2024-11-03 Thread Kirill A . Korinsky
On Sun, 03 Nov 2024 14:17:24 +0100, Stuart Henderson wrote: > > On 2024/11/03 12:14, Klemens Nanni wrote: > > 03.11.2024 12:58, Kirill A. Korinsky пишет: > > > @@ -56,5 +57,7 @@ do-install: > > > @ln -s ${TRUEPREFIX}/bin/idea-lightedit \ > > > ${PREFIX}/bin/intellij-lightedit > > >

Re: Update m1n1 to 1.4.16

2024-11-03 Thread Stuart Henderson
ok. On 2024/11/03 12:13, Mark Kettenis wrote: > > Date: Fri, 1 Nov 2024 08:37:09 +1100 > > From: Jonathan Gray > > > > On Thu, Oct 31, 2024 at 09:31:38PM +0100, Mark Kettenis wrote: > > > Some commit messages look like they might matter for people that > > > update their macOS install. > > > >

Re: new tool: port-var-check

2024-11-03 Thread Marc Espie
On Sun, Nov 03, 2024 at 01:08:06PM +, Stuart Henderson wrote: > On 2024/11/03 11:08, Marc Espie wrote: > > This smaller script tries to match Makefile variables against > > Makefile.template > > and reports violation. > > > > (manpage should be trivial) > > > > (this does not handle include

[new] mail/opensmtpd-filters/qdgrey

2024-11-03 Thread Alexander A. Klimov
This filter implements greylisting, allowing OpenSMTPD to temporarily reject mails from senders it has not seen before. Unlike many implementations, this one ignores the remote IP address, so it will properly handle greylisting for domains doing relaying through multiple MX, regardless of SPF reco

Re: bsd.port.mk: quiet fetch

2024-11-03 Thread Marc Espie
On Sun, Nov 03, 2024 at 02:43:40PM +, Klemens Nanni wrote: > 03.11.2024 15:37, Marc Espie пишет: > > Something like this in make is definitely trivial. > > I did just that using the existing -s: -s is an existing flag in bsd make, changing its semantics doesn't seem sane, especially since it

Re: new tool: port-var-check

2024-11-03 Thread Marc Espie
Here's a second version that actually works with multiple parameters, is way more specific at telling you where badly-placed variables should be, and also knows a heck of a lot more about existing variables. #! /usr/bin/perl # ex:ts=8 sw=4: # $OpenBSD$ # # Copyright (c) 2024 Marc Espie # # Permiss

Re: devel/intellij, devel/pycharm: update to 2024.2.4, add devel/intellij-fsnotifier

2024-11-03 Thread Kirill A . Korinsky
On Sun, 03 Nov 2024 13:14:50 +0100, Klemens Nanni wrote: > > 03.11.2024 12:58, Kirill A. Korinsky пишет: > > @@ -56,5 +57,7 @@ do-install: > > @ln -s ${TRUEPREFIX}/bin/idea-lightedit \ > > ${PREFIX}/bin/intellij-lightedit > > ${INSTALL_MAN} ${FILESDIR}/idea.1 ${PREFIX}/man/man1

Re: bsd.port.mk: quiet fetch

2024-11-03 Thread Marc Espie
Something like this in make is definitely trivial. Big question is, are we okay with yet another option ?: Index: compat.c === RCS file: /cvs/src/usr.bin/make/compat.c,v diff -u -p -r1.93 compat.c --- compat.c26 Jan 2020 12:41:21

Re: devel/intellij, devel/pycharm: update to 2024.2.4, add devel/intellij-fsnotifier

2024-11-03 Thread Stuart Henderson
On 2024/11/03 12:14, Klemens Nanni wrote: > 03.11.2024 12:58, Kirill A. Korinsky пишет: > > @@ -56,5 +57,7 @@ do-install: > > @ln -s ${TRUEPREFIX}/bin/idea-lightedit \ > > ${PREFIX}/bin/intellij-lightedit > > ${INSTALL_MAN} ${FILESDIR}/idea.1 ${PREFIX}/man/man1 > > + > > + @ec

Re: pkglocatedb flavor

2024-11-03 Thread Marc Espie
On Sun, Nov 03, 2024 at 12:17:27PM +, Klemens Nanni wrote: > 03.11.2024 12:28, Marc Espie пишет: > > Index: pkglocatedb/pkg/DESCR > > === > > RCS file: /cvs/ports/databases/pkglocatedb/pkg/DESCR,v > > diff -u -p -r1.7 DESCR > > ---

NEW net/monero

2024-11-03 Thread Lucas Gabriel Vuotto
Hi ports, I'd like to import Monero. OK? The CLI works great. The daemon manages to do a full sync, but with lots of serious stalls that rendered the system unusable for a long amount of minutes. Should I add a warning message about that in DESCR or README? Information for inst:monero-0.18.3.4

Re: bsd.port.mk: quiet fetch

2024-11-03 Thread Klemens Nanni
03.11.2024 15:37, Marc Espie пишет: > Something like this in make is definitely trivial. I did just that using the existing -s: Index: compat.c === RCS file: /cvs/src/usr.bin/make/compat.c,v diff -u -p -r1.95 compat.c --- compat.c

Re: devel/intellij, devel/pycharm: update to 2024.2.4, add devel/intellij-fsnotifier

2024-11-03 Thread Klemens Nanni
03.11.2024 12:58, Kirill A. Korinsky пишет: > Lucas, ports@, > > Here an update of devel/intellij and devel/pycharm to 2024.2.4. > > I don't use pycharm and did only basic testing. Anyway, I use Intellij time > to time and it works fine with Scala and Java projects. > Index: devel/intellij/Make

Re: pkglocatedb flavor

2024-11-03 Thread Marc Espie
On Sun, Nov 03, 2024 at 11:08:34AM +0100, Landry Breuil wrote: > Le Sun, Nov 03, 2024 at 10:33:22AM +0100, Rafael Sadowski a écrit : > > On Sun Nov 03, 2024 at 10:28:06AM +0100, Marc Espie wrote: > > > pkg_mklocatedb includes an option -K that will store all pkg_create > > > annotations such as fon

Re: pkglocatedb flavor

2024-11-03 Thread Klemens Nanni
03.11.2024 12:28, Marc Espie пишет: > Index: pkglocatedb/pkg/DESCR > === > RCS file: /cvs/ports/databases/pkglocatedb/pkg/DESCR,v > diff -u -p -r1.7 DESCR > --- pkglocatedb/pkg/DESCR 15 Oct 2017 16:06:42 - 1.7 > +++ pkgloc

Re: NEW: sysutils/kitd

2024-11-03 Thread Lydia Sobot
Bump :) On October 12, 2024 4:55:12 GMT+02:00, Michael Dinon wrote: >Please, please? >Kind regards, >Mike > > >On Fri, Oct 11, 2024 at 10:09 PM Lydia Sobot >wrote: > >> Hi all, >> >> Attached is a port of a small utility permitting automatic restarting of >> a service-supervised process if one s

C++20 support on OpenBSD? (cannot update textproc/libunicode)

2024-11-03 Thread SASANO Takayoshi
Hi, Recently I found libunicode-0.6.0 (https://github.com/contour-terminal/libunicode) migrates standard C++20 from libfmt's . Not only libunicode, contour (X11 terminal) also uses and I am suffering this migration. clang++-16 looks std::format not supported or partially/incomplete supported.

Re: new tool: port-var-check

2024-11-03 Thread Stuart Henderson
On 2024/11/03 11:08, Marc Espie wrote: > This smaller script tries to match Makefile variables against > Makefile.template > and reports violation. > > (manpage should be trivial) > > (this does not handle include files yet, though I'm not quite sure how > to proceed about those) > > I'm not 10

sparc64 bulk build report

2024-11-03 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Nov 2 02:51:28 MDT 2024 Finished: Sun Nov 3 12:00:50 MST 2024 Duration: 1 Days 10 hours 9 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2316: Fri Nov 1 15:57:34 MDT 2024 Built 8253 packages Number of packages built each day: No

Re: UPDATE databases/victoriametrics 1.105.0

2024-11-03 Thread Lucas Gabriel Vuotto
Bump. On Sat, Oct 26, 2024 at 02:35:52PM +, Lucas Gabriel Vuotto wrote: > Hello ports, > > Another simple update for VictoriaMetrics. Changelog at [0]. Been > running it for a couple of days already without issues. > > OK? > > [0]: https://docs.victoriametrics.com/changelog/index.html#v1105