ports-readmes-dancer and the "g++" subpackage don't get along

2022-01-23 Thread Andrew Hewus Fresh
I noticed this and while I hoped to find time to include a patch I haven't yet and so I decided to report without. It appears that "g++" or maybe subdirectories confuse the ports-readmes-dancer at openports.pl. For example, clicking either of the g++-11.2.0p0 or g++-8.4.0p9 links from

Re: UPDATE: lang/dmd 2.098.0 => 2.098.1 and devel/dtools 2.098.0 => 2.098.1

2022-01-23 Thread Ryan Boggs
On Wed, Dec 29, 2021 at 8:55 AM Ryan Boggs wrote: > > Hi, > > On amd64, dmd builds as expected and builds one of my projects Dtools > builds as expected but very lightly tested. > > No issues. > > Thanks, > Ryan > > On Fri, Dec 24, 2021 at 8:32 AM Brian Callahan wrote: > > > > Hi ports -- > > >

Re: UPDATE: lang/ldc 1.28.0 => 1.28.1

2022-01-23 Thread Ryan Boggs
If it helps... I finally got around to testing this diff and it works as expected. I tested on amd64 as well. Any possibility of getting this updated in ports soon? Thanks, Ryan On Sat, Jan 15, 2022 at 8:21 AM Brian Callahan wrote: > > Hi ports -- > > Attached is an update to the LDC

Re: [new] database/VictoriaMetrics v1.72.0

2022-01-23 Thread Stuart Henderson
Why not just 'daemon_flags="-storageDataPath=${LOCALSTATEDIR}/db/vmetrics/"'? -- Sent from a phone, apologies for poor formatting. On 23 January 2022 17:10:48 Denis Fondras wrote: Le Sun, Jan 23, 2022 at 02:33:58PM +, Stuart Henderson a écrit : On 2022/01/22 17:42, Denis Fondras wrote:

Re: Fwd: [SECURITY] [UPDATE] lang/node to 16.13.2

2022-01-23 Thread Aaron Bieber
Volker Schlecht writes: > Bump... > > On 1/16/22 16:48, Volker Schlecht wrote: >> Update after feedback from abieber@ I was able to build webstuffs for the latest navidrome without issue. pldc complains about: Bogus WANTLIB: crypto.11 (/usr/local/bin/node) (NOT REACHABLE) Bogus WANTLIB:

[NEW] sysutils/alertmanager v0.23.0

2022-01-23 Thread Denis Fondras
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.

Re: UPDATE net/prosody 0.11.12 from MAINTAINER

2022-01-23 Thread Lucas
Lucas wrote: > Hello ports, > > A quite simple release for prosody to fix a vulnerability in websockets > handling, disabled by default but quite common, at least acording to > Prosody's devs. Nevertheless, it might be good to merge into 7.0, if > possible. Details of the vuln in [0]. > > [0]:

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2022/01/23 14:32:07 Modified files: lang/python: Makefile.inc lang/python/2.7: Makefile lang/python/2.7/pkg: PLIST-main lang/python/3.10: Makefile

Re: [new] net/py-tremc - curses interface for transmission

2022-01-23 Thread Thim
On 2022-01-23 17:50:21, Omar Polo wrote: > > Thim writes: > > > Hi Stuart, > > > > On 2022-01-23 14:25:17, Stuart Henderson wrote: > >> On 2022/01/23 10:52, Thim wrote: > >> > Hi Omar, > >> > > >> > On 2022-01-23 09:34:21, Omar Polo wrote: > >> > > Thim writes: > >> > > > > >> > > > Regarding

Re: [new] net/py-tremc - curses interface for transmission

2022-01-23 Thread Omar Polo
Thim writes: > Hi Stuart, > > On 2022-01-23 14:25:17, Stuart Henderson wrote: >> On 2022/01/23 10:52, Thim wrote: >> > Hi Omar, >> > >> > On 2022-01-23 09:34:21, Omar Polo wrote: >> > > Thim writes: >> > > > >> > > > Regarding those missing libraries that are optionals; I was thinking of >> >

Re: [new] database/VictoriaMetrics v1.72.0

2022-01-23 Thread Denis Fondras
Le Sun, Jan 23, 2022 at 02:33:58PM +, Stuart Henderson a écrit : > On 2022/01/22 17:42, Denis Fondras wrote: > > VictoriaMetrics is fast, cost-effective and scalable time-series database. > > > > https://victoriametrics.com/ > > > > OK ? > > > > this looks wrong: > >

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Remi Locherer
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2022/01/23 10:10:08 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm infrastructure/db: user.list Removed files:

Re: [new] net/py-tremc - curses interface for transmission

2022-01-23 Thread Thim
Hi Stuart, On 2022-01-23 14:25:17, Stuart Henderson wrote: > On 2022/01/23 10:52, Thim wrote: > > Hi Omar, > > > > On 2022-01-23 09:34:21, Omar Polo wrote: > > > Thim writes: > > > > > > > > Regarding those missing libraries that are optionals; I was thinking of > > > > adding them but then I

Re: [update] net/p5-Net-OpenSSH to 0.80

2022-01-23 Thread Abel Abraham Camarillo Ojeda
OK by me On Sunday, January 23, 2022, Stuart Henderson wrote: > On 2022/01/22 16:46, portno12 wrote: > > 1 consumer - also builds on amd64 fine for me with this update > > > > changelog: https://github.com/salva/p5-Net-OpenSSH/blob/master/Changes > > 0.80 Sep 28, 2020 > - Add restart

lang/erlang/21 build failure

2022-01-23 Thread Christian Weisgerber
lang/erlang/21 failed to build in my latest amd64 bulk build. ... checking for llvm-profdata... llvm-profdata ... /bin/sh: llvm-profdata: not found ... So configure picks up llvm-profdata from devel/llvm,-main, but the port doesn't depend on it. As usual this needs to be resolved by

[new] lang/pythran: needed for scipy update

2022-01-23 Thread Daniel Dickman
The 1.17.x series of scipy will now need a port of pythran. pythran is kind of like cython and allows a python module to be compiled into native code. The attaced tgz includes both pythran and the 2 dependencies that pythran needs: - devel/py-gast - devel/py-beniget ok to import these so

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2022/01/23 08:05:55 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_libzstd_mk Log message: Update to zstd-1.5.2 Buf-fix release. Changes:

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/01/23 08:00:37 Modified files: net/gophernicus: Makefile distinfo net/gophernicus/pkg: PLIST README Removed files: net/gophernicus/patches: patch-gophernicus_c Log message: update

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/01/23 07:51:37 Modified files: sysutils : Makefile Log message: +cmdseq

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/01/23 07:51:06 Log message: import cmdseq-0.2 cmdseq executes interleaved sequences of commands. For a given sequence of counts and commands, each execution of cmdseq executes one of the

Re: UPDATE archivers/zstd-1.5.2

2022-01-23 Thread Bjorn Ketelaars
On Sun 23/01/2022 14:35, Stuart Henderson wrote: > On 2022/01/21 05:40, Bjorn Ketelaars wrote: > > --- lib/libzstd.mk.orig > > +++ lib/libzstd.mk > > -@@ -79,7 +79,7 @@ endif > > +@@ -81,7 +81,7 @@ endif > > CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \ > >

Re: rox-filer on -current has been slow for a week or so.

2022-01-23 Thread Stuart Henderson
On 2022/01/20 20:10, Ed Ahlsen-Girard wrote: > On Thu, 20 Jan 2022 08:44:22 + > Stuart Henderson wrote: > > > On 2022/01/19 08:27, Ed Ahlsen-Girard wrote: > > [...] > > [...] > > [...] > > > > If you run a base system build as root, it automatically drops to the > > "build" user.

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 07:44:55 Modified files: misc/py-yfinance: Makefile distinfo Log message: update to py3-yfinance-0.1.69, from portn...@protonmail.com, ok maintainer

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 07:43:47 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/pkg: PFRAG.mysql PLIST Log message: update to lighttpd-1.4.64, from Brad (maintainer)

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 07:42:16 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/pkg: DESCR Log message: update to monit-5.30.0, from Caspar Schutijser (maintainer)

Re: UPDATE archivers/zstd-1.5.2

2022-01-23 Thread Stuart Henderson
On 2022/01/21 05:40, Bjorn Ketelaars wrote: > --- lib/libzstd.mk.orig > +++ lib/libzstd.mk > -@@ -79,7 +79,7 @@ endif > +@@ -81,7 +81,7 @@ endif > CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \ > -DDYNAMIC_BMI2=0 -DNDEBUG > else > -- CFLAGS += -O3 > -+

Re: [New] sysutils/cmdseq

2022-01-23 Thread Stuart Henderson
s/Execute/execute/ in COMMENT, otherwise OK On 2022/01/22 19:22, Omar Polo wrote: > friendly ping > > I've started to actively use this in my mu4e setup: mbsync takes a while > to sync all the mailboxes but I'm actually interested in being notified > as early as possible only for one, the

Re: [new] database/VictoriaMetrics v1.72.0

2022-01-23 Thread Stuart Henderson
On 2022/01/22 17:42, Denis Fondras wrote: > VictoriaMetrics is fast, cost-effective and scalable time-series database. > > https://victoriametrics.com/ > > OK ? > this looks wrong: daemon_flags="-storageDataPath=${LOCALSTATEDIR}/db/vmetrics/ ${daemon_flags}"

Re: [update] net/p5-Net-OpenSSH to 0.80

2022-01-23 Thread Stuart Henderson
On 2022/01/22 16:46, portno12 wrote: > 1 consumer - also builds on amd64 fine for me with this update > > changelog: https://github.com/salva/p5-Net-OpenSSH/blob/master/Changes 0.80 Sep 28, 2020 - Add restart method 0.79 Apr 29, 2020 - Don't clobber $? in disconnect (bug

Re: [update] mail/mutt-wizard - various fixes

2022-01-23 Thread Stuart Henderson
committed. should DESCR say "neomutt" instead of mutt? $ head -1 pkg/DESCR A system for automatically configuring mutt and isync On 2022/01/21 23:38, aisha wrote: > On 22/01/20 09:19AM, Aisha Tammy wrote: > > ping > > > > On 1/11/22 18:36, aisha wrote: > > > Hi, > > >I've attached an update

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 07:29:45 Modified files: mail/mutt-wizard: Makefile distinfo Added files: mail/mutt-wizard/patches: patch-bin_mailsync patch-bin_mw Log message: update to mutt-wizard-3.2.1 with some

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 07:26:10 ports/mail/mutt-wizard/patches Update of /cvs/ports/mail/mutt-wizard/patches In directory cvs.openbsd.org:/tmp/cvs-serv37653/patches Log Message: Directory /cvs/ports/mail/mutt-wizard/patches

Re: [new] net/py-tremc - curses interface for transmission

2022-01-23 Thread Stuart Henderson
On 2022/01/23 10:52, Thim wrote: > Hi Omar, > > On 2022-01-23 09:34:21, Omar Polo wrote: > > Thim writes: > > > > > > Regarding those missing libraries that are optionals; I was thinking of > > > adding them but then I came to the conclusion that if tremc is the only > > > program using them

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 06:50:32 Modified files: lang/php/8.1 : Makefile distinfo lang/php/8.1/patches: patch-configure_ac lang/php/8.1/pkg: PLIST-main Removed files: lang/php/8.1/files:

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 06:50:11 Modified files: lang/php/8.0 : Makefile distinfo Log message: update to php-8.0.15

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 06:49:59 Modified files: lang/php/7.4 : Makefile Log message: php/7.4: bump revision for wantlib sync

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/23 06:49:46 Modified files: lang/php : Makefile.inc Log message: sync wantlib

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2022/01/23 03:57:17 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/pkg: PLIST Log message: Update to git-cola-3.12.0 Changes:

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2022/01/23 02:56:18 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.10.1

Re: [new] net/py-tremc - curses interface for transmission

2022-01-23 Thread Thim
Hi Omar, On 2022-01-23 09:34:21, Omar Polo wrote: > Thim writes: > > > > Regarding those missing libraries that are optionals; I was thinking of > > adding them but then I came to the conclusion that if tremc is the only > > program using them there's no point to it really. No need to add stuff

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/23 02:14:46 Modified files: archivers/unshield: Makefile distinfo archivers/unshield/patches: patch-lib_internal_h Removed files: archivers/unshield/patches: patch-CMakeLists_txt

Re: removal of sysutils/netshot

2022-01-23 Thread Remi Locherer
On Sun, Jan 02, 2022 at 07:38:18PM +0100, Remi Locherer wrote: > Hi, > > Since version 0.16.0 release in February 2021, Netshot requires the > GraalVM JRE in order to run JavaScript and Python. GraalVM [1] is > not in ports an I guess it would be a lot of work. I think it is > better to delete

CVS: cvs.openbsd.org: ports

2022-01-23 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2022/01/23 01:58:59 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.3.1.0.